1. 首页
  2. 编程语言
  3. C++ 
  4. DynObj - C++ Cross Platform Plugin Objects

DynObj - C++ Cross Platform Plugin Objects

上传者: 2019-04-08 01:09:07上传 ZIP文件 704.09KB 热度 31次
DynObj is an open source library that provides a C++ application with run-time class loading facilities (AKA plugins). It's written in standard C++, and can be used with any C++ compiler with good template support, so it is cross-platform from the outset. It uses a minimal platform specific layer to handle OS specifics (Win32, Linux + various Unix supported now). The project started out with me needing a way to support plugins in a cross platform application. The approaches I found were either too heavy weight (Modzilla XPCOM) or were platform/compiler specific. An article by Chad Austin provided a good starting point for the DynObj library. Linux + various Unix supported now). The project started out with me needing a way to support plugins in a cross platform application. The approaches I found were either too heavy weight (Modzilla XPCOM) or were platform/compiler specific. An article by Chad Austin provided a good starting point for the DynObj library.
用户评论
码姐姐匿名网友 2019-04-08 01:09:07

算是比较方便的找到了这个插件管理的玩意儿。不过十分,实在是......