Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL-vc100-mt-s.lib can not find

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL-vc100-mt-s.lib can not find


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL-vc100-mt-s.lib can not find
  • Date: Mon, 05 Mar 2012 16:07:13 +0100
  • Organization: GeometryFactory

Le mardi 28 février 2012 21:15:42 Yue Biek a écrit :
> Hi,
> I am using cgal in my program,it works well in the debug
> condition,but when I run it in the release condition and it turns out as
> "CGAL-vc100-mt-s.lib" can not open.
>
> But there is no such "CGAL-vc100-mt-s.lib" in my cgal folder.What' more,my
> software condition is VS2010 and cgal edition is 3.8.I don't kown how to
> solve this problem.

In the CGAL project, we do not try to support linking with the Windows static
C/C++ runtimes. You cannot compile your program with /MT or /MTd. Recompile
your whole application with /MD or /MDd.

Or try to recompile CGAL libraries using /MT or /MTd, but we will give you no
guaranty nor support on that configuration.

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



  • Re: [cgal-discuss] CGAL-vc100-mt-s.lib can not find, Laurent Rineau (GeometryFactory), 03/05/2012

Archive powered by MHonArc 2.6.16.

Top of Page