Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem compeling test code under windows with vtk 6.1 #1

Open
wombat1 opened this issue Feb 3, 2014 · 1 comment
Open

Problem compeling test code under windows with vtk 6.1 #1

wombat1 opened this issue Feb 3, 2014 · 1 comment

Comments

@wombat1
Copy link

wombat1 commented Feb 3, 2014

So this may be a stupid mistake somewhere on my part but when ever I try to comple the test code under windows with visual studio 2010 and vtk 6.1 I get the error

vtkPartialVolumeModeller.cxx(73): error C2039: 'New' : is not a member of 'vtkSimpleCriticalSection'
1> c:\vtk\include\vtk-6.1\vtkSimpleCriticalSection.h(68) : see declaration of 'vtkSimpleCriticalSection'

and

1>vtkPartialVolumeModeller.cxx(86): error C2039: 'Delete' : is not a member of 'vtkSimpleCriticalSection'
1> c:\vtk\include\vtk-6.1\vtkSimpleCriticalSection.h(68) : see declaration of 'vtkSimpleCriticalSection'
1> TestPartialVolumeModeller.cxx

and I can't figure out why. Any help would be appreciated.

@cquammen
Copy link
Owner

I believe there have been some changes to vtkSimpleCriticalSection in VTK 6.1 since this project was created. I recommend compiling against VTK 5.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants