| 1 | This tarball contains all the files needed (I hope!) to allow you to |
| 2 | write win32 programs or Python extension modules that link to the same |
| 3 | wxWindows DLL that wxPython does. Files for both the normal (ANSI) |
| 4 | and Unicode builds are included. |
| 5 | |
| 6 | You'll need to add the following directories to your Include path (the |
| 7 | /I flag for MSVC): |
| 8 | |
| 9 | wxPython-[version]\lib\vc_dll\mswh [for ANSI builds] |
| 10 | wxPython-[version]\lib\vc_dll\mswuh [for Unicode builds] |
| 11 | wxPython-[version]\include |
| 12 | |
| 13 | And also you should link with a set of the *.lib files in the |
| 14 | lib/vc_dll dir. Us the ones with the 'u' in the name after the version |
| 15 | numbers for Unicode builds, the ones without the 'u' are for ANSI |
| 16 | builds. |
| 17 | |
| 18 | I'm sure I've forgotten some files or something, so when you discover |
| 19 | what it is please let me know. Also, if anyone feels like turning |
| 20 | this text into a more detailed HOW-TO please send your text to me. |
| 21 | |
| 22 | |
| 23 | Robin |
| 24 | |