Changes

Jump to: navigation, search

BIOF 20101 (AS1) - OOP344

10 bytes added, 16:47, 19 February 2010
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!'''

Navigation menu