Quote:
Originally Posted by EricVanWyk
I got this error :
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
|
It appears there is a problem with the manifest for the program. When I viewed the dependencies using Dependency Walker, it provided these errors:
Quote:
Error: The Side-by-Side configuration information for "c:\documents and settings\1880337\my documents\downloads\OPRNET.EXE" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
|
MSVCP80D.DLL and MSVCR80D.DLL seem to be the dlls mentioned by the warnings.
When I googled them, I found several mentions of people getting that error and solving it by selecting the "Embed Manifest" option when compiling. I don't know whether this correct or relevant.
Thanks
- Sam
Edit: Tried installing the redistributable, made no difference.