Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] pb with ofstream ?

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] pb with ofstream ?


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] pb with ofstream ?
  • Date: Wed, 25 Apr 2012 18:07:17 +0200
  • Organization: GeometryFactory

Le mercredi 25 avril 2012 17:54:23

a écrit :
> i understand nothing: i wanted to compile in multi-thread-debug (MTd) but i
> was said that i had to compile in dynamic mode . Isn't it ? which mode do
> you want me to compile with ?

My bad, /MD or /MDd is the right one.

Have you compile the example using a MSVC project that is generated by CMake?

What is strange is that the CGAL project has a testsuite with builders that
use /MD and /MDd (with VC9 or VC10). I do not understand why it does not work
for you.

All the symptoms you have seem to tell that you are mixing static and dynamic
runtimes, in a way. I do not know what you may have done to have those errors.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page