Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: jrheisey on May 10, 2013, 02:32:42 am

Title: Can many plug in features be implemented in one DLL?
Post by: jrheisey on May 10, 2013, 02:32:42 am
I am contemplating using CB for an embedded platform.
So I need to implement:
* new gcc derivative compiler, assembler
* remote builds
* debugging with USB to JTAG like debugger interface
* debugging with simulation engine
* console window for simulation engine comand and scripting interface.

Can I put all this functionality into one plug in DLL?

Thanks,
JR
Title: Re: Can many plug in features be implemented in one DLL?
Post by: oBFusCATed on May 10, 2013, 09:27:22 am
Can I put all this functionality into one plug in DLL?
The debugging staff could probably be put in a single plugin. I'm not so sure about the compiler stuff.