Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] after install cgal MSVC 2005 : application failed to start

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] after install cgal MSVC 2005 : application failed to start


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] after install cgal MSVC 2005 : application failed to start
  • Date: Tue, 5 Jan 2010 17:18:31 +0100
  • Organization: GeometryFactory

On Tuesday 05 January 2010 16:40:00 Maarten Moesen wrote:
> CURIOUSLY:
> Curiously, if we comment out the line:
> // std::cout << "Point: " << p << std::endl;
> in release mode, the program compiles, links, and runs sucessfully and
> depends.exe finds both DLLs without any problem.

If you do not comment out that line, then the executable depends on
MSVCP80.DLL. Does depends.exe correctly find that library?

Do you see something with depends.exe that can be an incorrect dependency
(such as MSVCP80.DLL from MSVS2005 pre-sp1)?

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