GReAT Release notes 11/22/06 - Release 1.6.0 1. GME 6.9.11 support 2. "Blockify" tool: select a sequence of adjacent rules, invoke tool, and the rules are automatically grouped into a block with connections made automatically (see User's guide for details) 3. Group language feature added (see the GReAT User's guide for details) 4. Template rule support 5. "NextRuleGenerator" tool: select a rool, invoke the tool and the next rule in sequence with connections made automatically. Known Issue: If you are using VS 2005 Express Edition, please be sure to install the SDK (seperate install) by following the instructions given here: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ In some cases, the vsvars32.bat file may not be updated with the correct LIB paths, and this may cause errors in some GReAT tools. If you encounter a linking error, please edit the vsvars32.bat, contained in (your VS8 directory)/Common7/Tools and make sure (your platform SDK)\lib folder is added in the LIB paths. For instance, @set LIB=C:\Program Files\Microsoft Platform SDK\lib;%LIB% Also, if you are using VS2005 Express, you may have to add the following two entries to the PATH environment variable manually: 1. %GREAT_PATH%\bin 2. %GREAT_PATH%\etc