After installing ImageMagick-windows.zip to the root directory of C: and using the given path names in the zip file, I'm looking at the page:
http://www.imagemagick.org/script/insta ... hp#windows
and following the directions to compile the configure work space.
After the program is compiled (there are several deprecated items) the log says it was successful. When running the program either from Explorer or the DOS prompt, I get:
configure.exe - Application error
The application failed to initialize properly (0xc150004). Click OK to terminate the application.
Without trying to be too verbose, here's the debug from Visual Studio:
Code: Select all
'configure.exe': Loaded 'C:\ImageMagick-6.4.6\VisualMagick\configure\configure.exe', Symbols loaded.
'configure.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'configure.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'configure.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'configure.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'configure.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
SXS: Unable to resolve storage root for assembly directory x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_257740a4 in 2 tries
SXS: RtlGetAssemblyStorageRoot() unable to resolve storage map entry. Status = 0xc0150004
SXS: Unable to resolve storage root for assembly directory x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_257740a4 in 2 tries
SXS: RtlGetAssemblyStorageRoot() unable to resolve storage map entry. Status = 0xc0150004
SXS: Unable to resolve storage root for assembly directory x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f in 2 tries
SXS: RtlGetAssemblyStorageRoot() unable to resolve storage map entry. Status = 0xc0150004
SXS: Unable to resolve storage root for assembly directory x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f in 2 tries
SXS: RtlGetAssemblyStorageRoot() unable to resolve storage map entry. Status = 0xc0150004
Debugger:: An unhandled non-continuable exception was thrown during process load
The program '[3592] configure.exe: Native' has exited with code -1072365564 (0xc0150004).
Thanks,
cleanfacets