Is there any documentation in PureGDK version for other plugins?
I installed some plugins in DarkBasic Pro and I authorized in DarkBasic Pro and in PureGDK.
What include files do I need to add in the source code to have some plugin added? For example , I am trying the enhancements pack.
But the syntax in the PureGDK is not the same as was in the DarkBasic.!!!
The darkbasic version of syntax had spaces.
For example
Open File Block "file.zip",1,""
LOAD image from block 1, "Background.bmp",1
How to call these functions with PureGDK format?
What header include file do I need to specify?
Where do I find a specific documentation for all plugins?
The original syntax for plugins from Darkbasic are not compatible.
How to convert from DarkBasic syntax to PureGDK syntax?
Thank you...