When compiling i get an error.
C:\ioftpd\scripts\iojZS>C:\Borland\BCC55\bin\bcc32 .exe -w- -O2 -IC:\Borland\BCC55\Include -LC:\Borland\BCC55\Lib -nC:\ioFTPD\system -eiojZS.exe c:\ioFTPD\scripts\iojZS\source\iojZS.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\ioFTPD\scripts\iojZS\source\iojZS.cpp:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'UUID.LIB'
Anyone know how to fix this ?
Thanks in advance
Edit. Found this while googling:
UUID.LIB is supplied as part of the C++Builder versions 4 and 5, but not as part
of the Borland C++ version 5.02 Development Suite
perhaps they dont include it in 5.5 version ?