Author Topic: Can many plug in features be implemented in one DLL?  (Read 6370 times)

Offline jrheisey

  • Single posting newcomer
  • *
  • Posts: 3
Can many plug in features be implemented in one DLL?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can many plug in features be implemented in one DLL?
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]