Code was compiled MS VisualStudio 2003.NET and VisualStudio
nico@210: 2005.NET for WindowsXP ANSI and UNICODE configurations and for
nico@210: WindowsCE 5.0.
nico@210:
nico@210:
Some preliminary testing was done, but not enough to be used in
nico@210: mission critical projects.
nico@210:
Non-integral integers support implementation UNS24, UNS40, UNS48
nico@210: etc.
nico@210:
nico@210:
When enable debug output with DEBUG_WAR_CONSOLE_ON or
nico@210: DEBUG_ERR_CONSOLE_ON, you can navigate in CanFestival source code by
nico@210: double clicking at diagnostic lines in VisualStudio.NET 200X Debug
nico@210: Output Window.
nico@210:
nico@210:
nico@210: Custom size integral types such as INTEGER24, UNS40, INTEGER56 etc. have
nico@210: been defined as 64 bits integers. You will need to replace sizeof(TYPE)
nico@210: operators to sizeof_TYPE definitions in generated code, i.e. replace
nico@210: sizeof(UNS40) with sizeof_UNS40.
nico@210:
nico@210: