Hi,
for my project I have to switch between MSVC++ 2005 and MingW.
I want to compile on different computers.
I I change to 'Microsoft Visual C++ 2005' in Project/Built Options
some things go wrong here.
The wxwidgets libs a still named libwx*.a instead wx*.lib.
Some defines are probably not correct for msc.
At least it's nearly impossible to change the toolchain
in an existing project.
Maybe its better to create a new one.
But than I need some hints to replace which files.
Regards,