Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29781/ohxl/ohxll
Modified Files:
addin.cpp ohxll.vcproj ohxll_vc8.vcproj
Log Message:
cleaner processing for object references
Index: addin.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/addin.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** addin.cpp 6 Jun 2006 09:08:27 -0000 1.4
--- addin.cpp 9 Jun 2006 18:58:27 -0000 1.5
***************
*** 17,20 ****
--- 17,21 ----
#include <xlsdk/xlsdkdefines.hpp>
+ #include <ohxl/objecthandlerxl.hpp>
#include <ohxl/register.hpp>
#include <ohxl/unregister.hpp>
***************
*** 23,26 ****
--- 24,30 ----
#include <sstream>
+ // instantiate the object handler singleton
+ ObjHandler::ObjectHandlerXL objectHandler;
+
DLLEXPORT int xlAutoOpen() {
static XLOPER xDll;
Index: ohxll_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ohxll_vc8.vcproj 1 Jun 2006 15:59:53 -0000 1.6
--- ohxll_vc8.vcproj 9 Jun 2006 18:58:28 -0000 1.7
***************
*** 245,257 ****
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp"
! >
! </File>
! <File
! RelativePath="..\..\oh\objecthandlerbase.cpp"
>
</File>
<File
! RelativePath="..\..\oh\objecthandlerbase.hpp"
>
</File>
--- 245,253 ----
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp"
>
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp"
>
</File>
***************
*** 301,308 ****
</File>
<File
- RelativePath="..\export.hpp"
- >
- </File>
- <File
RelativePath="..\functioncall.cpp"
>
--- 297,300 ----
***************
*** 325,328 ****
--- 317,324 ----
</File>
<File
+ RelativePath="..\objhandlerxl.hpp"
+ >
+ </File>
+ <File
RelativePath="..\register.cpp"
>
Index: ohxll.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ohxll.vcproj 1 Jun 2006 15:58:30 -0000 1.2
--- ohxll.vcproj 9 Jun 2006 18:58:28 -0000 1.3
***************
*** 48,52 ****
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\xll\ObjectHandler-xll-vc71-mt-gd-0_1_4.pdb"
! ImportLibrary="..\..\xll\ObjectHandler-xll-vc71-mt-gd-0_1_4.lib"
TargetMachine="1"/>
<Tool
--- 48,52 ----
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\xll\ObjectHandler-xll-vc71-mt-gd-0_1_4.pdb"
! ImportLibrary="..\..\lib\ObjectHandler-xll-vc71-mt-gd-0_1_4.lib"
TargetMachine="1"/>
<Tool
***************
*** 115,119 ****
AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib"
ProgramDatabaseFile="..\..\xll\ObjectHandler-xll-vc71-mt-0_1_4.pdb"
! ImportLibrary="..\..\xll\ObjectHandler-xll-vc71-mt-0_1_4.lib"
TargetMachine="1"/>
<Tool
--- 115,119 ----
AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib"
ProgramDatabaseFile="..\..\xll\ObjectHandler-xll-vc71-mt-0_1_4.pdb"
! ImportLibrary="..\..\lib\ObjectHandler-xll-vc71-mt-0_1_4.lib"
TargetMachine="1"/>
<Tool
***************
*** 154,158 ****
Filter="">
<File
! RelativePath="..\..\oh\autolink.hpp">
</File>
<File
--- 154,158 ----
Filter="">
<File
! RelativePath="..\..\oh\auto_link.hpp">
</File>
<File
***************
*** 178,185 ****
</File>
<File
! RelativePath="..\..\oh\objecthandlerbase.cpp">
! </File>
! <File
! RelativePath="..\..\oh\objecthandlerbase.hpp">
</File>
<File
--- 178,182 ----
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp">
</File>
<File
|