Page 1 of 1
where is lcclib for windows ?
Posted: Mon Aug 23, 2004 10:59 am
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 ?
Posted: Mon Aug 23, 2004 11:23 am
by freak
go here:
http://www.cs.virginia.edu/~lcc-win32/
and download the "lcc-win32" package. It is included there.
Timo
Posted: Mon Aug 23, 2004 12:57 pm
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 ?