Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangulation_2_example problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangulation_2_example problem


Chronological Thread 
  • From: Fabio Casado Ruiz <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulation_2_example problem
  • Date: Sun, 06 Mar 2011 05:48:42 -0500

El 3/5/2011 12:38 PM, Nicholas Mario Wardhana escribió:
On 5 March 2011 03:13, Fabio Casado
Ruiz<>
wrote:
thanks sara, i installed it following your tutorial and it worked. even the
example program. now im trying to run the Triangulation_2 example, and when
i start a new instance and run it it says it cant find libgmp-10.dll on the
system, but i already saw it is in the normal cgal..\auxiliary\gmp\lib
directory. do i have to manually include it somehow or what else may cause
this?

Hi Fabio,

You can try the following steps.
1) In VS 2008, right click your project, and then click Properties.
2) Expand Configuration Properties on your left hand side, then select
Debugging.
3) In the Environment box, insert something like this:

PATH=.;(insert the full directory where the GMP library is in, or you
can use macro if you'd like);%PATH%

4) Do this for all configurations
5) Run the application again.

Step 3 tells VS to check the directory listed in the PATH environment
variable when looking for DLL files.

Hope this helps.

Best regards,
Nicholas

Thanks Nicholas. It worked like a charm! Thanks to sara too for all the help.



Archive powered by MHonArc 2.6.16.

Top of Page