Re: [Opensg-users] OpenSG 2: Porting to VC12

2014-08-12 Thread Carsten Neumann
Hello Johannes, On 08/08/2014 12:24 PM, Johannes Brunen wrote: 1. In file opensg\Source\System\Cluster\Window\Base\OSGClusterWindow.cpp at line 235 I have changed from SFATAL Error starting: command std::endl; to SFATAL Error starting:

Re: [Opensg-users] OpenSG 2: Porting to VC12

2014-08-12 Thread Johannes
Hello Carsten, b) opensg\Source\Contrib\VTK\OSGVTKPolyDataMapper.cpp line 394 #ifdef OSG_WITH_VTK_6 pMapper-Update(); #else pMapper-GetInput()-Update(); #endif and added a the flag OSG_WITH_VTK_6. I'm not sure if this change is semantically correct, but at least it compiles