Page 1 of 1

Pelles C Gadget And Other Examples

Posted: Tue Feb 21, 2006 7:58 pm
by fsw
Since Pelles made a nice C compiler/environment and PureBasic uses Pelles polib, polink and porc it would be more appropriate to make PellesC examples available.

There is a LCCwin32 example in the SDK dir, but who uses LCCwin32 nowadays?

Please consider.

Thanks

Posted: Tue Feb 21, 2006 11:39 pm
by freak
There should be no real difference. Its both C...

Posted: Wed Feb 22, 2006 6:41 am
by Rings
some libs in the PBOSL are done with pellesC.....

Posted: Wed Feb 22, 2006 10:38 am
by inc.
Imho there is a minor difference between Pelles and LCC in the order of typing (was it the position of " __stdcall" ?) when declaring a function.

But you will catch it fast as the compiler log will report such an issue.
You also could easely use DevC++ as beside the obligatory C++ projects it allows to generate C Projects.
Here's a brief explanation (its german but you could use altavista/babelfish for translating it):
http://www.purebasic-lounge.de/viewtopi ... 5&start=46