That's presuming that they're .lib files created by Visual C++. If they were created using another compiler (or more specifically, the librarian for that compiler) then you might be out of luck. For example, the librarian for the DM C++ compiler produces object libraries that aren't compatible with Microsoft's linker.