Greetings everybody.
I use C::B for a couple of months now and I am facing a problem while trying linking C object files.
I have built a project which compiles perfectly, BUT in the linking process I must add a library file (.lib) made for use with MS Visual Studio 2008. The same library file is provided as an object file (.o) for use with Linux GCC 4.3+. Both files (.lib and .o) are the same but each one compiled for use with Visual Studio 2008 or Linux GCC 4.3+.
Now my major problem is that I don't know how to add a file like these (.lib or .o) to my linking stage in C::B. I always get linking errros.
Furthermore I don't know if there is any support from C::B for this kind of library files (.lib and .o).
I really need some help here because all this is about a college project and available time is very very limited (about 2 days from now)..
PS. I have Code::Blocks installed both on Windows XP and Ubuntu 9.10 systems.