Chris.Cesar
November 1, 2011, 06:20:47
Please help.
I am trying to write an application in vs2005, visual c++, and am getting the following error when I run dialog based application created using the wizard installed with IC Imaging Control 3.2. The specific message is "The Application failed to initialize properly (0xc0150002) Click on OK to terminate the application"
the output window contains the followingLDR: LdrpWalkImportDescriptor() failed to probe c:\Documents and Settings\chris.cesar\My Documents\IC Imaging Control 3.2\classlib\win32\debug\TIS_UDSHL09_vc8d.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The application starts normally in release mode, so it appears to be something related to the debugging environment.
If I look at the file TIS_UDSHL09_vc8d.dll mentioned in the output window, Depends shows it references MSVCR90D.DLL and MSVCP90D.DLL, which are not installed on my system
Is this failing because, even though it is for vs2005(MFC*), the DLLs are actually linked to MFC9?. How do I get debug dlls for MFC9?
Configuration:
DirectX 9.0c
OS Win XP professional SP3
MS VS2005
Thanks
Chris Cesar
I am trying to write an application in vs2005, visual c++, and am getting the following error when I run dialog based application created using the wizard installed with IC Imaging Control 3.2. The specific message is "The Application failed to initialize properly (0xc0150002) Click on OK to terminate the application"
the output window contains the followingLDR: LdrpWalkImportDescriptor() failed to probe c:\Documents and Settings\chris.cesar\My Documents\IC Imaging Control 3.2\classlib\win32\debug\TIS_UDSHL09_vc8d.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The application starts normally in release mode, so it appears to be something related to the debugging environment.
If I look at the file TIS_UDSHL09_vc8d.dll mentioned in the output window, Depends shows it references MSVCR90D.DLL and MSVCP90D.DLL, which are not installed on my system
Is this failing because, even though it is for vs2005(MFC*), the DLLs are actually linked to MFC9?. How do I get debug dlls for MFC9?
Configuration:
DirectX 9.0c
OS Win XP professional SP3
MS VS2005
Thanks
Chris Cesar