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. Executable application

Executable application

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpc++visual-studiohelp
13 Posts 4 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.
  • L llp00na

    Dear all; I have finished building an MFC Application in Microsoft visual studio 2003. Now I would like to produce an executable application which can be used in any machine. How do i do that? please post any articles or help guidelines. I am thankful

    llp00na

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

    I have finished building an MFC Application What does a "build" actually refer to?


    OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

    L 1 Reply Last reply
    0
    • L llp00na

      Dear all; I have finished building an MFC Application in Microsoft visual studio 2003. Now I would like to produce an executable application which can be used in any machine. How do i do that? please post any articles or help guidelines. I am thankful

      llp00na

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

      you mean an installation package ?


      Maximilien Lincourt Your Head A Splode - Strong Bad

      L 1 Reply Last reply
      0
      • E Eytukan

        I have finished building an MFC Application What does a "build" actually refer to?


        OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

        L Offline
        L Offline
        llp00na
        wrote on last edited by
        #6

        I meant implementing or coding. The point i am trying to express if that i have tested the application within Microsoft visual studio 2003 and it works great. Now i would like to run the application outside the development environment. I hope this is clear enough.

        llp00na

        E 1 Reply Last reply
        0
        • M Maximilien

          you mean an installation package ?


          Maximilien Lincourt Your Head A Splode - Strong Bad

          L Offline
          L Offline
          llp00na
          wrote on last edited by
          #7

          You can say so.

          llp00na

          1 Reply Last reply
          0
          • L llp00na

            Dear all; I have finished building an MFC Application in Microsoft visual studio 2003. Now I would like to produce an executable application which can be used in any machine. How do i do that? please post any articles or help guidelines. I am thankful

            llp00na

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

            which can be used in any machine. How do i do that? Here![^]


            OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

            L 1 Reply Last reply
            0
            • L llp00na

              Oh sorry, I meant any computer machine which has windows XP installed on it.

              llp00na

              L Offline
              L Offline
              led mike
              wrote on last edited by
              #9

              Deployment of MFC applications is documented on msdn so you can find everything you need there. Perhaps some searching like this[^] would help.

              1 Reply Last reply
              0
              • L llp00na

                I meant implementing or coding. The point i am trying to express if that i have tested the application within Microsoft visual studio 2003 and it works great. Now i would like to run the application outside the development environment. I hope this is clear enough.

                llp00na

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

                Oh! hmm, well haven't you ever opened your project folder? Have you seen these folders? "Debug" "Release" ? All the binaries you build will get created there. If your .exe doesn't have any dependency, you can take that .exe straight from the "release" folder and distribute. but it's not the usual case. Even if you do something with MFC, it will become mfc dlls dependant. (assuming you are linking dynamically). So use an installer like "Innosetup" (google for it). it's free and cool. You can deploy apps on the fly. ;)


                OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

                L 1 Reply Last reply
                0
                • E Eytukan

                  which can be used in any machine. How do i do that? Here![^]


                  OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

                  L Offline
                  L Offline
                  llp00na
                  wrote on last edited by
                  #11

                  thats cool

                  llp00na

                  1 Reply Last reply
                  0
                  • E Eytukan

                    Oh! hmm, well haven't you ever opened your project folder? Have you seen these folders? "Debug" "Release" ? All the binaries you build will get created there. If your .exe doesn't have any dependency, you can take that .exe straight from the "release" folder and distribute. but it's not the usual case. Even if you do something with MFC, it will become mfc dlls dependant. (assuming you are linking dynamically). So use an installer like "Innosetup" (google for it). it's free and cool. You can deploy apps on the fly. ;)


                    OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

                    L Offline
                    L Offline
                    llp00na
                    wrote on last edited by
                    #12

                    lol, indeed i have opened my project folder so many times. I have tried using the '.exe' file from the release folder but i encountered problems and thats why i posted this question. As you said it must have dependencies. Ok, i will look for Innosetup and try it. Thank you

                    llp00na

                    E 1 Reply Last reply
                    0
                    • L llp00na

                      lol, indeed i have opened my project folder so many times. I have tried using the '.exe' file from the release folder but i encountered problems and thats why i posted this question. As you said it must have dependencies. Ok, i will look for Innosetup and try it. Thank you

                      llp00na

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

                      It Depends![^] :)


                      OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]

                      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