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
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user