C++ modularization framework (like OSGi) ?

后端 未结 7 794
既然无缘
既然无缘 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:15

    The authors of the open source Portable Components library (POCO) have also developed a modular framework based on OSGI called OSP or Open Service Platform. http://www.appinf.com/en/products/osp.html. It's not open source however.

提交回复
热议问题