CREA_DEFINE( USE_BOOST )
IF(WIN32)
- LINK_DIRECTORIES( ${Boost_INCLUDE_DIRS}/stage/lib)
+
+ LINK_DIRECTORIES( ${Boost_INCLUDE_DIRS}/stage/lib) #JCP 01/10/2009
+ #LINK_DIRECTORIES( ${Boost_LIBRARY_DIRS})
#MESSAGE ("EED " ${Boost_LIBRARY_DIRS})
#libboost_signals-vc71-mt-1_37
#libboost_filesystem-vc71-mt-1_37
#boost_date_time-vc71-mt-1_37
+
+ #message("creamacro find and use lib = ${Boost_SIGNALS_LIBRARY}")
SET(BOOST_LIBRARIES
- boost_signals-vc90-mt-1_37
- boost_filesystem-vc90-mt-1_37
- boost_date_time-vc90-mt-1_37
+ boost_signals-vc90-mt
+ boost_filesystem-vc90-mt
+ boost_date_time-vc90-mt
#what about boost_thread? JPR
)
Program: Visualization Toolkit
Module: $RCSfile: creawxVTKRenderWindowInteractor.cxx,v $
Language: C++
- Date: $Date: 2009/01/07 12:55:23 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2009/10/05 19:41:56 $
+ Version: $Revision: 1.5 $
Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
#if defined(__WXGTK__) && defined(USE_WXGLCANVAS)
: vtkRenderWindowInteractor(), wxGLCanvas(parent, id, pos, size, style, name)
#else
- : vtkRenderWindowInteractor(), wxWindow(parent, id, pos, size, style, name)
+ : wxWindow(parent, id, pos, size, style, name), vtkRenderWindowInteractor()
#endif //__WXGTK__
, timer(this, ID_creawxVTKRenderWindowInteractor_TIMER)
, ActiveButton(wxEVT_NULL)