Re: Translator for WIN32 using LccWin
- Posted by mic _ <stabmaster_ at HOTMAIL.COM> Oct 29, 2000
- 501 views
just some small tips to those of you that use the Lcc-translator: * Compile with the -O option. * Link with the -s option (unless you need the exe to be debugable). * Lcc complained about CLK_TCK no being defined (maybe I've got an old version). If you get this message, put the following in time.h: #define CLK_TCK 1000 Overall, Lcc is my favourite compiler for compiling Euphoria programs. Watcom is slow and Gcc crashed when I tried to compile a huge main_.c. Lcc is super-fast compared to both of the above and it produces (relatively) small exe:s. Rob said something about Lcc producing slow code. Maybe, but I still think it kicks Watcom's butt.. Btw, I suspect that a MSVC version of ecw.lib could be done with a simple re-compilation (?). I'm not a very big fan of MSVC, but other might like having support for it. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.