VS2008 is it safe to let it go now?
-
Other than VS2010 wasn't much of an improvement? If you're interested in XNA Game Studio then you wont be able to develop for anything other than Windows 7 Mobile as the 4.0 CTP will integrate into VS2010 but only allows building for mobile platforms (3.1 is the one to use an only integrates into 2005 and 2008).
that is not true. One can still use XNA to develop for XBox and PC. It's true for the Visual Studio 2010 Express for Win Phone and for the CTP, but this is one thing. "XNA Game Studio and the XNA Framework are designed for cross-platform gaming scenarios with support for Windows Phone 7 Series, Xbox 360, and Windows-based PCs. This allows you to target more platforms from the same code base. Also, it allows developers to focus game design for each platform on real device differences, such as the device capabilities and experience, as opposed to writing with different frameworks for every device that is targeted"
Just an irritated, ranting son of ... an IT guy. At your trolling services
-
As long as the proj files are same format, I guess that will work. But I prefer to keep both versions of vs.
and then there was SolutionConverter[^] which looks interesting; I haven't tried it though. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
and then there was SolutionConverter[^] which looks interesting; I haven't tried it though. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
Somehow i missed that article - thanks for linking! :thumbsup:
Dave
If this helped, please vote & accept answer!
Binging is like googling, it just feels dirtier. (Pete O'Hanlon)
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) -
and then there was SolutionConverter[^] which looks interesting; I haven't tried it though. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
or you can use [^](http://code.google.com/p/gyp/wiki/GypUserDocumentation”>GYP</a>[<a href= "New Window")] :) Solution converter is interesting.
-
or you can use [^](http://code.google.com/p/gyp/wiki/GypUserDocumentation”>GYP</a>[<a href= "New Window")] :) Solution converter is interesting.
are you referring to gStudio? :laugh: the link seems slightly dammaged, a bad omen. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
modified on Friday, May 14, 2010 6:34 PM
-
As long as the proj files are same format, I guess that will work. But I prefer to keep both versions of vs.
Rama Krishna Vavilala wrote:
As long as the proj files are same format
Which they wouldn't be because they contain version info, so it would break it. I mean if you really, really wanted to you can use nmake to get around it - and sometimes automated builds do - but that's just being weird. :)
Jeremy Falcon
-
are you referring to gStudio? :laugh: the link seems slightly dammaged, a bad omen. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
modified on Friday, May 14, 2010 6:34 PM
I was referring to gyp. http://code.google.com/p/gyp/[^]
-
On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.comI am not sure it is safe to uninstall visual C++ 6 as I have 100s of thousands of lines of code in projects that will only compile under that version. Same with 2003. As for 2005 and above porting will probably be simpler for multiple reasons. One is that I use CMake now for my project file generation and do not put any .sln or .vcproj files in my source control at all.
John
modified on Friday, May 14, 2010 11:21 PM
-
On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com -
On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com -
daveauld wrote:
any justification or benefit for keeping VS2008?
Only if you are doing unmanaged development.
-
daveauld wrote:
is there any justification or benefit for keeping VS2008
Some plugins might only work for VS2008. If you work with somebody else and they only have VS2008, would they be able to open your VS2010 solution?
-
Other than VS2010 wasn't much of an improvement? If you're interested in XNA Game Studio then you wont be able to develop for anything other than Windows 7 Mobile as the 4.0 CTP will integrate into VS2010 but only allows building for mobile platforms (3.1 is the one to use an only integrates into 2005 and 2008).
-
I personally get rid of the older VS version as soon as the new one comes up. SO IMHO, there is no point keeping VS 2008 if you have VS 2010.
-
I mean, GB are at a premium these days. I am not going to delete VS2008 but I am not going to install it when I get my new system in August.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
-
Performance? 2010 is supposed to be slower and more bloated....
3x12=36 2x12=24 1x12=12 0x12=18
-
What's scary is that you used the word "safe" in the same sentence as "VS". You're a brave soul.
Everything makes sense in someone's mind
-
Why do you want to let it go? They can run side by side and IMO, you never know when you might need it.
-
On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.comOur policy has always been to maintain a product with the tool chain used to develop it originally. For that reason, we still have VS2003 installed, as most of our legacy applications were developed using it. There is simply too much regression testing required when you update tools. Compiler changes typically require significant source changes. For example, our library of TCP/IP socket communications, threading, and other tools were ported from VS2003 to VS2008 for a new product. This took us a month, along with a fair amount of bug fixes and tweaks since then. Porting our entire legacy product line wouldn't generate any customer benefit, and would entail significant risk.
Software Zen:
delete this;
Fold With Us![^]