Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Hello example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Hello example


Chronological Thread 
  • From: Philipp Möller <>
  • To:
  • Cc:
  • Subject: Re: [cgal-discuss] Hello example
  • Date: Mon, 25 Jun 2012 10:30:24 +0200

Sweety Pie
<>
writes:

> Dear all,
> For those who are using CGAL with windows 7 , can u plz help me in this.
> I have installed everything properly and I tried to run the example of
> Hello provided by the CGAL website. It is giving me a list of errors:
>
> ... snip ...
>
> The .exe file is generated but when I click to run it, the black win
> of command prompt just appears for 1 sec and disappears. Any one knows
> why??
> Thanks for helping.

This is normal for Windows Terminal Applications. Either run the program
from Visual Studio with Ctrl + F5 or add a cin.get(); statement at the
end of the program.

This is really a C++ related question and not really appropriate for
this list.

HTH,
Philipp



Archive powered by MHonArc 2.6.18.

Top of Page