Pelles C Gadget And Other Examples

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Pelles C Gadget And Other Examples

Post 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
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

There should be no real difference. Its both C...
quidquid Latine dictum sit altum videtur
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

some libs in the PBOSL are done with pellesC.....
SPAMINATOR NR.1
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post 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
Post Reply