motofan
Member
So, you wanna download the source for ETrunk/MTrunk 3.8.3 from the downloads section and compile it?
Go grab a nice compiler from http://www.openwatcom.org/.
Install it.
Open a CMD window and go to c:\watcom\lib386\dos and run the command:
wlib graph -DUMMYr
This will get rid of the nasty floating point error when you try and run your program in DOS.
Fire up the IDE, load the project, and make all the targets!
Have fun!
Go grab a nice compiler from http://www.openwatcom.org/.
Install it.
Open a CMD window and go to c:\watcom\lib386\dos and run the command:
wlib graph -DUMMYr
This will get rid of the nasty floating point error when you try and run your program in DOS.
Fire up the IDE, load the project, and make all the targets!
Have fun!