Hello All I used Wx version 2.4.2 for a long time witout any error, just updated to 2.6.1 and now got the following linker errors when recompiling programs which were properly compiled with 2.4.2 ... any idea would be greatly appreciated I've installed 2.6.1 using the windows installer, I use Visual C++ 6.0 to compile.
The library default directory has changed. Just have a look at the project options of the "minimal" example of the 2.6.1 distribution and copy new lib directories into your project settings. The minimal.dsp and minimal.dsw can be a template for any wx project: just cut all the referenced .cpp .h .xrc etc... files in it and replace with appropriate project name.