home *** CD-ROM | disk | FTP | other *** search
/ ftp.alstevens.com / 2014.06.ftp.alstevens.com.tar / ftp.alstevens.com / quincy2002 / README < prev    next >
Text File  |  2003-01-22  |  5KB  |  110 lines

  1. Quincy 2002
  2.  
  3. ===================== IMPORTANT! ==========================
  4. Please read carefully the requirements under Bug Reporting 
  5. in this document. If you do not follow those instructions, 
  6. about all I'll respond with is "RTFR!" I no longer have the 
  7. time it takes to drag the information out of users. Sorry.
  8. ===========================================================
  9.  
  10. -------------------------------------
  11. Quincy 2002 is a Windows 9x, ME, XP and NT hosted Integrated Development Environment
  12. (IDE) front end for C/C++ compilers.
  13.  
  14. I originally developed the ancestors of Quincy 2002 to accompany a C++ tutorial book
  15. and as a project for the C Programming Column of Dr. Dobb's Journal. Quincies 96 and
  16. 97 supported development of Win32 console applications only. Quincies 99 and 200x 
  17. support development of Win32 console and GUI applications and DLLs.
  18.  
  19. The Compilers
  20. -------------
  21. As currently configured, Quincy 2002 works with the current MinGW C/C++ 
  22. compiler suite.
  23.  
  24. MinGW (Minimalist GNU for Windows) is a version of the GNU gcc C/C++
  25. compiler that uses the Win32 runtime DLLs.
  26.  
  27. See http://www.mingw.org/ for details.
  28.  
  29. The INSTALL file explains where to get the compiler files and how to install
  30. them so that they work with Quincy 2002.
  31.  
  32. The Tools
  33. ---------
  34. Quincy 2002 uses a grep program that I downloaded and modified slightly to make it work
  35. as a program launched from the IDE. 
  36.  
  37. Quincy 2002 with MinGW uses the resource compiler and editor tools that accompany 
  38. the LCC-Win32 C compiler suite, which you will find at 
  39. http://www.cs.virginia.edu/~lcc-win32/.
  40.  
  41. Quincy 2002 uses Artistic Style, a code beautifier tool
  42.  
  43. The install.txt file explains where to get the tool files and how to install
  44. them so they work with Quincy 2002.
  45.  
  46. Source Code
  47. -----------
  48. The source code for the Quincy 2002 IDE and the grep tool are available in the
  49. quincy2002src.zip file in the ftp directory where you found this file.
  50.  
  51. Quincy 2002 is an MFC application compiled with MS Visual Studio 6.0.
  52.  
  53. The grep program's source code is organized into a Quincy 2002 project.
  54.  
  55. The source code for the MinGW C/C++ compilers and the resource compiler
  56. and editor tools are available from the sites where you download them.
  57.  
  58. Bug Reporting
  59. --------------
  60. Please install and use Quincy 2002 and report bugs to me at astevens@ddj.com.
  61. You can send your comments and criticisms to that address as well. I might
  62. ask you to send some source code so that I can reproduce a bug. Please do not send
  63. source code, data files, or screen shots unless I ask for them.
  64.  
  65. Please include the following information with all bug reports:
  66.  
  67. 1. The steps required to reproduce the bug. Please be specific.
  68.  
  69. 2. The symptom that the bug exhibits. Once again be specific.
  70.  
  71. 3. The Quincy version information from the Help/About dialog.
  72.  
  73. 4. The compiler name and version from the Help/About dialog.
  74.  
  75. 5. The Windows version from the Help/About dialog and 
  76.    whether the OS is 95/98/ME/XP/2K/NT. 
  77.  
  78. 6. The drive and subdirectory where you installed:
  79.  
  80.    a. Quincy
  81.    b. The MinGW compiler system
  82.    c. The source code for the programs you are trying to compile and run.
  83.  
  84. 7. A reliable way I can reach you via email.
  85.  
  86. 8. Do not send source code until I ask for it.
  87.  
  88. NOTE: If you ignore my requests for this information or just tell me something like,
  89. "Quincy blows up when I do so-and-so," chances are I'll ignore your report. Sorry.
  90.  
  91. Things New with Quincy 2002 (since Quincy 2000)
  92. -------------------------------------------------
  93. 1. Quincy 2002 does not support the Borland free command line compiler because
  94.    the Borland tools are not open source and there is no command line debugger
  95.    that Quincy can integrate into its IDE. If you want to use the Borland
  96.    compiler, try Quincy 2000.
  97. 2. There is no longer an option to build with the experimental Standard C++
  98.    Library. Gcc supports most of Standard C++. If you are using an earlier
  99.    version of gcc, you should also be using the legacy C++ libraries. 
  100.    Quincy 2002 does not support versions of gcc prior to 2.95.3.
  101. 3. Many editor improvements and small bug fixes.
  102. 4. The interface with the compiler tools and the grep tool are changed to use
  103.    Win32 pipes rather than redirected text files as their stdout devices.
  104. 5. The internal debugger is no more. Quincy 2002 integrates GDB into the IDE
  105.    instead of implementing its own debugger as earlier versions of Quincy did.
  106.  
  107.  
  108. Al Stevens
  109. astevens@ddj.com
  110.