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 $
=========================================================================*/
/* ---------------------------------------------------------------------
*/
#include "bbtkComplexBlackBox.h"
#include "bbtkWx.h"
-#include "bbtkBlackBoxDescriptor.h"
-#include "bbtkFactory.h"
+//#include "bbtkBlackBoxDescriptor.h"
+//#include "bbtkFactory.h"
#include "bbtkConfigurationFile.h"
namespace bbtk
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 $
=========================================================================*/
/* ---------------------------------------------------------------------
// 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)