Note (3): If you wish debug messages to be sent to the console in
debug mode, edit makefile.bcc and change /aa to /Tpe in link commands.
-Cmpilation succeeds with CBuilderX personal edition and CBuilder6, but
+Using the Debugger and IDE in BDS or Turbo Explorer
+---------------------------------------------------
+
+
+Doubleclick / open samples\minimal\borland.bdsproj. The current version
+is to be used with a dynamic build of wxWidgets-made by running
+make -f Makefile.bcc -DBUILD=debug -DSHARED=1
+in wxWidgets\build\msw. You also need the wxWidgets\lib\bcc_dll
+directory in your PATH. The debugger tracks your source and aslo
+travces into the wxWidgets sources.
+
+To use this to debug other samples, copy the borland_ide.cpp
+and borland.bdsproj files, then replace all occurences of
+"minimal" with the name of the new project files
+
+Compilation succeeds with CBuilderX personal edition and CBuilder6, but
you may have to copy make.exe from the 5.5 download to the new bin directory.
+
Compiling using the IDE files for Borland C++ 5.0 and using CBuilder IDE
(v1-v6): not supported
+
** REMEMBER **
In all of your wxWidgets applications, your source code should include
{wx}/include/wx/version.h
{wx}/include/msvc/wx/setup.h
{wx}/src/wxvc_dll.dsp
+ {wx}/samples/minimal/borland_ide.cpp
{wx}/docs/latex/wx/manual.tex
{wx}/docs/changes.txt
{wx}/docs/gtk/changes.txt
Version: $Id$
$Log$
+Revision 1.11 2007/04/26 14:03:29 CE
+add Borland Developer Studio and Turbo Explorer info
+
Revision 1.10 2007/01/07 22:28:07 VZ
also update manual.tex