Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] simple problem using mesh_2 demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] simple problem using mesh_2 demo


Chronological Thread 
  • From: Alberto Luaces <>
  • To:
  • Subject: Re: [cgal-discuss] simple problem using mesh_2 demo
  • Date: Wed, 16 Mar 2011 10:04:36 +0100

Fabio Casado Ruiz writes:

> Hi, im trying to run the mesh2 demo while studying the CGAL manual but
> it does nothing, and when debugging its "main" i see it goes straight
> into
> if(argc < 2)
> {
> usage(argv);
> return 1;
> }
> and obviously does nothing else.
> is that a problem with the input or something? im using V.Studio 2008
> in Win7 Pc. help please?

The usage should tell you that the program expects arguments, maybe
files. You can set the input files from VS, or in the command line, or
by means of a .bat or dragging them in the explorer to the executable.

--
Alberto



Archive powered by MHonArc 2.6.16.

Top of Page