wxWidgets/wxPython/distrib
Bryan Petty 3ca6a5f046 second merge of the 2.2 branch (RL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-08 06:11:51 +00:00
..
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
.rpmrc merged 2.2 branch 2000-07-15 19:51:35 +00:00
autobuild.py second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
build.py second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
makedbg.bat merged 2.2 branch 2000-07-15 19:51:35 +00:00
makedev.bat merged 2.2 branch 2000-07-15 19:51:35 +00:00
makerpm merged 2.2 branch 2000-07-15 19:51:35 +00:00
maketgz merged 2.2 branch 2000-07-15 19:51:35 +00:00
makexferzip merged 2.2 branch 2000-07-15 19:51:35 +00:00
makexferzip.bat merged 2.2 branch 2000-07-15 19:51:35 +00:00
README.dbg.txt merged 2.2 branch 2000-07-15 19:51:35 +00:00
wise.aut merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPython.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPython.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPython.spec second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
wxPython.wse second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
wxPython.WSM second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
zipit.bat merged 2.2 branch 2000-07-15 19:51:35 +00:00

This zip file contains versions of the wxWindows and wxPython binaries
that have been compiled with __WXDEBUG__ defined.  This adds code to
wxWindows that is a bit more agressive about checking parameter
values, return values, and etc.  When the debugging library senses
something is wrong it will popup a message dialog telling you so.
Unfortunately the message is specific to the C++ code but it might
give you a hint about what went wrong and how to fix it.

Another debugging feature is when the wxPython program exits, it will
print to stdout information about any wxWindows C++ objects that
havn't been properly cleaned up.

This archive contains a new wxWindows DLL named wx[version]d.dll that
should be copied to the windows system directory or some other
directory on the PATH.You will also find replacements for all of
wxPython's *.pyd files that are linked to use this DLL.  Until I put
together a new installer, you'll need to copy things manually.


Robin