i dont have clib.lib neither msvcrt.lib where do i get them?
http://www.masmforum.com/simple/index.php?topic=480.0
Hi theman,
libc.lib comes with the Visual Studio package. Frequently used C run-time DLLs are msvcrt.dll and crtdll.dll
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.