RE: EU to C translator
- Posted by kennethroger at prodigy.net Jul 25, 2001
- 377 views
> Try removing the -O option from all lines in emake.bat. LccWin32 is my favorite C compiler for both console and windows apps. It incorporates quite a bit of C99, whereas Bcc32, WatcomC, and the Gcc's are pretty well stuck at C95. The only problem I've had with LccWin32 and ECW is when using message_box() from msgbox.e, and removing the -O option doesn't help. I'm hesitant to blame lcc before the cause is found. I'd even like to have a LccWin32 version of the EC library. I routinely use EX from a dos box, not from real mode.