I was just able to convert my wxWidgets program from Visual Studio 6 to DevCPP.
Compilation went fine, but then!
Then came the linking... I entered a command like:
ld Compile/Memory.o Compile/MyApp.o Compile/PreviewPane.o Compile/FrameEvtHandler.o Compile/MyFrame.o Compile/stdwx.o Compile/TaalRes.o Compile/image_functions.o Compile/Translator.o Compile/ConfigurationWindow.o Compile/Configuration.o Compile/Plugin.o Compile/Download.o Compile/ThreadWindow.o Compile/GeneralFunctions.o Compile/About.o Compile/AutoUpdate.o Compile/GetLocalVersion.o Compile/SplashScreen.o CDCoverSearch_private.res -o "CDCoverSearch.exe" -L"C:/Dev-Cpp/lib" -L"C:/Program Files/Coding/wxWidgets/lib/gcc_lib" -mi386pe -llibunicows.a -llibkernel32.a -llibuser32.a -llibws2_32.a -llibole32.a -llibcomdlg32.a -llibadvapi32.a -llibshell32.a -llibgdi32.a -llibcomctl32.a -llibrpcrt4.a -lwxmsw25u_core.a -lwxbase25u.a -lwxbase25u_net.a -lwxzlib.a -lwxjpeg.a And then the compiler came back to me with the remark:
ld: cannot find -llibunicows So now my question is: "WTF?" (read as: what am I doing wrong?)------------------------ Website: www.KaReLs0ft.be |