Application failed to initialize properly. [modified]
-
When I run a VC++8.0 Project I got a dialog box which states "The application failed to initialize properly(0xc0150002). Click on OK to terminate the application.". If I terminate the application, the following message is displayed in the output Window: LDR: LdrpWalkImportDescriptor() failed to probe C:\Program Files\Delta3D_REL-2.0.0\bin\dtUtild.dll for its manifest, ntstatus 0xc0150002 How to resolve the error? Note: This error occurs only under Debug mode.
modified on Friday, September 5, 2008 7:29 AM
-
When I run a VC++8.0 Project I got a dialog box which states "The application failed to initialize properly(0xc0150002). Click on OK to terminate the application.". If I terminate the application, the following message is displayed in the output Window: LDR: LdrpWalkImportDescriptor() failed to probe C:\Program Files\Delta3D_REL-2.0.0\bin\dtUtild.dll for its manifest, ntstatus 0xc0150002 How to resolve the error? Note: This error occurs only under Debug mode.
modified on Friday, September 5, 2008 7:29 AM
T.RATHA KRISHNAN wrote:
How to resolve the error?
wait, you're compiling your project in debug mode, aren't you ? compile in release mode, and see if it's better. The Release Mode should be linked to
dtUtil.dll
(not dtUtild.dll).[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
When I run a VC++8.0 Project I got a dialog box which states "The application failed to initialize properly(0xc0150002). Click on OK to terminate the application.". If I terminate the application, the following message is displayed in the output Window: LDR: LdrpWalkImportDescriptor() failed to probe C:\Program Files\Delta3D_REL-2.0.0\bin\dtUtild.dll for its manifest, ntstatus 0xc0150002 How to resolve the error? Note: This error occurs only under Debug mode.
modified on Friday, September 5, 2008 7:29 AM
clean the output directory and recompile the full project .
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM