Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] run program cgal by vc8

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] run program cgal by vc8


Chronological Thread 
  • From: variable <>
  • To:
  • Subject: Re: [cgal-discuss] run program cgal by vc8
  • Date: Fri, 18 Dec 2009 05:12:10 -0800 (PST)


I solved that problem by reinstall the boost and the cgal, I guess the key
point is to choose the right option(variants) when installing at the
beginning. The right for boost is
Multithread Debug, DLL
Multithread,DLL
Multithread
Multithread Debug
Multithread, static runtime
Multithread Debug, static runtime
(not contains last two option)

And the right for cgal is
Multithread Debug
Multithread

It works, but what is weird is the words in the manual page(installation
manual:
http://www.cgal.org/Manual/3.4/doc_html/installation_manual/Chapter_installation_manual.html#Footnote_12
)4.6 Static vs.Dynamic Libraries:Under windows we only support the static
versions of the CGAL libraries...

So I guess the cgal can work with either static, or dynamic libs, but never
both.

--
View this message in context:
http://n4.nabble.com/run-program-cgal-by-vc8-tp953343p974757.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page