So, Windows Phone 7 requires Windows 7/Vista...
-
Yeah, I received a code project offer today about WP7 development. I thought to myself: "Yaayyy!! Let's get cracking" :rolleyes: Then I went to download the SDK just to realize it supports only Windows 7 and Vista. :omg: It completely turned me down. Now I ask you folks, while most other major competitors (except IPhone) allow Windows XP or even older OSes, don't you guys think that this is a shot on the foot? Given that MS have been strugling to get in the mobile market with relevance, I think the worse thing to do would be constraining stuff like this. :doh: Are they trying to sell Windows 7? I would like to beleive they are not. The fact is that MS just lost a contributor.
-
Yeah, I received a code project offer today about WP7 development. I thought to myself: "Yaayyy!! Let's get cracking" :rolleyes: Then I went to download the SDK just to realize it supports only Windows 7 and Vista. :omg: It completely turned me down. Now I ask you folks, while most other major competitors (except IPhone) allow Windows XP or even older OSes, don't you guys think that this is a shot on the foot? Given that MS have been strugling to get in the mobile market with relevance, I think the worse thing to do would be constraining stuff like this. :doh: Are they trying to sell Windows 7? I would like to beleive they are not. The fact is that MS just lost a contributor.
I would say that the majority of developers at least have access to a Windows 7 machine, because as a developer you need to test that your software works at least on the latest platform. I wouldn't expect a developer to work on XP as it's pretty much end of life.
Wout
-
I would say that the majority of developers at least have access to a Windows 7 machine, because as a developer you need to test that your software works at least on the latest platform. I wouldn't expect a developer to work on XP as it's pretty much end of life.
Wout
I work at major multi-national company that develop critical systems for big bank networks. All PCs are windows XP. So you're saying my job represents the end of life? You would say the majority of developers have access to W7 machine, but I dare you find any evidence of that. Anyways, I do have some limited access to W7 machine, but it is as it is, limited and therfore, not very fit to dedicate my work to develop stuff with that.
-
I work at major multi-national company that develop critical systems for big bank networks. All PCs are windows XP. So you're saying my job represents the end of life? You would say the majority of developers have access to W7 machine, but I dare you find any evidence of that. Anyways, I do have some limited access to W7 machine, but it is as it is, limited and therfore, not very fit to dedicate my work to develop stuff with that.
-
Yeah, I received a code project offer today about WP7 development. I thought to myself: "Yaayyy!! Let's get cracking" :rolleyes: Then I went to download the SDK just to realize it supports only Windows 7 and Vista. :omg: It completely turned me down. Now I ask you folks, while most other major competitors (except IPhone) allow Windows XP or even older OSes, don't you guys think that this is a shot on the foot? Given that MS have been strugling to get in the mobile market with relevance, I think the worse thing to do would be constraining stuff like this. :doh: Are they trying to sell Windows 7? I would like to beleive they are not. The fact is that MS just lost a contributor.
Well XP is an 8 year old OS and is certainly not suited for writing code targeted at a modern day mobile device. I wouldn't blame them for not supporting XP.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
crap man you're right! I myself found slaved to a WinXP machine with IE6!!! I guess the end of life starts to sound better for me :~
:laugh: I guess we're seeing a bright light in the end of the tunnel.
-
I work at major multi-national company that develop critical systems for big bank networks. All PCs are windows XP. So you're saying my job represents the end of life? You would say the majority of developers have access to W7 machine, but I dare you find any evidence of that. Anyways, I do have some limited access to W7 machine, but it is as it is, limited and therfore, not very fit to dedicate my work to develop stuff with that.
Well anyone writing code today should surely test it on all OSes they intend to support, and I am sure you do support Vista and Windows 7. Although it's possible that you have others in your dev team who develop on W7 while some of you are left to use older OSes. If so, well not much you can do about that I guess.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Well XP is an 8 year old OS and is certainly not suited for writing code targeted at a modern day mobile device. I wouldn't blame them for not supporting XP.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Well XP is an 8 year old OS and is certainly not suited for writing code targeted at a modern day mobile device. I wouldn't blame them for not supporting XP.
Regards, Nish
My technology blog: voidnish.wordpress.com
We're not righting code for the OS, we are using the OS to write code for another OS. It should have nothing to do with Windows XP or whatever. And I think blaming is not the point, but look at Android, any Windows XP can develop for a modern Adroid based device. What am I continue to develop on? Android, and not WP7. That's the question. I wonder if that was a good decision to make.
-
We're not righting code for the OS, we are using the OS to write code for another OS. It should have nothing to do with Windows XP or whatever. And I think blaming is not the point, but look at Android, any Windows XP can develop for a modern Adroid based device. What am I continue to develop on? Android, and not WP7. That's the question. I wonder if that was a good decision to make.
Fabio Franco wrote:
We're not righting code for the OS, we are using the OS to write code for another OS. It should have nothing to do with Windows XP or whatever.
Well it costs them time and resources to get the emulator to work on XP, and the same goes for their custom Visual Studio editions. I reckon they decided against officially supporting XP due to those reasons.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Well anyone writing code today should surely test it on all OSes they intend to support, and I am sure you do support Vista and Windows 7. Although it's possible that you have others in your dev team who develop on W7 while some of you are left to use older OSes. If so, well not much you can do about that I guess.
Regards, Nish
My technology blog: voidnish.wordpress.com
I agree that testing should be done to all OSes (when they are targeted), however, the .Net Framework makes it easy for us not to worry about that, unless in some specific situations. And no, the whole company is Windows XP.
-
In what way would XP be unsuitable as a text editor for source code, even though that code is targeted at WP7?
harold aptroot wrote:
In what way would XP be unsuitable as a text editor for source code, even though that code is targeted at WP7?
It's the emulator that won't run on XP. Theoretically you can copy the compiler and assemblies over and edit and compile the code. You just won't be able to run/debug it since the emulator is officially supported only on Vista and later OSes.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I agree that testing should be done to all OSes (when they are targeted), however, the .Net Framework makes it easy for us not to worry about that, unless in some specific situations. And no, the whole company is Windows XP.
Fabio Franco wrote:
And no, the whole company is Windows XP.
Interesting, so you write in-house software I guess.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Fabio Franco wrote:
We're not righting code for the OS, we are using the OS to write code for another OS. It should have nothing to do with Windows XP or whatever.
Well it costs them time and resources to get the emulator to work on XP, and the same goes for their custom Visual Studio editions. I reckon they decided against officially supporting XP due to those reasons.
Regards, Nish
My technology blog: voidnish.wordpress.com
Nishant Sivakumar wrote:
Well it costs them time and resources to get the emulator to work on XP
I agree with that, but how that will pay off to them? I wonder if the investiment to support XP (or build it to XP and that most stuff is likely to work in W7) wouldn't pay off by having a much wider developer base. I have no idea about the cost impact, I just wonder how much to build an emulator for W7, I mean, every other mobile company (except Apple) did just that. The fact is, that many will not contribute to their market store, I can't say in numbers (humm good poll idea) but I do beleive that there is a reasonable bunch.
-
Yeah, I received a code project offer today about WP7 development. I thought to myself: "Yaayyy!! Let's get cracking" :rolleyes: Then I went to download the SDK just to realize it supports only Windows 7 and Vista. :omg: It completely turned me down. Now I ask you folks, while most other major competitors (except IPhone) allow Windows XP or even older OSes, don't you guys think that this is a shot on the foot? Given that MS have been strugling to get in the mobile market with relevance, I think the worse thing to do would be constraining stuff like this. :doh: Are they trying to sell Windows 7? I would like to beleive they are not. The fact is that MS just lost a contributor.
Fabio Franco wrote:
Yeah, I received a code project offer today about WP7 development
From your current employer ? if yes, then you should ask them for an upgrade to Win7. If not, then you should have read the fine prints.
Watched code never compiles.
-
Fabio Franco wrote:
And no, the whole company is Windows XP.
Interesting, so you write in-house software I guess.
Regards, Nish
My technology blog: voidnish.wordpress.com
What do you mean? It's a consulting company, that develop solution to banks. Yes, we do it all from the company, we're not a resourcing company.
-
harold aptroot wrote:
In what way would XP be unsuitable as a text editor for source code, even though that code is targeted at WP7?
It's the emulator that won't run on XP. Theoretically you can copy the compiler and assemblies over and edit and compile the code. You just won't be able to run/debug it since the emulator is officially supported only on Vista and later OSes.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Fabio Franco wrote:
Yeah, I received a code project offer today about WP7 development
From your current employer ? if yes, then you should ask them for an upgrade to Win7. If not, then you should have read the fine prints.
Watched code never compiles.
Maximilien wrote:
From your current employer ?
No, unless I worked for microsoft
Maximilien wrote:
If not, then you should have read the fine prints.
What's that supposed to mean? All I'm questioning is the decision to support Vista/7 only.
-
Nishant Sivakumar wrote:
Well it costs them time and resources to get the emulator to work on XP
I agree with that, but how that will pay off to them? I wonder if the investiment to support XP (or build it to XP and that most stuff is likely to work in W7) wouldn't pay off by having a much wider developer base. I have no idea about the cost impact, I just wonder how much to build an emulator for W7, I mean, every other mobile company (except Apple) did just that. The fact is, that many will not contribute to their market store, I can't say in numbers (humm good poll idea) but I do beleive that there is a reasonable bunch.
I reckon they did a market analysis and decided that they won't lose out on too many devs if they excluded XP.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
What do you mean? It's a consulting company, that develop solution to banks. Yes, we do it all from the company, we're not a resourcing company.
Interesting that you only test and develop on XP then, because it's possible that your end users may be on Vista or Windows 7. Even with .NET you still run into OS compatibility issues sometimes.
Regards, Nish
My technology blog: voidnish.wordpress.com