Как использовать dll cpp, который уже использует библиотеку crypto++ в коде c? ⇐ C++
-
Anonymous
Как использовать dll cpp, который уже использует библиотеку crypto++ в коде c?
I have made a cpp dll which performs encryption decryption using crypto++ Library. Now I have come to know that this dll is to be used in a c program . My dll is based on x64 arch in visual studio. How do I do this use case.
I tried using load library and get proc address functionality to do the same it throws dll not loaded. And i don't understand why because my paths are all correct.
Источник: https://stackoverflow.com/questions/781 ... n-a-c-code
I have made a cpp dll which performs encryption decryption using crypto++ Library. Now I have come to know that this dll is to be used in a c program . My dll is based on x64 arch in visual studio. How do I do this use case.
I tried using load library and get proc address functionality to do the same it throws dll not loaded. And i don't understand why because my paths are all correct.
Источник: https://stackoverflow.com/questions/781 ... n-a-c-code
Мобильная версия