I have some Problems installing wxWdigets on Windows 10 Pro 64 bit.
I use Codelite 9.2.0 amd64 and TDM GCC 5.1.0-2 64 bit.
My Problems are:
1) where to get the right wxWidgets lib
1) how to install it
I already changed my environement variables as Eran suggested on stack overflow (sry for double post but I think its here better than on stack overflow):
Code: Select all
CodeLiteDir=C:\Program Files\CodeLite
WXWIN=C:\wxWidgets
WXCFG=gcc_dll\mswu
thanks for help!Mismatch between the program and library build versions detected. The library used 3.1.0 (wchar_t,compiler with C++ ABI 1002,wx Containers,compatible with 3.0), and your program used 3.1.0 (wchar_t,compiler with C++ ABI 1008,wx Containers,compatible with 3.0).