Sorry for another newb question, but I'm trying to include a third party c++ library (https://github.com/Microsoft/cpprestsdk) in my plugin.
The plugin compiles fine, and generates the its down dll plus a bunch of other 3rd party dlls which I assume are other libraries that cpprest relies on.
I have tried including the entire folder in the ArkApi/Plugins folder, but I end up with an error message during server startup - "
[API][warning] Failed to load plugin - CPPRestAPITest Error code: 126". It seems like error 126 is a generic error message which means "The specified module could not be found.".
Am I unable to use other libraries in my plugin, or, more likely, am I doing something completely wrong?
As always, thanks so much for the help.
The plugin compiles fine, and generates the its down dll plus a bunch of other 3rd party dlls which I assume are other libraries that cpprest relies on.
I have tried including the entire folder in the ArkApi/Plugins folder, but I end up with an error message during server startup - "
[API][warning] Failed to load plugin - CPPRestAPITest Error code: 126". It seems like error 126 is a generic error message which means "The specified module could not be found.".
Am I unable to use other libraries in my plugin, or, more likely, am I doing something completely wrong?
As always, thanks so much for the help.