msvcprt.lib

Started by
2 comments, last by Promit 18 years, 8 months ago
I'm trying to compile a CGAL example, and I get this error: /out:example.exe example.obj C:\cgal\lib\msvc7\cgal.lib LINK : fatal error LNK1104: cannot open file 'msvcprt.lib' Does anyone know what msvcprt.lib is? I'm using the command-line compiler, and I don't seem to have it. Mike http://www.coolgroups.com/
Mike C.http://www.coolgroups.com/zoomer/http://www.coolgroups.com/ez/
Advertisement
It has the C++ standard library implementations for DLLs. The toolkit doesn't freakin include it for some reason. This page has instructions on regenerating the lib. Note you'll need the program sed, which can be gotten as part of UnxUtils.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
Thanks. I made msvcprt.lib using that method.

Now, it says:

LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib'

Any ideas what's up with this one?

The web page you showed me says something like:

The .NET Framework SDK Version 1.1 is needed for msvcrt.lib.

Is this SDK really needed, and is it free?

Thanks again.

Mike C.http://www.coolgroups.com/zoomer/http://www.coolgroups.com/ez/
You could try to recreate msvcrt.lib using the same method, but you may as well just download the .NET Framework SDK if you have a broadband connection. It's free to download and can be gotten here.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

This topic is closed to new replies.

Advertisement