home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / readme.txt < prev   
Encoding:
Text File  |  2000-01-31  |  3.4 KB  |  121 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. -- PRODUCT INFORMATION ON THE WEB
  18.  
  19.  
  20. PRODUCT NOTES AND ISSUES
  21. ===============================================
  22.  
  23. Installing and running the Command Line Tools
  24. -----------------------------------------------
  25.  
  26. 1. Run freecommandlinetools.exe; choose the 
  27.    drive and folder into which you want to
  28.    install the free C++Builder 5 command line 
  29.    tool development system.
  30.    
  31. 2. From the bin directory of your installation:
  32.    a. Add "c:\Borland\Bcc55" 
  33.       to the existing path
  34.    b. Create a bcc32.cfg file which will set 
  35.       the compiler options for the Include 
  36.       and Lib paths (-I and -L switches to 
  37.       compiler) by adding these lines:
  38.       -I"c:\Borland\Bcc55\include"
  39.       -L"c:\Borland\Bcc55\lib"
  40.    c. Create an ilink32.cfg file which will set 
  41.       the linker option for the Lib path by 
  42.       adding this line:
  43.       -L"c:\Borland\Bcc55\lib"
  44.  
  45. Other product notes
  46. -----------------------------------------------
  47.  
  48. "PSDK" (\lib\PSDK) is an acronym for the
  49. Microsoft Platform Software Development Kit.
  50.  
  51.  
  52. PRODUCT INFORMATION ON THE WEB
  53. ===============================================
  54. In addition to numerous private sites that 
  55. offer C++Builder information, instruction, and 
  56. samples, the following C++Builder/Inprise 
  57. Web-based resources provide a continuous stream
  58. of news, product information, updates, code, 
  59. and other materials.
  60.  
  61. Code Central
  62. -----------------------------------------------
  63. The CodeCentral Repository is a free, 
  64. searchable database of code, tips, and other 
  65. materials of interest to developers. For details 
  66. and registration information, visit 
  67. http://www.borland.com/codecentral
  68.  
  69. The Borland/Inprise Web site
  70. -----------------------------------------------
  71. Borland/Inprise home page:
  72.   http://www.borland.com or 
  73.   http://www.inprise.com
  74.   [IDE: Help|Borland Home Page]
  75.  
  76. C++Builder home page:     
  77.   http://www.borland.com/bcppbuilder/
  78.   [IDE: Help|C++Builder Home Page]
  79.  
  80. C++Builder developer support:
  81.   http://www.borland.com/devsupport/bcppbuilder/
  82.   [IDE: Help|C++Builder Developer Support]
  83.   
  84. C++Builder updates and other downloads:
  85.   http://www.borland.com/devsupport/
  86.        bcppbuilder/downloads/
  87.   
  88. C++Builder documentation site:
  89.   http://www.borland.com/techpubs/bcppbuilder
  90.  
  91. Information for C++ developers:
  92.   http://www.borland.com/bcppbuilder/cpp/
  93.  
  94. Information for Visual Basic developers:
  95.   http://www.borland.com/bcppbuilder/vb/
  96.  
  97. Newsgroups:
  98.   http://www.borland.com/newsgroups/
  99.  
  100. Electronic newsletter subscriptions:
  101.   http://www.inprise.com/feedback/listserv.html
  102. International list server:
  103.   http://www.inprise.com/feedback/intlist.html
  104.  
  105. Worldwide offices and distributors:
  106.   http://www.borland.com/bww/
  107.  
  108. Inprise FTP site (anonymous access):
  109.   ftp.borland.com
  110.  
  111. TechFax
  112. -----------------------------------------------
  113. Technical documents are available via fax at:
  114.   1-800-822-4269 (North America)
  115.  
  116.  
  117. ===============================================
  118. Copyright (c) 2000 Inprise Corporation. 
  119. All rights reserved.
  120.  
  121.