Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12155/ohxl/ohxll
Modified Files:
addin.cpp
Log Message:
auto_linking
Index: addin.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/addin.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** addin.cpp 25 May 2006 10:45:36 -0000 1.2
--- addin.cpp 25 May 2006 17:01:57 -0000 1.3
***************
*** 21,34 ****
#include <ohxl/export.hpp>
#include <ohxl/conversions.hpp>
- /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
- for example) also #define _MSC_VER
- */
- #ifdef BOOST_MSVC
- # define BOOST_LIB_DIAGNOSTIC
- # define BOOST_LIB_NAME boost_unit_test_framework
- # include <log4cxx/autolink.hpp>
- # undef BOOST_LIB_NAME
- # undef BOOST_LIB_DIAGNOSTIC
- #endif
#include <sstream>
--- 21,24 ----
***************
*** 96,100 ****
// return of a #VALUE! error.
if (1 == xlReturn.val.w) {
! ObjHandler::scalarToXloper(xlLongName,
std::string("ObjectHandler 0.1.4"));
} else {
--- 86,90 ----
// return of a #VALUE! error.
if (1 == xlReturn.val.w) {
! ObjHandler::scalarToXloper(xlLongName,
std::string("ObjectHandler 0.1.4"));
} else {
|