User forums > Help
wxwidgets 2.6.3
kkez:
The win32api mingw package already has all the headers and .lib files you need... but does this have anything to do with wxwidgets?
Matreju:
If you try to compile the wxwidget in CodeBlocks with the MSVC Workspace you have to link with ole32.lib and shell32.lib to avoid undefined references. In which package of the mingw are the .lib files. The win32api ( v3.2 ) package included only .def files.
kkez:
win32api package->lib directory. Of course all those .a files are the .lib files for mingw/gcc. The wxwidgets MSVC project is made to be compiled with the Microsoft compiler (that requires .lib files) and not MinGW (that requires .a files).
EDIT: wait, 3.2? the last release is the 3.7!
and where did you see all the .def files? I only see .h and .a files.
Navigation
[0] Message Index
[*] Previous page
Go to full version