Borland C++ Compiler 5.5 (100分)

0

0000

Unregistered / Unconfirmed
GUEST, unregistred user!
我用了这个http://download.pchome.net/development/cbuilder/865.html
但是就是在DOS模式下不能编译文件。WHY?
 
看一下readme.txt,这几步有没有做
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"
 
thank you!
 
顶部