W2K / XP user installation problem: Add-In Manager does not save the Add-In enabled state. Workaround: Login as user with adminstrator rights and start Visual Studio and enable the Add-In. This will enable the Add-In for all users. This file lists the major changes and improvements made to AspectC++ Add-In. Version 1.0.5a (25.08.2003) * broken documentation fixed Version 1.0.5 (22.08.2003) * ac++ commercial version 0.7.2 - broken call advice fixed Version 1.0.4 (08.08.2003) * ac++ commercial version 0.7.1 - some minor bug fixes - ordering of aspects improved * Visual Studio .NET 2003 compatibility improved * manuals updated * obsolete config tool removed Version 1.0.3 (02.07.2003) * ac++ commercial version 0.7 - some bug fixes Version 1.0.2 (27.06.2003) * Add-In registration for Visual Studio .NET 2003 added * Windows XP support improved * improved performance Version 1.0.1 (21.06.2003) * language reference added * seperate implementation of aspects: - aspect code can be placed into an *.acc file * a lot of bug fixes * renaming: - 'thisJoinPoint' was renamed to 'tjp' - 'aspectOf' was renamed to 'aspectof' - using the old names is still allowed but not recommended as they might become unsupported in future releases * name pointcuts with function names now partly supported: - '||','&&', '!', and within works with function names - the argument of call() and execution() can now be a complex expression, which results in a name pointcut that contains function names - within() supports function names * proceed: - it is now possible to use tjp->proceed() instead of tjp->action().trigger() * examples: - void removed in front of before, after, and around - thisJoinPoint and aspectOf renamed - updated proceed calls