andreas-mausch / whatsapp-viewer

Small tool to display chats from the Android msgstore.db database (crypt12)
https://andreas-mausch.de/whatsapp-viewer/
MIT License
1.23k stars 381 forks source link

Error: warning LNK4075: ignoring '/EDITANDCONTINUE' due to specification '/OPT:REF' #130

Closed DevVagner closed 2 years ago

DevVagner commented 2 years ago

Hi, I can't compile the project at all!

When I compile it, this error appears: > warning LNK4075: ignorando '/EDITANDCONTINUE' devido a especificação '/OPT:REF'

And then it returns errors like these: 1>Crypt12.obj : error LNK2001: undefined external symbols _std_system_error_allocatemessage@8 1>Crypt5.obj : error LNK2001: undefined external symbols std_system_error_allocate_message@8 1>Crypt7.obj : error LNK2001: undefined external symbols ___std_system_error_allocate_message@8

And then it returns this: > WhatsApp Viewer Debug.exe : fatal error LNK1120: 2 external unresolved

Do you know how to solve this?