I have made a Converter to translate DarkBASICPro source code to DarkGDK source code ( only C++ ).
If somebody is interested, it can be loaded from :
http://www.frank-meinert.de/darkbasic/dba-to-cpp-converter.zip
This is a pre-release. Some features are not implemented yet.
The ZIP file contains a single EXE file without the need of any installation.
The source file can be selected via drag and drop. If no source file is submitted, an open file dialog appears.
The converter creates a header file ( <src_name>_dba.h ) and a C++ source file ( <src_name>_dba.cpp ) into the folder of the DBP source file.
The main reason to write this converter was to translate the DBP functions of the 'GUI Studio' from 'Andromedus' for using with DarkGDK. This works without any problems.
Perhaps it is useful for somebody,
Frank