Re: Ver. 4.0 Debugging SOLVED
- Posted by bernie Oct 22, 2008
- 1045 views
- DO NOT COMPILE WIN98 binaries on a WIN2000 machine using
OPEN WATCOM version " open-watcom-c-win32-1.6.exe " because
they will cause intermittent memory exception errors and
printf and sprinf will return wrong values. This may also
happen when compiling WIN98 binaries on vista, I have no way of testing.
- COMPILE WIN98 binaries on the following version which I have tested.
OPEN WATCOM version " open-watcom-c-win32-1.7a.exe " on
a WIN2000 machine on a WIN98 machine.
- CONFIGURE.BAT is broken when used on WIN98. But it works on WIN2000.
If you use the following command on WIN98 : configure --eubin d:\euphoria\bin --managed-mem This what the config.wat will contain. -- == start of config.wat == -- # Configuration for Watcom EU3=1 PWD= EU3=1 PWD= EU3=1 PWD= -- == end of config.wat == --