Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: How to use CGAL Libs in VS2010 C++/C#?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: How to use CGAL Libs in VS2010 C++/C#?


Chronological Thread 
  • From: JuanLu <>
  • To:
  • Subject: [cgal-discuss] Re: How to use CGAL Libs in VS2010 C++/C#?
  • Date: Tue, 10 Jul 2012 16:11:19 -0700 (PDT)

Hi Mailang,

.net code cannot use C++ classes that uses templates directly. You must
instantiate the template using another C++ that implements the template.
Your .NET code can call this C++ class.

Anyway, this is not a CGAL specific problem. Perhaps, you should perform
your question in other C++ forums. The developers at www.codeproject.com
forum know well .net code and the way of joining with C++ code. Make your
question to them. Ask for the way of joining .net code with C++ template
classes.

Regards.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-use-CGAL-Libs-in-VS2010-C-C-tp4655418p4655421.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page