Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Problem with example-'array_convex_hull_2'

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problem with example-'array_convex_hull_2'


Chronological Thread 
  • From: Xufang <>
  • To:
  • Subject: [cgal-discuss] Problem with example-'array_convex_hull_2'
  • Date: Wed, 21 Jul 2010 03:28:30 +0200 (CEST)

Hi ALL!
I am tring to run the example 'array_convex_hull_2', it has been build without
any errors (see build output),

however when i run it, it pop-up a dialog box said 'Unable to start program
'C:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2\debug\array_convex_hull_2.exe'.
This application has failed to start because the application configuration is
incorrect. Review the manifest file for possible errors. Reinstalling the
application may fix this problem. for more details, please see application
event log.'

According to the information given on the dialog box, i find the manifest file
in 'C:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2\array_convex_hull_2.dir\Debug'.
it seems to tell the version and other infromation of the needed DLL, and it
turns out that the DLL existing in my system are not the right vertsion
(C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c),
so i try to find the right version DLL, but i can not find them on the
internet.

I am a new to CGAL. Can anybody help me with this? Am I doing something
wrong?
Are there any other easier

methods to handle this problem?

Best regards!

Xufang


Appendix: Here are some information about my problem.

------------------------build output-----------------------------------
1>------ Rebuild All started: Project: array_convex_hull_2, Configuration:
Debug Win32 ------
2>------ Rebuild All started: Project: eee, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'array_convex_hull_2',
configuration 'Debug|Win32'
2>Deleting intermediate and output files for project 'eee', configuration
'Debug|Win32'
2>Compiling...
1>Compiling...
1>array_convex_hull_2.cpp
2>ee.cpp
2>c:\boost\boost_1_40\boost\format\internals.hpp : warning C4819: The file
contains a character that cannot be

represented in the current code page (936). Save the file in Unicode format to
prevent data loss
2>c:\boost\boost_1_40\boost\format\alt_sstream_impl.hpp : warning C4819: The
file contains a character that

cannot be represented in the current code page (936). Save the file in Unicode
format to prevent data loss
2>c:\boost\boost_1_40\boost\format\internals.hpp : warning C4819: The file
contains a character that cannot be

represented in the current code page (936). Save the file in Unicode format to
prevent data loss
1>Compiling manifest to resources...
2>Compiling manifest to resources...
1>Linking...
2>Linking...
2>LINK : D:\My Documents\Visual Studio 2005\Projects\eee\Debug\eee.exe not
found or not built by the last

incremental link; performing full link
1>LINK : C:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2\Debug\array_convex_hull_2.exe
not found or

not built by the last incremental link; performing full link
2>Embedding manifest...
1>Embedding manifest...
2>Build log was saved at "file://d:\My Documents\Visual Studio
2005\Projects\eee\eee\Debug\BuildLog.htm"
2>eee - 0 error(s), 3 warning(s)
1>Build log was saved at "file://c:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2

\array_convex_hull_2.dir\Debug\BuildLog.htm"
1>array_convex_hull_2 - 0 error(s), 0 warning(s)
========== Rebuild All: 2 succeeded, 0 failed, 0 skipped ==========


----------------information on the waring dialog box---------------
Unable to start program 'C:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2

\debug\array_convex_hull_2.exe'. This application has failed to start because
the application configuration is

incorrect. Review the manifest file for possible errors. Reinstalling the
application may fix this problem. for

more details, please see application event log.



---C:\Program
Files\CGAL-3.6.1\vc2005\examples\Convex_hull_2\array_convex_hull_2.dir\Debug
------array_convex_hull_2.exe.embed.manifest--------------------------

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0.50608.0"

processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0.50727.4053"

processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>


------------array_convex_hull_2.exe.intermediate.manifest-------------
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0'

processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50727.4053'

processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>


-------------------------C:\WINDOWS\WinSxS-----------------------------
x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c


  • [cgal-discuss] Problem with example-'array_convex_hull_2', Xufang, 07/21/2010

Archive powered by MHonArc 2.6.16.

Top of Page