Search found 2 matches

by Torquemada
Sun Jan 01, 2006 12:58 pm
Forum: General
Topic: Textpad can´t find Include files
Replies: 3
Views: 691

I don´t understand this step:

1. Create a file called 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"

Should I create a bcc32.cfg and add these lines ...
by Torquemada
Fri Dec 23, 2005 11:07 pm
Forum: General
Topic: Textpad can´t find Include files
Replies: 3
Views: 691

Textpad can´t find Include files

Hey im new to this board.
Im having trouble getting Textpad to work with Borland c++ compiler. I have added the /bin and /include directories to the system path but the compiler can´t find the include files unless I place them in the same directory as my program.