文件名称:PLFramework
介绍说明--下载内容均来自于网络,请自行研究使用
一款C++开发的PL框架完整源代码,此部分源码主要是两个部分:
1、 一个插件框架内核;
2、 一个测试用的插件;
Debug目录是我编译的插件基本框架,并且其中配了一个命令行加载入口,和一个测试插件。 -A C++ fr a mework for developing PL complete source code, source code in this section are two main parts:
1, a plug-in fr a mework kernel
2, a test plug
Debug directory is compiled plug my basic fr a mework, and which is loaded with a command-line entry, and a test plug.
1、 一个插件框架内核;
2、 一个测试用的插件;
Debug目录是我编译的插件基本框架,并且其中配了一个命令行加载入口,和一个测试插件。 -A C++ fr a mework for developing PL complete source code, source code in this section are two main parts:
1, a plug-in fr a mework kernel
2, a test plug
Debug directory is compiled plug my basic fr a mework, and which is loaded with a command-line entry, and a test plug.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PLFramework
...........\Debug
...........\.....\DefaultLoader.exe
...........\.....\PLCore.dll
...........\.....\Plugins
...........\.....\.......\PLCore
...........\.....\.......\......\config.xml
...........\.....\.......\......\LogPlugin.dll
...........\.....\.......\......\PLPluginMsg.dll
...........\.....\.......\TestApp1
...........\.....\.......\........\config.xml
...........\.....\.......\........\TestApp1.dll
...........\.....\说明.txt
...........\Headers
...........\.......\ILogPlugin
...........\.......\..........\ILogOutput.h
...........\.......\..........\ILogSys.h
...........\.......\IPluginMsg
...........\.......\..........\IPluginMsg.h
...........\.......\ISystem
...........\.......\.......\IApp.h
...........\.......\.......\IPlugin.h
...........\.......\.......\ISystem.h
...........\PLFramework
...........\PLFrameworkTest
...........\...............\PLFrameworkTest.sln
...........\...............\PLFrameworkTest.suo
...........\...............\TestApp1
...........\...............\........\AppImpl.cpp
...........\...............\........\AppImpl.h
...........\...............\........\exportplugin.cpp
...........\...............\........\exportplugin.h
...........\...............\........\TestApp1.vcproj
...........\...............\........\TestApp1.vcproj.WWW-50D1A53EDDC.Administrator.user
...........\...........\Debug
...........\...........\.....\DefaultLoader.exe
...........\...........\.....\PLCore.dll
...........\...........\.....\Plugins
...........\...........\.....\.......\PLCore
...........\...........\.....\.......\......\config.xml
...........\...........\.....\.......\......\LogPlugin.dll
...........\...........\.....\.......\......\PLPluginMsg.dll
...........\...........\.....\.......\TestApp1
...........\...........\.....\.......\........\config.xml
...........\...........\.....\.......\........\TestApp1.dll
...........\...........\DefaultLoader
...........\...........\.............\DefaultLoader.cpp
...........\...........\.............\DefaultLoader.vcproj
...........\...........\.............\DefaultLoader.vcproj.WWW-50D1A53EDDC.Administrator.user
...........\...........\.............\ReadMe.txt
...........\...........\.............\stdafx.cpp
...........\...........\.............\stdafx.h
...........\...........\.............\targetver.h
...........\...........\LogPlugin
...........\...........\.........\ExportPlugin.cpp
...........\...........\.........\ExportPlugin.h
...........\...........\.........\FileLogOutput.cpp
...........\...........\.........\FileLogOutputImpl.h
...........\...........\.........\LogPlugin.vcproj
...........\...........\.........\LogPlugin.vcproj.WWW-50D1A53EDDC.Administrator.user
...........\...........\.........\LogSys.cpp
...........\...........\.........\LogSysImpl.h
...........\...........\PLCore
...........\...........\......\export.h
...........\...........\......\LoadConfig.cpp
...........\...........\......\LoadConfig.h
...........\...........\......\LoadPlugins.cpp
...........\...........\......\LoadPlugins.h
...........\...........\......\MainCore.cpp
...........\...........\......\MainCore.h
...........\...........\......\PLCore.vcproj
...........\...........\......\PLCore.vcproj.WWW-50D1A53EDDC.Administrator.user
...........\...........\......\SystemImpl.cpp
...........\...........\......\SystemImpl.h
...........\...........\......\tinyXml
...........\...........\......\.......\tinystr.cpp
...........\...........\......\.......\tinystr.h
...........\...........\......\.......\tinyxml.cpp
...........\...........\......\.......\tinyxml.h
...........\...........\......\.......\tinyxmlerror.cpp
...........\...........\......\.......\tinyxmlparser.cpp
...........\...........\......\.......\XmlDocumentWrapper.cpp
...........\...........\......\.......\XmlDocumentWrapper.h
...........\...........\PLFramework.sln
...........\...........\PLFramework.suo
...........\...........\PLPluginMsg
...........\...........\...........\ExportPlugin.cpp
...........\...........\...........\ExportPlugin.h
...........\...........\...........\PLPluginMsg.vcproj
.......