Kaarle Kaila wrote:
Thank you for the advice. The linker complained about "LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; us e /NODEFAULTLIB:library" and after some guesswork I added /NODEFAULTLIB:LIBCMT.LIB to the command and I did get a library It could have been easier and I guess without help and my poor knowledge of the link.exe it would have taken longer.
I guess a more proper way would have been to select the 'multithreaded dll' runtime. There is an option for this in the Visual Studio. But if it works, dont mess with it. ;-)
Ciao, Igor