Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Please help me

Please help me

Scheduled Pinned Locked Moved C / C++ / MFC
help
12 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S subramanyeswari

    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

    E Offline
    E Offline
    Eytukan
    wrote on last edited by
    #2

    First try it in Debug mode and use the debugger. With this message no one can help you :(


    --[V]-- [My Current Status]

    S 1 Reply Last reply
    0
    • S subramanyeswari

      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

      S Offline
      S Offline
      Sarath C
      wrote on last edited by
      #3

      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

      E S 2 Replies Last reply
      0
      • E Eytukan

        First try it in Debug mode and use the debugger. With this message no one can help you :(


        --[V]-- [My Current Status]

        S Offline
        S Offline
        subramanyeswari
        wrote on last edited by
        #4

        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?

        E 1 Reply Last reply
        0
        • S subramanyeswari

          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

          A Offline
          A Offline
          Anton Mikhalyov
          wrote on last edited by
          #5

          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.

          1 Reply Last reply
          0
          • S Sarath C

            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

            E Offline
            E Offline
            Eytukan
            wrote on last edited by
            #6

            I guess she faces this problem in a particular application. Probably It should be her mistake. But not sure:~


            --[V]-- [My Current Status]

            1 Reply Last reply
            0
            • S subramanyeswari

              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?

              E Offline
              E Offline
              Eytukan
              wrote on last edited by
              #7

              Does this happen for any project you create? even for a win32 console application?


              --[V]-- [My Current Status]

              S 1 Reply Last reply
              0
              • S Sarath C

                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

                S Offline
                S Offline
                subramanyeswari
                wrote on last edited by
                #8

                what is the sp that is to be installed for visual studio I mean we have sp6 installed. Is it not the latest one? Regards

                1 Reply Last reply
                0
                • E Eytukan

                  Does this happen for any project you create? even for a win32 console application?


                  --[V]-- [My Current Status]

                  S Offline
                  S Offline
                  subramanyeswari
                  wrote on last edited by
                  #9

                  I did not try.. I will try now

                  S 1 Reply Last reply
                  0
                  • S subramanyeswari

                    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

                    T Offline
                    T Offline
                    toxcct
                    wrote on last edited by
                    #10

                    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! ]

                    1 Reply Last reply
                    0
                    • S subramanyeswari

                      I did not try.. I will try now

                      S Offline
                      S Offline
                      subramanyeswari
                      wrote on last edited by
                      #11

                      No it's not coming. it is working fine. Do i need to check any settings for my application. Regards

                      T 1 Reply Last reply
                      0
                      • S subramanyeswari

                        No it's not coming. it is working fine. Do i need to check any settings for my application. Regards

                        T Offline
                        T Offline
                        toxcct
                        wrote on last edited by
                        #12

                        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! ]

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups