Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: cfdev on March 14, 2007, 01:09:26 pm

Title: Compilation with library pb ?
Post by: cfdev on March 14, 2007, 01:09:26 pm
Hi,
I use C::B 11 march with wxWidgets 2.8.0 and GCC compilator under windows.

I have linking an library in my project "libFTD2XX.a" but the compilation doesn't work , why ?

Code
-------------- Build: Debug in wxFTDI ---------------
Linking console executable: bin\Debug\wxFTDI.exe
mingw32-g++.exe: obj\Debug\libFTD2XX.o: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

thanks