home *** CD-ROM | disk | FTP | other *** search
/ ftp.alstevens.com / 2014.06.ftp.alstevens.com.tar / ftp.alstevens.com / quincy2000 / README < prev    next >
Text File  |  2002-07-24  |  4KB  |  87 lines

  1. Quincy 2000
  2. -------------------------------------
  3. Quincy 2000 is a Windows 9x, ME, XP and NT hosted Integrated Development Environment
  4. (IDE) front end for C/C++ compilers.
  5.  
  6. I originally developed the ancestors of Quincy 2000 to accompany a C++ tutorial book
  7. and as a project for the C Programming Column of Dr. Dobb's Journal. Quincies 96 and
  8. 97 supported development of Win32 console applications only. Quincies 99 and 2000 
  9. support development of Win32 console and GUI applications.
  10.  
  11. The Compilers
  12. -------------
  13. As currently configured, Quincy 2000 works with the gcc Mingw32 2.95.2 C/C++ 
  14. compiler suite and the Borland C/C++ command line compilers version 5.5.
  15.  
  16. Mingw32 (Minimalist GNU for Windows 32) is a version of the GNU gcc C/C++
  17. compiler that uses the Win32 runtime DLLs.
  18.  
  19. See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for details.
  20.  
  21. The Borland compiler is free, too. See
  22. http://www.borland.com/bcppbuilder/freecompiler/ for details
  23.  
  24. The INSTALL file explains where to get the compiler files and how to install
  25. them so that they work with Quincy 2000.
  26.  
  27. The Tools
  28. ---------
  29. Quincy 2000 uses a grep program that I downloaded and modified slightly to make it work
  30. as a program launched from the IDE. 
  31.  
  32. Quincy 2000 with gnu-mingw32 uses the resource compiler and editor tools that accompany 
  33. the LCC-Win32 C compiler suite, which you will find at http://www.cs.virginia.edu/~lcc-win32/.
  34. The Borland compiler includes a resource compiler, but you can still use the LCC
  35. resource editor tool.
  36.  
  37. The install.txt file explains where to get the tool files and how to install
  38. them so they work with Quincy 2000.
  39.  
  40. Source Code
  41. -----------
  42. The source code for the Quincy 2000 IDE and the grep tool are available in the
  43. quincy2000src.zip file in the ftp directory where you found this file.
  44.  
  45. Quincy 2000 is a C++ MFC application compiled with MS Visual Studio 6.0.
  46.  
  47. The grep program's source code is organized into a Quincy 2000 project.
  48.  
  49. The source code for the gnu-mingw32 C/C++ compilers and the resource compiler
  50. and editor tools are available from the sites where you download them. The Borland
  51. compiler source code has not been released.
  52.  
  53. Bug Reporting
  54. --------------
  55. Please install and use Quincy 2000 and report bugs to me at astevens@ddj.com.
  56. You can send your comments and criticisms to that address as well. I might
  57. ask you to send some source code so that I can reproduce a bug. Please do not send
  58. source code, data files, or screen shots unless I ask for them.
  59.  
  60. Please include the following information with all bug reports:
  61.  
  62. 1. The steps required to reproduce the bug. Please be specific.
  63.  
  64. 2. The symptom that the bug exhibits. Once again be specific.
  65.  
  66. 3. The build number from the Help/About dialog.
  67.  
  68. 4. The compiler name and version number from the Help/About dialog.
  69.  
  70. 5. If you get an error dialog, include the text from the dialog. Some diagnostic dialogs
  71.    include a lot of text. Just copy the first line or two. If I need more, I'll ask
  72.    for it.
  73.  
  74. 6. A reliable way I can reach you via email.
  75.  
  76. NOTE: If you ignore my requests for this information and just tell me something like,
  77. "Quincy blows up when I do so-and-so," chances are I'll ignore your report. Sorry.
  78.  
  79. Known Problems
  80. --------------
  81. 1. Cannot watch or examine a function pointer; Quincy always reports ??.
  82.  
  83. 2. The help database is still way out of date. I doubt that I'll get to it anytime soon.
  84.  
  85. Al Stevens
  86. astevens@ddj.com
  87.