1. Pelles C and ecw
- Posted by Kenneth Roger <kennethroger at comcast.net> Apr 29, 2004
- 396 views
Since Marc asked, I tried compiling a small program that used win32lib. Pelles C compiled 37 of the 65 c files generated by using the -lcc switch on ecw. A common error message concerned using a *int when a **int was expected (object_pointer in euphoria.h). I've had good luck with it on straight c gui programs. It's attractive because it's a small download, and as Marc says it's free for commercial use (lccwin32 is free only for personal use). Digital Mars C has the same advantages and is another candidate for an intermediate language when Robert runs out of things to do.
2. Re: Pelles C and ecw
- Posted by Marc Giao <giao at sympatico.ca> Apr 29, 2004
- 396 views
Kenneth, thanks for looking into Pelles. Kenneth Roger wrote: > > ...when Robert runs out of things to do. > Will never happen... the wish list is too long ;) Regards, Marc