@GiveMeMyName
I know this topic is kind of old, but I followed the instructions by Kretikus but didn't work. So, I tried to use the link in your post, but it seems it is broken.
Can you give me some idea of how to solve the issue on your end?
Here is what I've done so far.
Even though the build was successful and the dll and lib were generated, there was this error. Do you know why I have the error?
error: LNK1107: invalid or corrupt file: cannot read at 0x2C0
I googled it and investigated the issue, and it turned out that the solution file (cryptest.sln) was not correct. I followed the following instructions.
http://stackoverflow.com/questions/33263734/rebuild-crypto-5-6-2-for-md-release-under-visual-studio-2013
https://cryptopp.com/wiki/Visual_Studio
But still I have the following errors.
mainwindow.obj:-1: error: LNK2001: unresolved external symbol "public: virtual unsigned __int64 __thiscall CryptoPP::ThreadUserTimer::GetCurrentTimerValue(void)" (?GetCurrentTimerValue@ThreadUserTimer@CryptoPP@@UAE_KXZ)
Is the following code correct?
INCLUDEPATH += "../extern/msvc2013/cryptopp562/include"
LIBS += -L"../extern/msvc2013/cryptopp562/lib" -lcryptopp
Should I also add dll like this?
LIBS += -L"../build-user_account_registration-Desktop_Qt_5_6_0_MSVC2013_32bit-Release/release/cryptopp.dll"
Any help would be appreciated.
Thank you so much.