DrPepUr Posted March 5, 2008 Posted March 5, 2008 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
HVC Posted March 5, 2008 Posted March 5, 2008 Hi. You library has dependancies on MSVS CRT Library. I doubt that it was intented to be used with ASM. Which library is it?
DrPepUr Posted March 5, 2008 Author Posted March 5, 2008 (edited) 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, 2008 by dustyh1981
Ufo-Pu55y Posted March 5, 2008 Posted March 5, 2008 You gotta remove the "end" at the bottom of the hash source, if you're using them like that
HVC Posted March 5, 2008 Posted March 5, 2008 ...and, with a message like that, LINK : error LNK2001: unresolved external symbol _WinMainCRTStartupFatal error LNK1120: 1 unresolved externals who wouldn't have guessed it...
DrPepUr Posted March 5, 2008 Author Posted March 5, 2008 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now