Installation on Win32 systems ----------------------------- If you use AspectC++ in a GNU Cygwin Environment or with the GNU Mingw compiler under Window, refer to the "README" file. Everything will be as described there. If you use a non-g++ compiler several steps has to be done manually: 1. Unpack the zip archive For the following examples we asume that the distribution will be placed under C:\AC () 2. create a parser configuration file - use a "-D" line for predefined macros and - use a "-I" line for built-in compiler include paths 3. define an environment variable PUMA_CONFIG. Its contents should be the name of the configuration file. The ac++ binary itself is statically linked and should be ready-to-run. Examples -------- The examples directory contains various examples how to write aspects using AspectC++. You can use the examples.bat batch file to transform all the examples at once. The compilation step depends on your compiler. Contact ------- Visit http://www.aspectc.org for more information and updated versions. If you want any information about the AspectC++ project or have any comments, feel free to send us mail via info@aspectc.org.