Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] compile error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] compile error


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] compile error
  • Date: Fri, 21 Aug 2009 17:10:07 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=HuQ7G37kp50GKnh7HPt4d9vmSVo72C0RL+RliK7sqCt3HLsar0eSxkuyIj5FIcFLWY EhPxDv3AOXioV34iCqAtmJTVjp6l2IedZ7Nl2e+RgsZDFjCcI+KROgdS+E+D3olJIwOT aPO+JO+IZUQRDAL3yMG0LMfVbhMO/HARCMvdY=

On Sat, Jul 25, 2009 at 15:52,
Quan<>
wrote:
> I create a Console Application in VS 2008, than copy this code into the cpp
> file,
> everything is ok:
>
> #include<boost/shared_ptr.hpp>
>
> #include<CGAL/Exact_predicates_inexact_constructions_kernel.h>
> #include<CGAL/Polygon_2.h>
> #include<CGAL/create_straight_skeleton_2.h>
>
> ----------------------------------------------------
> but when I create a application with MFC Application and copy these codes to
> the stdafax.h and compile, there are some errors:
[...]

The most common change needed in the transition from a console
application to a MFC/Windowed application is the main() function. Have
you replaced the console main() function suitably? Also, you may have
to provide the smallest piece of code that reproduces your problem, so
that we can check it out at our end.

Regards,
~ash


  • Re: [cgal-discuss] compile error, Ashwin Nanjappa, 08/21/2009

Archive powered by MHonArc 2.6.16.

Top of Page