Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Missing .dll Error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Missing .dll Error


Chronological Thread 
  • From: sara ershadi <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Missing .dll Error
  • Date: Tue, 18 Dec 2012 09:53:50 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=RlUv1AGF3ydWu7FR4iJnU7IYcax3ansEp5M7sH84mTspdKNdewvPEG54cay5LKQEUkj8KXny0p374tBgZkXKayApQBm/dir/3Cyf79oV5vz62yrvip0FaZ0L5onA2HClKbQo6t2LtYruPBG4F2g9IffAtIZO6Sbq99+Sd8+id2g=;

Hi , 
I had the same problem about missing .dll files when I was installing opencv2.4.3 on windows 64 bit. 
when I add the path of bin folder that is containing the .dll file in invironment variable in my computer properties. my problem solved. 
I hope this statement help you .

Sara 


From: Julian <>
To:
Sent: Tuesday, December 18, 2012 6:06 AM
Subject: [cgal-discuss] Missing .dll Error

Hi,

I've successfully installed CGAL 3.x on a Windows XP 32bit box with Visual Studio 2008 and managed to get a convex hull routine working nicely in Autodesk Softimage, but since upgrading to a Windows 7 64bit environment with Visual Studio 2010 Express (with Windows 7.1 SDK for 64bit support) I've been having a few problems.

I've installed CGAL 4.1 and Boost 1.51. CGAL looks as though it is built properly. But, when I compile the Convex_hull_2 examples I get a successful log but an error from the .exe:

"The program can't start because CGAL-vc100-mt-4.1.dll is missing from your computer."

As far as I can tell the build log is fine (see below).

I'm sure I'm doing something completely stupid but I can't figure out why this is happening. The relevant .dll seems to be in the CGAL folder. I'm not a full-time C++ programmer (I'm a 3D CG Artist) so I'm at a loss when it comes to working out what the problem could be. I assumed if there were no link errors and I had a successful compile then there shouldn't be a problem....

If anyone has any ideas they would be gratefully received.

Julian Johnson
Glassworks London

Log:
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/Program Files (x86)/CGAL-4.1/build_examples/Convex_hull_2/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: ch_timing, Configuration: Release x64 ------
3>------ Build started: Project: ch_graham_anderson, Configuration: Release x64 ------
4>------ Build started: Project: ch_from_cin_to_cout, Configuration: Release x64 ------
5>------ Build started: Project: array_convex_hull_2, Configuration: Release x64 ------
6>------ Build started: Project: iostream_convex_hull_2, Configuration: Release x64 ------
7>------ Build started: Project: vector_convex_hull_2, Configuration: Release x64 ------
5>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
7>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
4>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
2>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
6>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
3>  Building Custom Rule C:/Program Files (x86)/CGAL-4.1/examples/Convex_hull_2/CMakeLists.txt
5>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
7>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
2>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
4>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
6>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
3>  CMake does not need to re-run because C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\CMakeFiles\generate.stamp is up-to-date.
5>  array_convex_hull_2.cpp
4>  ch_from_cin_to_cout.cpp
3>  ch_graham_anderson.cpp
7>  vector_convex_hull_2.cpp
6>  iostream_convex_hull_2.cpp
2>  ch_timing.cpp
4>  ch_from_cin_to_cout.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\ch_from_cin_to_cout.exe
6>  iostream_convex_hull_2.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\iostream_convex_hull_2.exe
3>  ch_graham_anderson.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\ch_graham_anderson.exe
5>  array_convex_hull_2.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\array_convex_hull_2.exe
7>  vector_convex_hull_2.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\vector_convex_hull_2.exe
2>  ch_timing.vcxproj -> C:\Program Files (x86)\CGAL-4.1\build_examples\Convex_hull_2\Release\ch_timing.exe
8>------ Skipped Build: Project: ALL_BUILD, Configuration: Release x64 ------
8>Project not selected to build for this solution configuration
========== Build: 7 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========



-- You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page