2005: unresolved external symbol TaoCrypt::MD4::Init(void)

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
someoneA
Posts: 1
Joined: 2006-08-09 23:37

2005: unresolved external symbol TaoCrypt::MD4::Init(void)

Post by someoneA » 2006-08-09 23:42

Every project but DCPlusPlus compiles fine.. yassl is yassl-1.3.7.zip..

Code: Select all

Error	1	error LNK2019: unresolved external symbol "public: virtual void __thiscall TaoCrypt::MD4::Init(void)" (?Init@MD4@TaoCrypt@@UAEXXZ) referenced in function "public: __thiscall TaoCrypt::MD4::MD4(void)" (??0MD4@TaoCrypt@@QAE@XZ)	yassl.lib	

Error	2	error LNK2001: unresolved external symbol "private: virtual void __thiscall TaoCrypt::MD4::Transform(void)" (?Transform@MD4@TaoCrypt@@EAEXXZ)	yassl.lib	

Error	3	fatal error LNK1120: 2 unresolved externals	C:\Documents and Settings\Administrator\Desktop\DCPlusPlus-0.691-src\App\DCPlusPlus.exe	1	

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2006-08-09 23:52

Make sure you have compiled md4.*
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2006-08-14 18:41

Make sure the project file for taocrypt includes the right headers and source files. This looks suspiciously like what I experienced with BCDC and 2003. I had to update the project files to include the right files.

Locked