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. version change

version change

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studioquestionannouncement
9 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.
  • P Offline
    P Offline
    Purish Dwivedi
    wrote on last edited by
    #1

    what are the changes required to open a vs 2008 project into vs 2005?

    _ B K 3 Replies Last reply
    0
    • P Purish Dwivedi

      what are the changes required to open a vs 2008 project into vs 2005?

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      Purish Dwivedi wrote:

      what are the changes required to open a vs 2008 project into vs 2005?

      Don't think that it would be easy to do this. you may better ask this in the Visual Studio Forum You can create a new project in VS2005 and add your existing files from VS2008 to this project. Be careful that you are not using API's added in VS2008 in your code.

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      P R 2 Replies Last reply
      0
      • _ _AnsHUMAN_

        Purish Dwivedi wrote:

        what are the changes required to open a vs 2008 project into vs 2005?

        Don't think that it would be easy to do this. you may better ask this in the Visual Studio Forum You can create a new project in VS2005 and add your existing files from VS2008 to this project. Be careful that you are not using API's added in VS2008 in your code.

        You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

        P Offline
        P Offline
        Purish Dwivedi
        wrote on last edited by
        #3

        It's not working. It needs some change in version in the .sln file,I think so....

        _ 1 Reply Last reply
        0
        • P Purish Dwivedi

          It's not working. It needs some change in version in the .sln file,I think so....

          _ Offline
          _ Offline
          _AnsHUMAN_
          wrote on last edited by
          #4

          What is not working? The idea given by me or opening Vs2008 file in Vs2005 fails. I think the format for the two version's .sln files would also be different.

          You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

          1 Reply Last reply
          0
          • P Purish Dwivedi

            what are the changes required to open a vs 2008 project into vs 2005?

            B Offline
            B Offline
            beko
            wrote on last edited by
            #5

            Hello If you are just using standard features which are also available with VS2005, just change version number to 8.0 and also do relative changes and apply the same for vcproj file (just version number change,etc.). I learnt this in here from someone couple of weeks ago and it is working for me so far. Hope this helps. Bekir.

            P 1 Reply Last reply
            0
            • _ _AnsHUMAN_

              Purish Dwivedi wrote:

              what are the changes required to open a vs 2008 project into vs 2005?

              Don't think that it would be easy to do this. you may better ask this in the Visual Studio Forum You can create a new project in VS2005 and add your existing files from VS2008 to this project. Be careful that you are not using API's added in VS2008 in your code.

              You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

              R Offline
              R Offline
              Rajesh R Subramanian
              wrote on last edited by
              #6

              _AnsHUMAN_ wrote:

              Be careful that you are not using API's added in VS2008 in your code.

              There are no APIs that 'belongs' to any particular version of VS. You're probably talking about the SDK. Or, if you were talking about compiler specific features like the TR1 library extensions, then there would be no way to run it on a compiler that doesn't implement it anyways.

              It is a crappy thing, but it's life -^ Carlo Pallini

              1 Reply Last reply
              0
              • B beko

                Hello If you are just using standard features which are also available with VS2005, just change version number to 8.0 and also do relative changes and apply the same for vcproj file (just version number change,etc.). I learnt this in here from someone couple of weeks ago and it is working for me so far. Hope this helps. Bekir.

                P Offline
                P Offline
                Purish Dwivedi
                wrote on last edited by
                #7

                one more thing needs change except version number. I don't remember exactly. Hope u can find out... Thanks for reply.

                1 Reply Last reply
                0
                • P Purish Dwivedi

                  what are the changes required to open a vs 2008 project into vs 2005?

                  K Offline
                  K Offline
                  KarstenK
                  wrote on last edited by
                  #8

                  only the version strings at the beginning of the *.sln and the included *.vcproj files!!! I make sometimes "myproj2008.sln" and "myproj2005.sln" files because of some reasons. :-O

                  Press F1 for help or google it. Greetings from Germany

                  P 1 Reply Last reply
                  0
                  • K KarstenK

                    only the version strings at the beginning of the *.sln and the included *.vcproj files!!! I make sometimes "myproj2008.sln" and "myproj2005.sln" files because of some reasons. :-O

                    Press F1 for help or google it. Greetings from Germany

                    P Offline
                    P Offline
                    Purish Dwivedi
                    wrote on last edited by
                    #9

                    what are those changes?

                    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