]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
1 | This zip file contains versions of the wxWindows and wxPython binaries |
2 | that have been compiled with __WXDEBUG__ defined. This adds code to | |
3 | wxWindows that is a bit more agressive about checking parameter | |
4 | values, return values, and etc. When the debugging library senses | |
5 | something is wrong it will popup a message dialog telling you so. | |
6 | Unfortunately the message is specific to the C++ code but it might | |
7 | give you a hint about what went wrong and how to fix it. | |
8 | ||
9 | Another debugging feature is when the wxPython program exits, it will | |
10 | print to stdout information about any wxWindows C++ objects that | |
11 | havn't been properly cleaned up. | |
12 | ||
13 | This archive contains a new wxWindows DLL named wx[version]d.dll that | |
14 | should be copied to the windows system directory or some other | |
15 | directory on the PATH.You will also find replacements for all of | |
16 | wxPython's *.pyd files that are linked to use this DLL. Until I put | |
17 | together a new installer, you'll need to copy things manually. | |
18 | ||
19 | ||
20 | Robin |