http://downloads.sourceforge.net/constr ... irror=osdn
Develop your own plugins for Construct using the C++ Plugin SDK. Since Construct is not finished yet, the SDK has the same version as Construct, 0.83.2.
The SDK is object-oriented and essentially involves writing an implementation of the CRunObject abstract class. Currently, only VC6 and VS2005 are supported, but it shouldn't be hard to port the SDK to other compilers, including free ones like Dev-C++ (there aren't any essential MS compiler specifics). If you port the SDK to another compiler, send me the files and I'll put it on the CVS <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile">
The SDK help needs work but should be along soon. If you have any questions or problems, feel free to ask.