I'm having problems linking a simple program(and anything for that matter) with Code::Blocks using the Visual Studio 2005 Professional compiler.
This is the error I get:
-------------- Build: Debug in test ---------------
main.cpp
Linking console executable: bin\Debug\test.exe
link: extra operand `/LIBPATH:C:\\Program Files\\Microsoft Visual Studio 8\\VC\\lib'
Try `link --help' for more information.
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
The same compile will work fine with Visual Studio 2008 Pro, but I'd like to use 2005 for a project I've already been working on.