Page 1 of 1

DLL Object Plugin Template - Alpha Version

PostPosted: February 7th, 2013, 1:15 pm
by Simion32
DLL Object Plugin Template - Alpha Version

>>> ***FILE REMOVED*** <<<

This is the initial DLL template code for a DELTA custom object. It's very incomplete and will not be compatible with future builds of DELTA, but I thought I'd go and make this topic so that everyone can check out the interface as it stands.

I'm working very hard to make things as easy as possible for the users, so this contains a lot of language syntax abuse and other such coding voodoo.

It must be compiled using the latest version of GCC from inside Code::Blocks IDE. In the future you MUST use CodeBlocks because important DKCLB-related build scripts will be saved in the project file in the future builds. Without these scripts proper DKCLB files cannot be generated.

Again, it's not complete at all, and there is no API documentation, so don't expect to figure much of anything out unless you have done programming before.