Re: C++ problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

>2. From the bin directory of your installation:
>    a. Add "c:\Borland\Bcc55"
>       to the existing path
>    b. Create a bcc32.cfg file which will set
>       the compiler options for the Include
>       and Lib paths (-I and -L switches to
>       compiler) by adding these lines:
>       -I"c:\Borland\Bcc55\include"
>       -L"c:\Borland\Bcc55\lib"
>    c. Create an ilink32.cfg file which will set
>       the linker option for the Lib path by
>       adding this line:
>       -L"c:\Borland\Bcc55\lib"


Open C:\AUTOEXEC.BAT and add the following line:
SET PATH=%PATH%;C:\Borland\Bcc55

Create a file in C:\Borland\Bcc55\bin called bcc32.cfg (with Notepad, Edit 
or a similar program) and add the following lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"

Create another file in the same directory, this one called ilink32.cfg and 
add the following line:
-L"c:\Borland\Bcc55\lib"


That should be all there is to it. Although I haven't installed Bcc myself 
so I'm not sure about it.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu