- VOLE C++ Library
infobox software
name = VOLE C++ Library
caption =
latest_release_version = 0.6.1
latest_release_date =12 September 2008
programming_language =C++
operating_system =MS-Windows
genre =OLE Automation wrapper,STL extension, Facades
license = BSD-form license
website = http://vole.sourceforge.net/VOLE is an
open source , compiler-independent,header-only library that simplifies the use of COM Automation servers fromC++ .VOLE allows the user to interact with COM Automation servers via
C++ types, such asint
,float
,long
,std::string
, and so on.Major Types
The two primary types in the library are
vole::object
, which is used to manipulate a COM Automation server instance, andvole::collection
, which is used to manipulate aCOM Collection .Dependencies
VOLE is dependent on the
STLSoft C++ Libraries , which are alsoopen source andheader-only .Further reading
* [http://www.codeproject.com/KB/COM/voleXMLvalidator.aspx A Simple XML Validator, using VOLE, by Matthew Wilson]
* [http://www.codeproject.com/KB/COM/VOLE_word.aspx Driving Microsoft Word, using VOLE, by Matthew Wilson]External links
* [http://vole.sourceforge.net/ VOLE website]
* [http://sourceforge.net/projects/vole VOLE project on SourceForge]
* [http://stlsoft.org/ STLSoft website]
Wikimedia Foundation. 2010.