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. Windows 2003

Windows 2003

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++sysadmin
8 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.
  • Z Offline
    Z Offline
    zinc_z
    wrote on last edited by
    #1

    Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC

    D M 2 Replies Last reply
    0
    • Z zinc_z

      Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC

      D Offline
      D Offline
      Divyang Mithaiwala
      wrote on last edited by
      #2

      Hello ZINC, Your application has so many dependencies. So first u have to find that all. Or just making package. which is recommended by me. Becoz as u said u copy all dll file's but some dll file u have to register with os be regsvr32.exe command. so by making package it will handle all that things for u. Divyang Mithaiwala with best regards

      Z 1 Reply Last reply
      0
      • Z zinc_z

        Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

        Z 1 Reply Last reply
        0
        • D Divyang Mithaiwala

          Hello ZINC, Your application has so many dependencies. So first u have to find that all. Or just making package. which is recommended by me. Becoz as u said u copy all dll file's but some dll file u have to register with os be regsvr32.exe command. so by making package it will handle all that things for u. Divyang Mithaiwala with best regards

          Z Offline
          Z Offline
          zinc_z
          wrote on last edited by
          #4

          Hi Divyang , Thanks for reply , can you please guide me how to make package ? Kind Regards, Zinc

          D 1 Reply Last reply
          0
          • M Michael Dunn

            See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

            Z Offline
            Z Offline
            zinc_z
            wrote on last edited by
            #5

            Hi Mike , I have done what u have sugested but still its not working !!! anyother sugestions ??? Regards ZINC HELLO

            T 1 Reply Last reply
            0
            • Z zinc_z

              Hi Mike , I have done what u have sugested but still its not working !!! anyother sugestions ??? Regards ZINC HELLO

              T Offline
              T Offline
              Toby Opferman
              wrote on last edited by
              #6

              Did you use dependency walker (As mentioned in the faq) and determine what dependencies your application is using? Most likely if it's a crappy MFC application and you're building debug you don't have the debug MFC binaries installed. 8bc7c0ec02c0e404c0cc0680f7018827ebee

              1 Reply Last reply
              0
              • Z zinc_z

                Hi Divyang , Thanks for reply , can you please guide me how to make package ? Kind Regards, Zinc

                D Offline
                D Offline
                Divyang Mithaiwala
                wrote on last edited by
                #7

                Hello zinc_z, For making package first make exe file by building project. then there is one tool start->Program->Microsoft Visual Studio 6.0->Microsoft Visual Studio 6.0 tool -> Package & Deployment Wizard

                Z 1 Reply Last reply
                0
                • D Divyang Mithaiwala

                  Hello zinc_z, For making package first make exe file by building project. then there is one tool start->Program->Microsoft Visual Studio 6.0->Microsoft Visual Studio 6.0 tool -> Package & Deployment Wizard

                  Z Offline
                  Z Offline
                  zinc_z
                  wrote on last edited by
                  #8

                  hi there , i have checked this tool , this tool only give option to open VBP visual basic project. Mine is a Viusal C++ project. Regards ZINC

                  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