i used the following lines to create an includefile of msvcrt.dll but it desnt work!
i get always this message and no include file ):
did someone know thats wrong here? hope someone can help....
thanks
dumpbin /exports /out:msvcrt.def msvcrt.dll
lib /out:msvcrt.lib /def:msvcrt.def /machine:ix86
l2inca /M msvcrt.lib
i get always this message and no include file ):
msvcrt.lib
Pass 1234
Library has no imports
did someone know thats wrong here? hope someone can help....
thanks