]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Mon, 25 May 2009 12:48:57 +0000 (12:48 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Mon, 25 May 2009 12:48:57 +0000 (12:48 +0000)
kernel/src/bbtkComplexBlackBox.cxx
kernel/src/bbtkSystem.h

index f3531fc5b301539336b3539d80f6c324767b1eec..eaff909b7237fb2830472026aa434125d257d93c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/03/30 15:22:51 $
-  Version:   $Revision: 1.25 $
+  Date:      $Date: 2009/05/25 12:48:57 $
+  Version:   $Revision: 1.26 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -35,8 +35,8 @@
  */
 #include "bbtkComplexBlackBox.h"
 #include "bbtkWx.h"
-#include "bbtkBlackBoxDescriptor.h"
-#include "bbtkFactory.h"
+//#include "bbtkBlackBoxDescriptor.h"
+//#include "bbtkFactory.h"
 #include "bbtkConfigurationFile.h"
 
 namespace bbtk
index 72f4e6f7e9efbf45c9a419ab22ed1895b51619b3..740dcb9aecd02285ae71d52c59249dbb44dffe32 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkSystem.h,v $
   Language:  C++
-  Date:      $Date: 2009/01/08 10:18:29 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2009/05/25 12:48:57 $
+  Version:   $Revision: 1.13 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -74,6 +74,8 @@
 // To avoid warning :
 // 'PACKAGE_NAMEGetPackage' has C-linkage specified, but returns UDT 'boost::shared_ptr<T>' which is incompatible with C
 #pragma warning ( disable : 4190 )
+
+
 #endif //_MSC_VER
 
 
 // class ClassName
 
 
-
+#if defined(_WIN32) 
+  // IF NOT DEF THEN INTERNAL COMPILER ERROR WITH BOOST 1.37 ON VISUAL C++ 
+  #define BOOST_SP_NO_SP_CONVERTIBLE
+#endif
 
 #if defined(_WIN32) 
 //&& defined(BUILD_SHARED_LIBS)