Jump to content

LNK 2001 unresolved external symbol


Recommended Posts

Good evening, I want to recompile the customer's lib "cryptopp, lzo, ect"
but here I have an error "Error LNK2001 unresolved external symbol"
I was careful to compile with the good toolset "vc140" then "Runtime Library MT"

I would like some help for me to understand what is wrong
 

thank you in advance

Cdt Originale

Link to comment
Share on other sites

  • 1 month later...

LibJpeg

->Open DevCmd (VS17)
->Change directory  to where you extracted the source
->Include the Windows SDK  ( set INCLUDE=%INCLUDE%;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include)


->open win32.mak

search for libc.lib -> replace with libcmt.lib

nmake -f makefile.vc

 

 

->Cryptlib: https://ufile.io/ic92i

libjpeg_rdy.7z

  • Metin2 Dev 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.