Topic: [SOLVED] Query Regarding using wolfssl dll in Visual Studio Project
Hi,
I am trying to follow following resources to create the dll and set it up correctly in my project
https://www.wolfssl.com/docs/visual-studio/
https://docs.microsoft.com/en-us/cpp/bu … ew=vs-2019
(or https://github.com/MicrosoftDocs/cpp-do … ry-cpp.md)
I am able to run the testsuite.exe (but i am not sure thats helpful here)
In my project I am including the headers in wolfssl and cyassl folders
But I still get Undefined struct error for the first instance of ecc structure usage
Its as if the file inclusion has not happened at all.
Is this something trivial i am missing out on?
I am using wolfssl 4.3 and Visual studio community edition 2019
Any help will be highly appreciated
Regards
Nilesh