]> git.saurik.com Git - wxWidgets.git/commitdiff
add Borland Developer Studio and Turbo Explorer info
authorChris Elliott <biol75@york.ac.uk>
Thu, 26 Apr 2007 14:03:29 +0000 (14:03 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 26 Apr 2007 14:03:29 +0000 (14:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt
docs/tech/tn0011.txt

index 8f44b8f0d9bec3a8408d889e2883bfc92054a682..e9a68c21b7a1de84fb84ef0c68d5e9d2c3121b81 100644 (file)
@@ -303,12 +303,29 @@ recompile wxWidgets. The same applies if compiling using the IDE.
 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
index e22b2b80c7fec3e45f4f9f548b45ab3fe4cb5514..ea2c76f3cf9385fe0e39d082790c9e22ad2e47b1 100644 (file)
@@ -12,6 +12,7 @@
        {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
@@ -34,6 +35,9 @@
 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