The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: theman on February 13, 2005, 10:28:26 PM

Title: C funtions in asm
Post by: theman on February 13, 2005, 10:28:26 PM
i dont have clib.lib neither msvcrt.lib where do i get them?
Title: Re: C funtions in asm
Post by: MichaelW on February 14, 2005, 07:29:41 AM
http://www.masmforum.com/simple/index.php?topic=480.0
Title: Re: C funtions in asm
Post by: Vortex on February 14, 2005, 10:48:25 AM
Hi theman,

libc.lib comes with the Visual Studio package. Frequently used C run-time DLLs are msvcrt.dll and crtdll.dll
Title: Re: C funtions in asm
Post by: hutch-- on February 14, 2005, 10:55:53 AM
At the expense of some very large downloads, if you get the VCTOOLKIT and the server 2003 PLATFORMSDK, you will have both the normal C libraries and the entire set of Windows import libraries. Together they are a very powerful package so you should be able to do most things with it.