valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
264 stars 57 forks source link

Missing file when compiling #25

Closed isaacengel closed 4 years ago

isaacengel commented 5 years ago

Hello,

I am trying to compile the latest version of ACVD with Visual Studio 2017. However, when I build the solution, I get a lot of the following:

fatal error LNK1181: cannot open input file 'vtkChartsCore.lib'
fatal error LNK1181: cannot open input file '..\..\bin\Release\vtkSurface.lib'
fatal error LNK1181: cannot open input file '..\..\bin\Release\vtkDiscreteRemeshing.lib'

What could be the cause? Note: I am using VTK 7.1.1

Thanks!

valette commented 4 years ago

Hi, do you still have this problem?