Jump to content
Tuts 4 You

Asm Crypto Librarys


DrPepUr

Recommended Posts

Posted

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 error

LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
Fatal error LNK1120: 1 unresolved externals

All 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 dunno

I 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

Posted

Hi. You library has dependancies on MSVS CRT Library.

I doubt that it was intented to be used with ASM.

Which library is it?

Posted (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 by dustyh1981
Posted

You gotta remove the "end" at the bottom of the hash source, if you're using them like that ;)

Posted

...and, with a message like that,

LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
Fatal error LNK1120: 1 unresolved externals

who wouldn't have guessed it... :P

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...