X3 C ++ pluginframework released the new version 1.0.9 today, which is exactly three months away from the previous version. The main improvements include:
1. porting to Linux and adding makefile files can basically run;
2. Improve the Kernel File locally, replace the configxml plug-in, and move the project files to meet the port Compiling Requirements of Win32, Linux, VC ++, codeblocks, and makefile.
Currently, X3 C ++ pluginframework can be compiled in the following environments:
1. Windows: VC ++ 6.0/2005/2008/2010, or codeblocks + mingw gcc
2. Linux: makefile, or codeblocks + gcc
You can use any of the following methods to obtain the latest code:
Download: http://sourceforge.net/projects/x3c/files/ (x3c-1.0.9.zip, including the log4cplus source code and cppunit header file)
SVN: https://x3c.svn.sourceforge.net/svnroot/x3c/trunk (does not contain the log4cplus source code and cppunit header files)
In Linux, some functions have not yet been implemented, and only Shell functions are added. Therefore, some functions are ineffective at runtime,You are welcome to join us.:
1. Perform file read/write operations in pkg_core/interface/portability/linuximpl. h;
2. The file operation functions in cx_fileutility.cpp are deletepathfile, twofileoperation, abstorel, getmodifytime, and getfileversion;
3. File traversal in pkg_core/interface/utilfunc/scanfiles. h;
4. configxml/tinyxml/xmlutil. cpp: tinyxml is required. Currently, it is still a null function;
5. Ole operations (not required for Linux): cx_guidgenerator.cpp and cx_clipboardutil.cpp;
Thanks to Aaron in Guangzhou for taking a lot of time to compile makefile and test and make many suggestions in Linux;
Thanks to thinkhy and wangwei in Beijing for their continuous attention and suggestions.
You are welcome to participate in x3c for joint improvement. Thank you.
Below are the modification records:
------ V1.0.9 ------
, Li Jian (Aaron) <mcuit@hotmail.com>, Zhang Yun Gui
* Add makefile for Linux.
2011-05-26
* Add example projects: hollowview and hollowviewapp.
* Fix cx_pluginloader: loadpluginfiles.
2011-05-24
* Disable copy operators. Replace STD: w2a to X3: w2a.
* Implement configxml plugin using tinyxml (not completed ).
* Change portability functions for Linux and Windows.
* Not call interlockedcompareexchange in cx_singletonobject.
2011-05-18
* Implement portability for Linux.
* Tags/x3c-1.0.8-beforelinux: Ready to implement portability.
* Move VC ++ project files to 'projects/msvc '.
* Change codeblocks projects to Linux. Add portimpl. h and linuximpl. h
2011-05-12
* Configxml: Output Error info when saving file.
2011-04-29
* Fileutility: Using copyfilew for coping small file on win7 instead of calling shfileoperationw.
* Logwriter: Not call copylogfilestoserver () When error occurred by default.
* Add a test case for ix_fileutility.
------ V1.0.8 (2011-02-28 )------
Classification: C ++ plug-in framework