Hello guys,
How can I call the function defined in Dll in Visual Studio?
I have tried using this macro
#define DllImport __delspec(dllimport)
DllImport FunctioName
but visual studio say it's unresolved external symbol. I have tried to go to the project's setting and include the additional libary but no luck. Any suggestion?
Thanks
How can I call the function defined in Dll in Visual Studio?
I have tried using this macro
#define DllImport __delspec(dllimport)
DllImport FunctioName
but visual studio say it's unresolved external symbol. I have tried to go to the project's setting and include the additional libary but no luck. Any suggestion?
Thanks