I'm making a Python DLL for Darkbasic that will allow users to run python code from Darkbasic (go figure). In fact, it already works, but does not contain many DBP functions or error checking. Here is an example:
import dbp
dbp.MakeObjectSphere(1,0.5)
dbp.PositionObject(1,0,1.5,0)
The DLL interfaces with the Darkbasic commands found in the Plugins folder of the compiler. However, TGC was not quite fond of the last interface library to be released (IanM's, I think). If I were to release this library, would it be frowned upon, like IanM's library?
[href=</a>Hello]Hello[/href]