Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib
  • Date: Fri, 12 Mar 2010 11:17:26 +0100
  • Organization: GeometryFactory

On Thursday 11 March 2010 18:34:02

wrote:
> LINK : fatal error LNK1104: cannot open file 'CGAL_Qt4-vc90-mt-sgd.lib'

In a previous mail, I might have missed in important point: the infix
"mt-sgd"
means that you are trying to compile your application using the compilation
flag /MTd (static runtime, debug mode). However, the compilation of CGAL
libraries uses /MD (in release mode) or /MDd (in debug mode). You cannot mix
binaries that were compiled with /MT and binaries compiled with /MD.

See the following reference page from MSDN:
http://msdn.microsoft.com/en-us/library/abx4dbyh.aspx

--
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