10-25-2014, 10:29 PM
You've still got the issue with libraries linking to methods in the parent executable. The linking models just don't allow that, so the methods the plugins called would have to be duplicated in the plugins and only pass data back and fourth. However you on windows you could just use in-process COM which we are well on the way to reinventing on this thread.