When a DarkBASIC plug-in is loaded, it gets a pointer back to the DBPro core structure, through which all aspects of DBPro can then be accessed. I'm wondering what the equivalent is in DarkGDK.
Also when a plug-in is loaded, there are several queries that DBPro makes, such as what other DBPro DLLs this plug-in depends on, and so forth - so they can all be loaded automatically. Again, I am wondering what the equivalent functionality is in DarkGDK.
I guess you'll just have to take my word for it when I say that based on the way the plug-in calls functions in the standard DBP DLLs, I'm pretty sure those methods will not work in DarkGDK without some changes.
"The early bird may get the worm, but the second mouse gets the cheese."