From 143f778f6518cbbf1ddc90a1fcc02062662d4519 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 26 Apr 2007 14:03:29 +0000 Subject: [PATCH] add Borland Developer Studio and Turbo Explorer info git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 19 ++++++++++++++++++- docs/tech/tn0011.txt | 4 ++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 8f44b8f0d9..e9a68c21b7 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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 diff --git a/docs/tech/tn0011.txt b/docs/tech/tn0011.txt index e22b2b80c7..ea2c76f3cf 100644 --- a/docs/tech/tn0011.txt +++ b/docs/tech/tn0011.txt @@ -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 -- 2.47.2