Hi,
I try the re-implement the VTKMPUReconstruction method using slicer3D. The slicer3D is compiled without errors. I create a new extension , add a module and I tried implement a non -optimezd marching cubes and some other examples when I get a good results.
But with this method I get Following errors:
Are there any lib directory or include that i must add in the project because generally The error of "unresolved external symbol " usually cause by complier can not find the lib files?
Thank’s in advance for your help