User forums > Help
wxWidgets Project (cannot find -lwxmsw26) [Solved]
Slider:
When searching for wxmsw* nothing was found.
The follwing files are present in \lib\gcc_dll:
libwxexpat.a, libwxjpeg.a, libwxpng.a, libwxregex.a, libwxtiff.a, libwxzlib.a
The problem is really starting to annoy me. Thanks for your help.
rickg22:
Just copy your libwxmsw26.a to that directory. It should be there around somewhere... search for lib*wx*.a:
--- Code: ---C:\> CD \wxWidgets
C:\wxWidgets> DIR lib*wx*.a /s /b
--- End code ---
And tell us what you find.
Slider:
No libwxmsw26.a was found in c:\wxWidgets, has something gone wrong when I compiled wxWidgets?
mandrav:
--- Quote from: Slider on December 05, 2005, 05:58:53 pm ---When searching for wxmsw* nothing was found.
...
The problem is really starting to annoy me. Thanks for your help.
--- End quote ---
Check your wxWidgets build. If you don't have the wxMSW DLL (and import library) already built, how do you expect it to work? :shock:
Slider:
I followed the instructions using mingw32-make to compile the libraries, no errors were encountered. Part of the problem is there are no definitive instructions for getting wxWidgets working with Code::Blocks - the Wiki says something different to the wxWidgets "instructions" posted in this forum.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version