Hi there,
If you'd like to compile plugins for AGS using Dev-cpp, I made this template you can use! I hope it will save you some time.
http://wyz.agser.me/dl/templates/agsplugindevcpp.zip
Recently I've been working on some plugins, and because I really like Dev-cpp I've built a template for myself. Well there is not need to keep it to myself, if it might be useful for others. I hope it will be! :D
Questions or suggestions? Spill it! :)
-Wyz
Ps.
I've included the agsplugin.h header in this archive, I hope it is ok. If not, I will remove it.
including the the header is a breach of the license
Quote
This one file of the AGS source code is open source and may be
// distributed freely, so long as it is always distributed within
// the original agsplugin*.zip file and is totally unmodified.
Although in practice I dont think CJ would mind since there is an (outdated) delphi plugin template on the download page.