Skip to Content.
Sympa Menu

cgal-discuss - Re : [cgal-discuss] A linker error when using CGAL::do_intersect() with VS 2003

Subject: CGAL users discussion list

List archive

Re : [cgal-discuss] A linker error when using CGAL::do_intersect() with VS 2003


Chronological Thread 
  • From: BBB HHH <>
  • To:
  • Subject: Re : [cgal-discuss] A linker error when using CGAL::do_intersect() with VS 2003
  • Date: Tue, 15 Jul 2008 14:02:34 +0000 (GMT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=R7F7MmN6FF/buArjBRqlaSkz4DrgfPyP6uAypcnvdWh488yVQq0LcFFAZOk5lCWxwgAubfu8ICIAE5bykxjxsJPnnoceuZOhTqFmWKJ+aV2azdV+Hr+Jb15acys+xI3aiQKyabvuaafa2boNUkxvp/dEFsrQ3hUP7DT3shq/FUY=;

Hi,

I have not installed SP1 for VS 2003, but i tested with VS 2005. In debug mode with VS 2005, the project compiled successfully but the application can not be launched, an error message "The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem". In release mode, it compiles successfully and the application launches but it is not interesting for me to use release mode since i can not debug my source code.

I tried several changes in the project options, like using the /Zm option but the result is the same. I add that the error message "error result returned from 'cl.exe'." comes with an error dilaog box : "A buffer overrun has been detected!   Program: c:\program files\...\vc7\bin\cl.exe"

I used the following number type and kernel :

typedef CGAL::Gmpq                                                          Gmpq;
typedef CGAL::Lazy_exact_nt<Gmpq>                                Number_type;
struct Kernel : public CGAL::Simple_cartesian<Number_type> {};

Thanks
Hichem BARKI

----- Message d'origine ----
De : Mahmood Naderan <>
À :
Envoyé le : Mardi, 15 Juillet 2008, 15h38mn 06s
Objet : Re: [cgal-discuss] A linker error when using CGAL::do_intersect() with VS 2003

>I have an error : "error result returned from 'cl.exe'." 
 
Did you install SP1 for 2003? Can you test with 2005?...
 
-------------------
Mahmood Naderan
 
 

----- Original Message ----
From: BBB HHH <>
To:
Sent: Tuesday, July 15, 2008 3:51:09 PM
Subject: [cgal-discuss] A linker error when using CGAL::do_intersect() with VS 2003

Hi,

I have an error : "error result returned from 'cl.exe'." when i tried to compile some CGAL code that uses CGAL::do_intersect() with two objects of type CGAL::Polygon_2 as parameters.

I tried changing several project options in Visual Studio 2003, but the error is persistant.

Can some one helps me t resolve this problem ?

Thanks in advance
Hichem




Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente.



Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente.


Archive powered by MHonArc 2.6.16.

Top of Page