News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

where can I get crtlib.inc and crtlib.lib

Started by madhur_ahuja, June 30, 2011, 07:49:44 PM

Previous topic - Next topic

madhur_ahuja

I guess these are assembly versions of C run time library. I had these files in my disk but got accidentally deleted.

Much of my source code depends on them. Any idea where can I find them ?

Madhur

jj2007

\masm32\lib\msvcrt.lib and \masm32\include\msvcrt.inc are part of the Masm32 package. Just reinstall it...

MichaelW

Msvcrt.lib is an import library for msvcrt.dll. For a description see "Creating an Import Library" here.
eschew obfuscation