Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Runtime error with only CImage3 included

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Runtime error with only CImage3 included


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Runtime error with only CImage3 included
  • Date: Fri, 6 Aug 2010 11:08:07 +0200
  • Organization: GeometryFactory

On Friday 06 August 2010 09:48:00 jcsouplet wrote:
> Good-morning,
>
> I tried to use CGAL with a cmake project with qt-creator to generate mesh.
> I performed this task but when I am closing my program I have the runtime
> error message.
> I removed all cgal code and include. The runtime error was removed.
> I add #include <CGAL/Image_3.h> and the runtime error came back.
>
> Do you have any suggestion to remove this error ?

Link with libCGAL_ImageIO.

If you want further help, please post a small .cpp program than one can
compile, and explain how you compile your program. That way, everybody on
this
list will be able to try reproducing your error and find a fix.

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