News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Building import library for msvcrt.dll

Started by Vortex, February 19, 2013, 06:00:18 AM

Previous topic - Next topic

Vortex

An easy method :

polib.exe /OUT:msvcrt.lib C:\WINDOWS\system32\msvcrt.dll

Creating the module definition file :

polib.exe /MAKEDEF:msvcrt.def /MACHINE:x86 msvcrt.lib