home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Devc / ReadMe.txt < prev    next >
Text File  |  1999-06-05  |  2KB  |  48 lines

  1. - Bloodshed Dev-C++ 3.0 -
  2.  
  3. Welcome to Dev-C++ by Bloodshed Software. Please read the file 
  4. Copying.txt for license agreements.
  5.  
  6. This program is a quality free software. However, if you like it and 
  7. want to support us for further development, please register it by 
  8. paying a small fee of $20. Please go to http://www.bloodshed.nu/devc.html
  9. for further informations.
  10.  
  11. Before working with Dev-C++, please read the IMPORTANT section below:
  12.  
  13. ** IMPORTANT **
  14.  
  15. - The compiler will not open files which are in directories exceeding 8 letters or of a file which is not in the 8.3 DOS format (ex: c:\program files\ is a bad named directory for the compiler).
  16.  
  17. - If you move or rename any Dev-C++ file or directory, also change the compiler directory names in Options menu | Compiler options or it will not found the compiler and librairies.
  18.  
  19. - If when you compile a file you get a message saying "No space in environment" or similar, add this line to your CONFIG.SYS (usually located in c:\ ):
  20.  
  21. SHELL=C:\PATH\COMMAND.COM /E:4096 / P
  22.  
  23. Change PATH by your directory that contains the file COMMAND.COM
  24.  
  25. You will then need to restart your computer.
  26.  
  27. - Do not install Dev-C++ in a directory exceeding 8 letters (like c:\program files\) or in many directories (like c:\myprog\program\c_and_cpp\dev-c++\).
  28.  
  29. - Others problems are described in the help files located in the Help directory. However, if you are still unable to resolve your problem, feel free to send a mail to webmaster@bloodshed.nu (be sure to tell us what you did, and what error do you get).
  30.  
  31.  
  32. ** System requirements **
  33.  
  34. To correctly use Bloodshed Dev-C++ on your system, be sure to have:
  35.  
  36. -    Microsoft Windows 95, NT or 98.
  37. -    16 Mb of RAM
  38. -    20 Mb of free space on your hard drive.
  39.  
  40. If you are having troubles to run Dev-C++ on your OS, please contact us at webmaster@bloodshed.nu
  41.  
  42. ****************
  43.  
  44. We hope you will enjoy this software. Feel free to contact us at:
  45. webmaster@bloodshed.nu
  46. Bloodshed Software web site:
  47. http://www.bloodshed.nu/
  48. Don't forget to click on the Dev-C++ icon in the about box :)