When I compile wx (wx 2.4.2,gcc 3.2,msys 1.09 ) to dll using:
1) mingw - I get wxmsw242.dll & wxmsw242.dll.a 2) visuall c - I get wxmsw24.dll & wxmsw24.lib
o When I try to compile my project with compiled .lib or .a I get unresolved or undefined symbols (mainly to wxGLCanvas). o Dlls are compiled with opengl support. o No errors during compilation. o My configure: ./configure --with-msw --with-opengl o For visual c "opengl32.lib" is added. o I also tried use makefiles directly - same result. o My project is working with static libs. o Few minutes ago I tried version wx 2.5.0 - same result. o :o( o > sorry for my poor english <