Please help me
-
I am running my application in msvc6.0 winxp sp2. I am able to compile it successfully but unable to run it. it is giving error "Failed to initialize properly 0xc0150002" is coming. Thanks in advance
-
I am running my application in msvc6.0 winxp sp2. I am able to compile it successfully but unable to run it. it is giving error "Failed to initialize properly 0xc0150002" is coming. Thanks in advance
First try it in Debug mode and use the debugger. With this message no one can help you :(
--[V]-- [My Current Status]
-
I am running my application in msvc6.0 winxp sp2. I am able to compile it successfully but unable to run it. it is giving error "Failed to initialize properly 0xc0150002" is coming. Thanks in advance
we are all using MS VC 6.0 with windows Xp Sp2. there is no problem in loading or creating any application.pls check ur code first. if u haven't installed the required service pack for Visual Studio, update with new one. SaRath.
"Don't Do Different things... Do Things Differently..." -- modified at 7:02 Monday 5th June, 2006 -
First try it in Debug mode and use the debugger. With this message no one can help you :(
--[V]-- [My Current Status]
I tried with debugger by keeping breakpoint. but it is not reaching any of the breakpoints in the application. As soon as i hit debugger it is giving the that error message. Is there any latest version of SP that i need to install for msvc to run under winxp sp2?
-
I am running my application in msvc6.0 winxp sp2. I am able to compile it successfully but unable to run it. it is giving error "Failed to initialize properly 0xc0150002" is coming. Thanks in advance
I suppose that this error isn't generated by your application, it's an error from windows loader, the whole executable is damaged. If you can post this file somewhere, maybe I can help. PS Check your linker options, the problem suppose to be here.
-
we are all using MS VC 6.0 with windows Xp Sp2. there is no problem in loading or creating any application.pls check ur code first. if u haven't installed the required service pack for Visual Studio, update with new one. SaRath.
"Don't Do Different things... Do Things Differently..." -- modified at 7:02 Monday 5th June, 2006I guess she faces this problem in a particular application. Probably It should be her mistake. But not sure:~
--[V]-- [My Current Status]
-
I tried with debugger by keeping breakpoint. but it is not reaching any of the breakpoints in the application. As soon as i hit debugger it is giving the that error message. Is there any latest version of SP that i need to install for msvc to run under winxp sp2?
Does this happen for any project you create? even for a win32 console application?
--[V]-- [My Current Status]
-
we are all using MS VC 6.0 with windows Xp Sp2. there is no problem in loading or creating any application.pls check ur code first. if u haven't installed the required service pack for Visual Studio, update with new one. SaRath.
"Don't Do Different things... Do Things Differently..." -- modified at 7:02 Monday 5th June, 2006what is the sp that is to be installed for visual studio I mean we have sp6 installed. Is it not the latest one? Regards
-
Does this happen for any project you create? even for a win32 console application?
--[V]-- [My Current Status]
I did not try.. I will try now
-
I am running my application in msvc6.0 winxp sp2. I am able to compile it successfully but unable to run it. it is giving error "Failed to initialize properly 0xc0150002" is coming. Thanks in advance
Surviving the release[^] also, set a breakpoint at the beginning of your application, and use your debugger. it's your best friend in such cases !!
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
I did not try.. I will try now
No it's not coming. it is working fine. Do i need to check any settings for my application. Regards
-
No it's not coming. it is working fine. Do i need to check any settings for my application. Regards
you certainly have a memory violation due to some bad pointers handling. see my other post and read the article ;)
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]