[vtkusers] Is VTK 5.8.0 compatible with Windows 7?
    John Drescher 
    drescherjm at gmail.com
       
    Thu Apr 26 08:14:47 EDT 2012
    
    
  
>For example, I use
> vtkGenericDataObjectReader::SetFileName() to specify the name of file that I
> want to read. everything is set up as the online example but there's always
> an "accress conflict" error. The same error happens when I use
> vtkPoints::InsertPoint().
>
This can happen if you built VTK for release then your application for
debug or built with a different compiler than you are using. With
Visual Studio you can get into trouble if you mix configurations or
compiler versions in the same application. I recommend building VTK
statically and not running the INSTALL target to avoid this issue.
John
    
    
More information about the vtkusers
mailing list