Hi,
I want to load a DLL that is situated two folder levels above and then one level below:
I tried it with PRAGMA_PLUGIN and also with a project settings file.. nothing of the following worked:
#define PRAGMA_PLUGIN "..\\..\\binaries\\fmod3Wrapper.dll";
#define PRAGMA_PLUGIN ".\\..\\..\\binaries\\fmod3Wrapper.dll";
PLUGINDIR = ".\\..\\..\\binaries";
PLUGINDIR = "..\\..\\binaries";
I don't know what I am doing wrong, and both methods work for folders which are situated below the current work folder level.
Best regards,
Christian