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: Jean-Christophe Souplet <>
  • To:
  • Cc: "Sebastien Loriot (GeometryFactory)" <>
  • Subject: Re: [cgal-discuss] Runtime error with only CImage3 included
  • Date: Fri, 06 Aug 2010 10:03:10 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=BBXuROyABSwg5GhlSISRafvBM1Y+CWqaQmpXP5m5ueKZNox1BGD1LMY3bIxOqvbzxs SXnxNXrAeJvuUJs3/9eOH3VatQIZDuognOU6D2SE/HVsIs2MHex1MP/8jOqFRanT6kPK jVHMO+GYL0wXffUfUMJE7417/8BCM80qB7c+I=

The message is :

Runtime error !

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