Wednesday, December 21, 2005

Configuring Visual C++ 2005 Express for WxWidgets

Required
- Visual C++ 2005 Express Beta
- Windows XP SP2 Platform SDK
- WxWidgets 2.6.2

Here is a link to Gareth's Notes on Compiling WxWidgets with Visual C++ 2005 Express.

Additional Notes
- This list of library includes are required when building an application against any of the configurations. In addition to the appropriate wxWidgets libraries.
shell32.lib gdi32.lib kernel32.lib user32.lib comdlg32.lib ole32.lib oleaut32.lib advapi32.lib

- It is easier to compile the library with the wx_dll.dsw workspace since it takes care of all dependencies

- Cleaning your solution (removing all of the compiled files) will dump your setup.h for whatever reason so keep a backup copy.

No comments: