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: Nicholas Mario Wardhana <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulation_2_example problem
  • Date: Sun, 6 Mar 2011 01:38:36 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DORuirZTDdp0TTJ+HxWbh7S3eEFJDe4PdFHF1E967tXxcjJAhuQ2z73ryHfTd77S9t pJflWL4iZcs12dZO7P+A7AScV5uCUJQZyX98wO83Y7H/h5eLY+AjeYG3j3m34xi4de9M StPV76TlBddN09spnmaxlGGRO7SWJkt49QJ/s=

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



Archive powered by MHonArc 2.6.16.

Top of Page