GUI Version 1.3.0 ----------------------------- - put '#include "sysinc.h"' as the the first include in the geneated code (which in turn includes "kernel_if.h") due to checks for the "8-bit CPU" mode in 'kernel_if.h'. - New option for Project->Settings, page 'Build Settings': "Codegenerator for 8-bit CPU" Generates 16 bit signal numbers (instead of 32 bit as in normal mode) and uses 'char' and 'short' instead of 'short' and 'long' whenever possible. This option is mutually exclusive with SDL "Debug Code". - Corrected URL for online help page. Codegenerator 1.2.0 ----------------------------- - Now standalone (unconnected) declarations my be connected to a comment. (before declarations connected to anything but a start symbol were not put into the generated code !) - No more warnings about standalone (unconnected) comments. - Corrected generated 'makefile', only use '$(xxx)# for macros, no '${xxx}', Microsoft's 'nmake' doesn't like it.