Posted March 5, 200817 yr I have been trying a few of the crypto lib off tuts4you, some of them I have no problem with but some I include them in my project and I get this link errorLINK : error LNK2001: unresolved external symbol _WinMainCRTStartupFatal error LNK1120: 1 unresolved externalsAll I have done is included the file in the WinAsm project and put an include statement im my main asm file. I tried looking on MSDN and found something on it but it is for visual c++. And said something about MFC applications and unicode......I dunnoI figured somebody on here may have had the same problem at one point so I figured I would ask.. this seems to be the only place where anybody anwsers me... I kow you guys are probbally getting tired of me asking these questions, so thanks in advance.Dustyh1981
March 5, 200817 yr Hi. You library has dependancies on MSVS CRT Library. I doubt that it was intented to be used with ASM. Which library is it?
March 5, 200817 yr Author Hi. You library has dependancies on MSVS CRT Library. I doubt that it was intented to be used with ASM. Which library is it?It is the SHA512.asm from the keygen librarys from Tuts4you dl section........I dunno its probbally something simple, with me it usually is.Test.rar Edited March 5, 200817 yr by dustyh1981
March 5, 200817 yr You gotta remove the "end" at the bottom of the hash source, if you're using them like that
March 5, 200817 yr ...and, with a message like that, LINK : error LNK2001: unresolved external symbol _WinMainCRTStartupFatal error LNK1120: 1 unresolved externals who wouldn't have guessed it...
March 5, 200817 yr Author Thanks UFO, it is always some simple something like that. I know I am wearing you guys out with these questions...I appreciate your patience.Dustyh1981
Create an account or sign in to comment