0

enter image description here I have build the demo succesfully, and runs the demo, but when I try to load .off file, it comes out nothing. In the console window, the error message " QWindowsNativeFieDialogBase::shellitem:SHCreateItemFromParsingName(file:debug)failed(no such file or direcory)" Could somebody give me any instruction?

Daniel
  • 5
  • 2
  • which demo are you talking about? what version of CGAL? what compiler? what platform? – sloriot Nov 03 '15 at 16:49
  • The demo named Polyhedron, located in "E:\CGAL-4.7\demo\Polyhedron". Platform: Window 10 64bit, Visual studio 2013 – Daniel Nov 04 '15 at 02:51

1 Answers1

1

It seams the problem is similar to this one : [http://cgal-discuss.949826.n4.nabble.com/Problem-with-loading-off-files-in-Polyhedron-demo-td4661212.html][1] Do you build any plugin ? You need at least off_plugin to load an off file in addition of Polyhedron_3

mgimeno
  • 726
  • 1
  • 4
  • 7