Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:
  • Date: Mon, 26 Oct 2009 10:58:08 +0200
  • Organization: GeometryFactory

On Monday 26 October 2009 03:29:27 A S wrote:
> Windows Dialog Box: "The program can't start because gmp-vc90-mt-gd.dll is
> missing from your comuter. Try reinstalling the program to fix this
> problem."
>
> This machine is swimming in gmp-vc90-mt-gd.dll files. There's even one
> inside C:\System32\. I also placed one in the same directory as
> arrangement_2.exe.

Maybe the dependencies of gmp-vc90-mt-gd.dll itself are not found on that
computer. Use depends.exe (from the Visual Studio suite) to find out what
dependency you may have forget. Anyway, distributing a debug version of a dll
is a strange way of doing. You should refrain from doing that.


And multiple copies of a dll will never help. It can become a nightmare if
you
have *different* copies of the same dll in the system.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page