文件名称:CPP-cross-platform-plugin
介绍说明--下载内容均来自于网络,请自行研究使用
C++跨平台插件简单实现,内部包含一个demo,基于vs2010-C++ cross-platform plugin simple to achieve
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++跨平台插件实例\Plugin.sln
.................\Plugin.suo
.................\......Core\DynamicLib.cpp
.................\..........\DynamicLib.h
.................\..........\Export.h
.................\..........\PluginCore.vcxproj
.................\..........\PluginCore.vcxproj.filters
.................\..........\PluginCore.vcxproj.user
.................\..........\PluginInstance.cpp
.................\..........\PluginInstance.h
.................\..........\PluginManager.cpp
.................\..........\PluginManager.h
.................\......Shape\PluginShape.vcxproj
.................\...........\PluginShape.vcxproj.filters
.................\...........\PluginShape.vcxproj.user
.................\...........\ShapeExport.h
.................\...........\ShapeExprt.cpp
.................\...........\ShapePlugin.cpp
.................\...........\ShapePlugin.h
.................\......Test\PluginTest.cpp
.................\..........\PluginTest.vcxproj
.................\..........\PluginTest.vcxproj.filters
.................\..........\PluginTest.vcxproj.user
.................\说明.txt
.................\PluginCore
.................\PluginShape
.................\PluginTest
C++跨平台插件实例