Click to See Complete Forum and Search --> : Need Help testing Plugin API....


JamesSchumacher
September 6th, 2007, 04:31 PM
I am giving the link to one of my applications and the header file defining the interfaces you use and special conventions with the *.dll you write.

This is a front end GUI for developing plugins to generate reusable source code in general.

Please give me feedback. I hope you like the interface.

Enjoy SourceWizard! (http://cid-f7d26664ce20e649.skydrive.live.com/self.aspx/Freeware/)

I basically need feedback on loading the plugins from plugin *.dll's. I need to see if that section has any bugs... >_<

JamesSchumacher
September 6th, 2007, 07:22 PM
UPDATE:

I got some time in to write a test plugin, it had a few bugs... It was hanging
in a certain piece of code where I forgot to increment the iterator. :cry:

Also, I had the wrong extension listed for plugin *.dlls (they should be *.cwp instead of *.wcp)