C++ modularization framework (like OSGi) ?

后端 未结 7 818
既然无缘
既然无缘 2020-12-28 10:44

I found one SOF http://www.codeproject.com/KB/library/SOF_.aspx , Are there anyother stable frameworks for modularization in C++ ?

7条回答
  •  鱼传尺愫
    2020-12-28 11:06

    There is also BlueBerry http://www.blueberry-project.org which implements a component based framework inspired by OSGi. It also comes with an application framework similar to the Eclipse RCP.

    A rewrite of the BlueBerry core can be found in the CTK PluginFramework library (based on Qt Core): Introduction, GitHub Code .

提交回复
热议问题