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. Application upgrade

Application upgrade

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studioquestionannouncementworkspace
9 Posts 6 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.
  • J Offline
    J Offline
    jpyp
    wrote on last edited by
    #1

    Hi guys! My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP. They want to replace all NT4 computers with XPs and take the opportunity to upgrade our development environment also. Looking at the Microsoft site, I think that all we need is the Visual Studio 2008 Professional with MSDN Professional version. Is this a good plan and if it is, how hard is it to migrate to this new version? Thanks!

    jpyp

    R B Y D 4 Replies Last reply
    0
    • J jpyp

      Hi guys! My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP. They want to replace all NT4 computers with XPs and take the opportunity to upgrade our development environment also. Looking at the Microsoft site, I think that all we need is the Visual Studio 2008 Professional with MSDN Professional version. Is this a good plan and if it is, how hard is it to migrate to this new version? Thanks!

      jpyp

      R Offline
      R Offline
      Ric Ashton
      wrote on last edited by
      #2

      Who could know? There are many specifics you havn't identified.

      1 Reply Last reply
      0
      • J jpyp

        Hi guys! My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP. They want to replace all NT4 computers with XPs and take the opportunity to upgrade our development environment also. Looking at the Microsoft site, I think that all we need is the Visual Studio 2008 Professional with MSDN Professional version. Is this a good plan and if it is, how hard is it to migrate to this new version? Thanks!

        jpyp

        B Offline
        B Offline
        bulg
        wrote on last edited by
        #3

        jpyp wrote:

        My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP.

        Is your application something you _use_ or something you _develop_ ?

        1 Reply Last reply
        0
        • J jpyp

          Hi guys! My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP. They want to replace all NT4 computers with XPs and take the opportunity to upgrade our development environment also. Looking at the Microsoft site, I think that all we need is the Visual Studio 2008 Professional with MSDN Professional version. Is this a good plan and if it is, how hard is it to migrate to this new version? Thanks!

          jpyp

          Y Offline
          Y Offline
          Yusuf
          wrote on last edited by
          #4

          jpyp wrote:

          It is supported by MS Visual Studio 6

          Is this home grown application? What language is it written? I am assuming from your post, C++, but it could be VB as well. Who maintains it now, you other group? there are details missing from your post.

          Yusuf

          J 1 Reply Last reply
          0
          • Y Yusuf

            jpyp wrote:

            It is supported by MS Visual Studio 6

            Is this home grown application? What language is it written? I am assuming from your post, C++, but it could be VB as well. Who maintains it now, you other group? there are details missing from your post.

            Yusuf

            J Offline
            J Offline
            jpyp
            wrote on last edited by
            #5

            Yes it is a home grown MFC C++ application and we maintain it. I am more concern about the required level of effort to upgrade it to VC++ 2008. Thanks!

            jpyp

            Y 1 Reply Last reply
            0
            • J jpyp

              Yes it is a home grown MFC C++ application and we maintain it. I am more concern about the required level of effort to upgrade it to VC++ 2008. Thanks!

              jpyp

              Y Offline
              Y Offline
              Yusuf
              wrote on last edited by
              #6

              It has been awhile since I worked with MFC. this[^] should get you up with speed with Visual C++ changes. There are sections on upgrades and see any of that stuff is helpful.

              Yusuf

              M 1 Reply Last reply
              0
              • Y Yusuf

                It has been awhile since I worked with MFC. this[^] should get you up with speed with Visual C++ changes. There are sections on upgrades and see any of that stuff is helpful.

                Yusuf

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

                Should be no problem at all. I write MFC applications and have both VS 6.0 and VS 2008 installed on my XP computer. If I open a 6.0 project with VS 2008, it gets automatically converted to the new project format.

                1 Reply Last reply
                0
                • J jpyp

                  Hi guys! My organisation has an application that is approximately 10 years old. It is not a Web application. It is supported by MS Visual Studio 6 and still runs mostly on Windows NT4 workstations and a few XP. They want to replace all NT4 computers with XPs and take the opportunity to upgrade our development environment also. Looking at the Microsoft site, I think that all we need is the Visual Studio 2008 Professional with MSDN Professional version. Is this a good plan and if it is, how hard is it to migrate to this new version? Thanks!

                  jpyp

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

                  jpyp wrote:

                  ...how hard is it to migrate to this new version?

                  Not hard at all. The IDE can convert the project in less than a minute. You'll still need to change the code, however, to adhere to the stricter C++ rules. If you are not using MFC, you may be able to get away with the Express Edition.

                  "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                  J 1 Reply Last reply
                  0
                  • D David Crow

                    jpyp wrote:

                    ...how hard is it to migrate to this new version?

                    Not hard at all. The IDE can convert the project in less than a minute. You'll still need to change the code, however, to adhere to the stricter C++ rules. If you are not using MFC, you may be able to get away with the Express Edition.

                    "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                    J Offline
                    J Offline
                    jpyp
                    wrote on last edited by
                    #9

                    Thanks everyone for your thoughts/help. I feel more confident now going ahead with the upgrade.

                    jpyp

                    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