home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / borland_ccompiler55.exe / readme.txt < prev   
Encoding:
Text File  |  2000-06-27  |  4.4 KB  |  147 lines

  1. ===============================================
  2. C++BUILDER COMMAND LINE TOOLS
  3. RELEASE NOTES
  4. ===============================================
  5.  
  6. This file contains important supplementary and 
  7. late-breaking information that may not appear 
  8. in the main product documentation. We recommend
  9. that you read this file in its entirety.
  10.  
  11.  
  12. CONTENTS
  13. ===============================================
  14.  
  15. -- PRODUCT NOTES AND ISSUES
  16.  
  17. -- ONLINE HELP
  18.  
  19. -- PRODUCT INFORMATION ON THE WEB
  20.  
  21.  
  22. PRODUCT NOTES AND ISSUES
  23. ===============================================
  24.  
  25. Installing and running the Command Line Tools
  26. -----------------------------------------------
  27.  
  28. 1. Run freecommandlinetools.exe; choose the 
  29.    drive and folder into which you want to
  30.    install the free C++Builder 5 command line 
  31.    tool development system.
  32.    
  33. 2. From the bin directory of your installation:
  34.    a. Add "c:\Borland\Bcc55" 
  35.       to the existing path
  36.    b. Create a bcc32.cfg file which will set 
  37.       the compiler options for the Include 
  38.       and Lib paths (-I and -L switches to 
  39.       compiler) by adding these lines:
  40.       -I"c:\Borland\Bcc55\include"
  41.       -L"c:\Borland\Bcc55\lib"
  42.    c. Create an ilink32.cfg file which will set 
  43.       the linker option for the Lib path by 
  44.       adding this line:
  45.       -L"c:\Borland\Bcc55\lib"
  46.  
  47. Other product notes
  48. -----------------------------------------------
  49.  
  50. "PSDK" (\lib\PSDK) is an acronym for the
  51. Microsoft Platform Software Development Kit.
  52.  
  53.  
  54. ONLINE HELP
  55. ===============================================
  56. The online Help file included with this product
  57. --BCB5TOOL.HLP--describes the core functionality 
  58. and options available in this edition of the 
  59. product. To enhance your Help system you can add 
  60. any number of files from the Borland C++Builder 5 
  61. online Help set, including the core C++Builder 
  62. Help file (BCB5.HLP), Standard C++ Library Help 
  63. (BCB5SCL.HLP), C++Builder Language Guide Help 
  64. (BCB5LANG.HLP), the C Runtime Library Reference 
  65. (BCB5RTL.HLP), and the Errors Messages and 
  66. Warnings listing (BCB5ERRS.HLP). All of these 
  67. files are available for free download from the 
  68. Borland C++Builder documentation site at 
  69. http:\\www.borland.com\techpubs\bcppbuilder.
  70.  
  71.  
  72. PRODUCT INFORMATION ON THE WEB
  73. ===============================================
  74. In addition to numerous private sites that 
  75. offer C++Builder information, instruction, and 
  76. samples, the following C++Builder/Inprise 
  77. Web-based resources provide a continuous stream
  78. of news, product information, updates, code, 
  79. and other materials.
  80.  
  81. Borland Community site and CodeCentral
  82. -----------------------------------------------
  83. The Borland community is a place created by 
  84. programmers, for programmers, to celebrate the 
  85. joy and challenge and exhilaration of 
  86. programming. We invite you to come hang out at
  87. http://community.borland.com.
  88.  
  89. The CodeCentral Repository is a free, 
  90. searchable database of code, tips, and other 
  91. materials of interest to developers. For details 
  92. and registration information, visit 
  93. http://community.borland.com/codecentral
  94.  
  95. The Borland/Inprise Web site
  96. -----------------------------------------------
  97. Borland/Inprise home page:
  98.   http://www.borland.com or 
  99.   http://www.inprise.com
  100.   [IDE: Help|Borland Home Page]
  101.  
  102. C++Builder home page:     
  103.   http://www.borland.com/bcppbuilder/
  104.   [IDE: Help|C++Builder Home Page]
  105.  
  106. C++Builder developer support:
  107.   http://www.borland.com/devsupport/bcppbuilder/
  108.   [IDE: Help|C++Builder Developer Support]
  109.   
  110. C++Builder updates and other downloads:
  111.   http://www.borland.com/devsupport/
  112.        bcppbuilder/downloads/
  113.   
  114. C++Builder documentation site:
  115.   http://www.borland.com/techpubs/bcppbuilder
  116.  
  117. Information for C++ developers:
  118.   http://www.borland.com/bcppbuilder/cpp/
  119.  
  120. Information for Visual Basic developers:
  121.   http://www.borland.com/bcppbuilder/vb/
  122.  
  123. Newsgroups:
  124.   http://www.borland.com/newsgroups/
  125.  
  126. Electronic newsletter subscriptions:
  127.   http://www.inprise.com/feedback/listserv.html
  128. International list server:
  129.   http://www.inprise.com/feedback/intlist.html
  130.  
  131. Worldwide offices and distributors:
  132.   http://www.borland.com/bww/
  133.  
  134. Inprise FTP site (anonymous access):
  135.   ftp.borland.com
  136.  
  137. TechFax
  138. -----------------------------------------------
  139. Technical documents are available via fax at:
  140.   1-800-822-4269 (North America)
  141.  
  142.  
  143. ===============================================
  144. Copyright (c) 2000 Inprise Corporation. 
  145. All rights reserved.
  146.  
  147.