[Plib-users] Necessary Basic Step to Compile PLIB on Windows Platform.
Brought to you by:
sjbaker
From: Simon <sim...@ho...> - 2003-09-15 18:08:14
|
Well, if you run into problems where the compiler is asking for unistd.h or tm.h then don't worry. All you have to do is define WIN32. In Borland builder this is under project options|Directories/Conditionals. In the box for conditional defines add "WIN32" (without the quotes). That's it. I reckon everyone else except me got that one straight off but someone said I should post anyhow. Hope to help -simon |