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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Runtime error with only CImage3 included
  • Date: Fri, 06 Aug 2010 10:22:49 +0200

Jean-Christophe Souplet wrote:
The message is :

Runtime error !

I don't see how including CGAL/Image_3.h and using no CGAL function, nor
linking to a CGAL lib can cause such an error.

this file includes the following one:

#include <CGAL/basic.h>

#include <boost/shared_ptr.hpp>

#include <boost/format.hpp>
#include <CGAL/ImageIO.h>
#include <CGAL/function_objects.h>

#include <limits>
#include <set>

Can you figure out the one that causes the problem?


Program:

This application has requested the Runtime to terminate it in an unsual way.
Please contact the application's support team for more information.

To add #include <CGAL/config.h> to not resolve the problem.

Thank you

Jean-Christophe Souplet
Post-Doctorant INSERM U658
IPROS - INSERM U658
CHR Orleans - Hopital Porte Madeleine
1 rue Porte Madeleine
BP2439 45032 Orleans Cedex 1
Tel : (+33)2-38-74-47-33
Fax : (+33)2-38-74-40-24


On 8/6/2010 9:52 AM, Sebastien Loriot (GeometryFactory) wrote:
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.
Which error message do you get?
Can you try include CGAL/config.h before CGAL/Image_3.h?

S.


Do you have any suggestion to remove this error ?

Thank you

JC









Archive powered by MHonArc 2.6.16.

Top of Page