Quote:

Try putting the dll_open as the first line of your main function. This solved a similar problem for me.





Unrelated to this thread but dll_open is deprecated and isn't even in the manual anymore. Simply include a plugindir = "folder name"; and make sure the dll is in that folder. The engine will automatically open and close it for you.

Quote:


plugindir





Gives a folder for engine plug-in DLLs. The engine automatically opens all DLLs copied into this folder.







Default:
"gstudio6\acknex_plugins" in development mode,
"." (current folder) in release mode.








Remarks:
'\' must be given in C notation as '\\'. The folder name must not end with '\'. "." refers to the current project folder.







Example:
plugindir = "plug-ins"; // open Dlls in the "plug-ins" subfolder






My User Contributions master list - my initial post links are down but scroll down page to find list to active links