yangzhiqian1980
驱动牛犊
驱动牛犊
  • 注册日期2003-06-07
  • 最后登录2003-08-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:812回复:2

英文不好,,大虾帮忙,急切!!

楼主#
更多 发布于:2003-06-23 11:55
我在安装Borland C Compiler(5.5)时
有个Read Me 文档..看不懂...
请大虾帮忙说个大概意思...
1. Run freecommandlinetools.exe; choose the
   drive and folder into which you want to
   install the free C++Builder 5 command line
   tool development system.
( 这个我还明白,freecommandlinetools.exe只是个解压文件,然后选择其解压路径)
下面我就看不明了呜呜呜呜呜呜呜呜呜1
  
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\"
蓝心
shinebean
驱动牛犊
驱动牛犊
  • 注册日期2003-02-27
  • 最后登录2004-01-07
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-06-25 09:16

2.在你安装的bin目录中:
a.增加“c:\\Borland\\Bcc55”到你的path中。
b.创建bcc32.cfg文件
在此文件中增加这两行
-I\"c:\\Borland\\Bcc55\\include\"
-L\"c:\\Borland\\Bcc55\\lib\"
c.创建ilink32.cfg文件
在此文件中增加这一行
-L\"c:\\Borland\\Bcc55\\lib\"
think different
lxcomcn
驱动老牛
驱动老牛
  • 注册日期2002-07-31
  • 最后登录2010-12-10
  • 粉丝0
  • 关注0
  • 积分110分
  • 威望43点
  • 贡献值0点
  • 好评度21点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2003-06-25 09:27

2.在你安装的bin目录中:
a.增加“c:\\Borland\\Bcc55”到你的path中。
b.创建bcc32.cfg文件
在此文件中增加这两行
-I\"c:\\Borland\\Bcc55\\include\"
-L\"c:\\Borland\\Bcc55\\lib\"
c.创建ilink32.cfg文件
在此文件中增加这一行
-L\"c:\\Borland\\Bcc55\\lib\"
同意! :D
[img]http://www.nbuser.com/vb/avatar.php?userid=10792&dateline=1046232652 [/img] 我要作诗!!!
游客

返回顶部