News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

msvcprt.lib?

Started by Promit, February 07, 2005, 07:30:40 AM

Previous topic - Next topic

Promit

I'm working on porting a VC6 project to Code::Blocks/VC7.1, and it's asking me for the lib msvcprt.lib. Now, this exists on VC6, but as far as I can tell, the Toolkit doesn't have or use it. So my question is, why is the toolkit compiler and Code::Blocks looking for this lib, and how do I get it to stop? The lib isn't referenced in the cbp project file (I opened it in notepad and did a find).

mandrav

According to this, msvcprt.lib is implicitely linked to the project if the linker switch /MD is specified.
Remove this switch from the project's linker (or compiler) options. This should remove the dependency...

HTH,
Yiannis.
Be patient!
This bug will be fixed soon...