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. Problem with running program

Problem with running program

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpc++visual-studiodebugging
7 Posts 3 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.
  • M Offline
    M Offline
    mihai123
    wrote on last edited by
    #1

    Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx

    D P 2 Replies Last reply
    0
    • M mihai123

      Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      What happens if you compile the application on that other computer?

      "Love people and use things, not love things and use people." - Unknown

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      M 1 Reply Last reply
      0
      • M mihai123

        Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx

        P Offline
        P Offline
        prasad_som
        wrote on last edited by
        #3

        Are you at same level as far as VS is considered, I mean, some patches, service packs or redistributables.

        M 1 Reply Last reply
        0
        • D David Crow

          What happens if you compile the application on that other computer?

          "Love people and use things, not love things and use people." - Unknown

          "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

          M Offline
          M Offline
          mihai123
          wrote on last edited by
          #4

          it works only if i delete the old file generated in debug folder.

          1 Reply Last reply
          0
          • P prasad_som

            Are you at same level as far as VS is considered, I mean, some patches, service packs or redistributables.

            M Offline
            M Offline
            mihai123
            wrote on last edited by
            #5

            yes is the same level but from what i know mfc is platform independent he don't need any framework and any vc++ installed...

            P 1 Reply Last reply
            0
            • M mihai123

              yes is the same level but from what i know mfc is platform independent he don't need any framework and any vc++ installed...

              P Offline
              P Offline
              prasad_som
              wrote on last edited by
              #6

              No, it is platform dependent. It works with windows only :) , and needs certain supporting dlls to be available on that machine. Usually installer does it.

              M 1 Reply Last reply
              0
              • P prasad_som

                No, it is platform dependent. It works with windows only :) , and needs certain supporting dlls to be available on that machine. Usually installer does it.

                M Offline
                M Offline
                mihai123
                wrote on last edited by
                #7

                so should I do an installer for a console application .... I used Dependence walker it told me that I need to include 4 dlls. But still doesn't work

                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