Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_Core-vc100-mt-gd-4.1.dll ordinal 535

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_Core-vc100-mt-gd-4.1.dll ordinal 535


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_Core-vc100-mt-gd-4.1.dll ordinal 535
  • Date: Wed, 09 Jan 2013 10:42:09 +0100
  • Organization: GeometryFactory

Le mercredi 09 janvier 2013 01:05:40 mastair a écrit :
> Hello,
>
> I'm having trouble using CGAL. I'm quite a noob regarding CGAL, so I hope
> you can help.
>
> My config:
> Windows 8 64-bit
> CGAL 4.1 32-bit
> boostpro 1.50 32-bit
> QT 4.8.4 32-bit
> Visual Studio 2010
>
> Somehow, everything seems to work probably, i.e. no errors in compiling. But
> when I try to run some examples (for example Straight_Skeleton_2) I get the
> error as shown in the image below. Can someone tell me how to find the
> source of the error?
>
> <http://cgal-discuss.949826.n4.nabble.com/file/n4656465/Capture.png>

In Visual Studio, there is a tool named "depends.exe". Launch it, and open
with it the executable you wanted to execute. That tool will probably give
you
a better view of what happens. Verify that the CGAL dll that is dynamically
linked with the executable is the one you compiled. Verify also that both
your
executable and the DLL are 32 bits binaries (and not 64 bits). The error you
see could be caused by a bad mix of 32/64 bits binaries.

--
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.18.

Top of Page