Re: Ver. 4.0 Debugging SOLVED
- Posted by bernie Oct 22, 2008
- 1037 views
bernie said...
- DO NOT COMPILE ... using "open-watcom-c-win32-1.6.exe"
DerekParnell said...
It was assumed that the latest Open Watcom would be being used. Not sure why you were using an old version of it.
Why would anyone expect a compiler to have bugs in it ? Euphoria version 4.0 doesn't have any.
bernie said...
- CONFIGURE.BAT is broken when used on WIN98. But it works on WIN2000.
DerekParnell said...
Explain to me again why using Win98 is a good idea. In any case, why don't you write a Win98 version of the configure.bat script and pass that to us.
I am working with Win98 for the users that would like to use Euphoria on Win98 and are not wealthy enough to upgrade to the latest MS OS.
Maybe we should do away with Window2000 and XP
Then we would only have to worry about Vista.
-- This is what I used as a configure.bat for WIN98 -- These are the only parameters that I know what they are used for -- since I don't have any other information. -- @echo off echo # Configuration for Watcom > config.wat echo EUBIN=D:\euphoria\bin >> config.wat echo MANAGED_MEM=1 >> config.wat if not exist transobj.wat copy transobj.dst transobj.wat if not exist intobj.wat copy intobj.dst intobj.wat if not exist backobj.wat copy backobj.dst backobj.wat if not exist dosobj.wat copy dosobj.dst dosobj.wat if not exist dosbkobj.wat copy dosbkobj.dst dosbkobj.wat if not exist dostrobj.wat copy dostrobj.dst dostrobj.wat