diff -r 7fedc55c14d5 -r d328d0d9b88e doc/manual/en/html/node79.html --- a/doc/manual/en/html/node79.html Thu Aug 02 14:20:52 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ - - - - - -Win32 - - - - - - - - - - - - - - - - - - - - - -

-Win32 -

-Compatibility: - -

- -

    -
  1. Code was compiled MS VisualStudio 2003.NET and VisualStudio -2005.NET for WindowsXP ANSI and UNICODE configurations and for -WindowsCE 5.0. -
  2. -
  3. Some preliminary testing was done, but not enough to be used in -mission critical projects. -
  4. -
-Additional Features: - -

- -

    -
  1. Non-integral integers support implementation UNS24, UNS40, UNS48 -etc. -
  2. -
  3. When enable debug output with DEBUG_WAR_CONSOLE_ON or -DEBUG_ERR_CONSOLE_ON, you can navigate in CanFestival source code by -double clicking at diagnostic lines in VisualStudio.NET 200X Debug -Output Window. -
  4. -
-Custom size integral types such as INTEGER24, UNS40, INTEGER56 etc. have -been defined as 64 bits integers. You will need to replace sizeof(TYPE) -operators to sizeof_TYPE definitions in generated code, i.e. replace -sizeof(UNS40) with sizeof_UNS40. - -

- -

-
- -

-


-
-epimerde -2007-06-08 -
- -