where is lcclib for windows ?

Windows specific forum
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3943
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

where is lcclib for windows ?

Post by wilbert »

Lcclib is nowhere to be found in my PB folder. I downloaded PB again and installed it again but that also didn't help. Can someone tell me where I can download lcclib for windows ?
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

go here: http://www.cs.virginia.edu/~lcc-win32/
and download the "lcc-win32" package. It is included there.

Timo
quidquid Latine dictum sit altum videtur
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3943
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Post by wilbert »

Thanks, that helped a lot.

Another little question concerning the splitted library format...
If I understand correctly I have to declare my own shared variables and functions as public so that all parts can access them.

Do I have to use strange names for them to avoid conflicts in case someone
else might have used the same names or does that only matter for the public PB_ functions I am creating ?
Post Reply