21
edits
Changes
m
→Windows Borland C++
Say the installation is done in '''X:\Borland\BCC55''' <br />
Create a file called '''bcc32.cfg''' in '''X:\Borland\BCC55\Bin''' and add the following two lines to it:
<prebig> -I"X:\Borland\Bcc55\include" -L"X:\Borland\Bcc55\lib" </prebig>
Create another file called '''ilink32.cfg''' in '''X:\Borland\BCC55\Bin''' and add the following line to it:
<prebig> -L"X:\Borland\Bcc55\lib" </prebig>
Then add '''X:\Borland\BCC55\Bin''' to the system path:<br />
Vista:
Compile your code as:
<prebig> > bcc32 biomain.c ciol.c </prebig>
'''Happy Compiling!'''