The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on February 19, 2013, 06:00:18 AM

Title: Building import library for msvcrt.dll
Post by: Vortex on February 19, 2013, 06:00:18 AM
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