Im trying to load a .dll on windows to use in an application im trying on xojo. If the error is:
Could not load InitTryThis from Plugin.dll.
Does it mean that it was able to find the library but the function couldnt be loaded but the library was found? I have placed the .dll next to the xojo workspace and tried hard pathing it to a c:\ location but neither lets me access the .dll. Now, I suspect its only exprting c++ but I am wondering if theres a way to tell where one should place the .dll during a debug "run" and Im assuming it need to be at the root application level for a build unless otherwise specified in the load path
kr,
-sean