version change
-
what are the changes required to open a vs 2008 project into vs 2005?
-
what are the changes required to open a vs 2008 project into vs 2005?
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_
-
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_
It's not working. It needs some change in version in the .sln file,I think so....
-
It's not working. It needs some change in version in the .sln file,I think so....
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_
-
what are the changes required to open a vs 2008 project into vs 2005?
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.
-
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_
_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
-
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.
one more thing needs change except version number. I don't remember exactly. Hope u can find out... Thanks for reply.
-
what are the changes required to open a vs 2008 project into vs 2005?
-
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
what are those changes?