XLKit  0.1.0
 All Classes Files Functions Typedefs Macros Groups
xlkit.cpp File Reference

Main program for XLKit. This can either be compiled into its own library for use by an XLL or be simply #include'd into a .cpp file already used in building the XLL. More...

#include <xlkit/xlkit.hpp>
#include <xlkit/xldebug.hpp>
#include <xlkit/xlutil.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <io.h>
#include <stdio.h>
#include <fcntl.h>
#include <assert.h>
#include <ios>
#include <xlkit/xlwindows.hpp>

Functions

 xlkit::XLKIT_VERSION_NAME::__declspec (thread) static XLOPER theTLSOperand
 
LPXLOPER WINAPI xlAddInManagerInfo (LPXLOPER xAction)
 
int WINAPI xlAutoOpen ()
 
int WINAPI xlAutoClose ()
 
int WINAPI xlAutoRemove ()
 
void WINAPI xlAutoFree (LPXLOPER pxFree)
 

Detailed Description

Main program for XLKit. This can either be compiled into its own library for use by an XLL or be simply #include'd into a .cpp file already used in building the XLL.