Windows 8 to arrive by late October, Microsoft says |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#76 | |
|
Forum Member
Join Date: Dec 2007
Location: Herefordshire
Services: All Pay broadband. Netfliks and lovefilm, no TV
Posts: 13,411
|
Quote:
It is a shame that the Mac Os is not available on a normal PC. |
|
|
|
|
|
Please sign in or register to remove this advertisement.
|
|
|
#77 |
|
Forum Member
Join Date: Jun 2012
Location: Glasgow
Services: Freeview and Plusnet broadband and phone
Posts: 383
|
If 8's available in October, then how long will the Preview and RTM versions last?
|
|
|
|
|
#78 |
|
Forum Member
Join Date: Aug 2004
Location: moon
Posts: 11,744
|
|
|
|
|
|
|
#79 |
|
Forum Member
Join Date: Jun 2012
Location: Glasgow
Services: Freeview and Plusnet broadband and phone
Posts: 383
|
|
|
|
|
|
#80 |
|
Forum Member
Join Date: Sep 2008
Location: In my IT Law lecturer's office
Services: TV, MacBook Pro, MacBook Air, iPod Touch 4G, Samsung Galaxy Ace 2
Posts: 39,206
|
|
|
|
|
|
|
#81 |
|
Forum Member
Join Date: Aug 2004
Location: moon
Posts: 11,744
|
|
|
|
|
|
|
#82 |
|
Forum Member
Join Date: Mar 2006
Services: A hoover or some other generic vacuum cleaning machine.
Posts: 27,594
|
|
|
|
|
|
|
#83 |
|
Forum Member
Join Date: Jun 2012
Location: Glasgow
Services: Freeview and Plusnet broadband and phone
Posts: 383
|
|
|
|
|
|
#84 |
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Perhaps you can explain something for me then...
Through having bought Visual Studio 2010, I have a free MSDN Essentials subscription. According to the MSDN web site, I can download a Windows 8 x64 Pro ISO and get a product key for it. Is there a catch? Is it really a freebie for me? Also, is there any advantage in doing so? I am currently running Windows 7 x64 Home Premiun SP1 with which I am perfectly happy. I don't want to upgrade to something 'inferior'. |
|
|
|
|
|
#85 | |
|
Forum Member
Join Date: Sep 2003
Location: Sandy Heath, Beds, UK
Posts: 5,009
|
Quote:
If you are using Visual Studio 2010, then you can test applications you write! I'll confess to using stuff from my TechNet subscription for personal use. I'm certainly not selling keys on eBay like some jokers. |
|
|
|
|
|
|
#86 |
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Ah right, thanks. I'll not bother then. If I had a bank of PCs to install random operating systems on, then maybe
![]() Surely software (Visual C++ with MFC) that runs perfectly well on Windows 7, V*sta and Windows XP isn't suddenly going to be broken by Windows 8? (Presumably x86 builds are still going to work? I built a 64-bit version just because I could - after upgrading from VC++ V6 - but there is no discernible benefit.) |
|
|
|
|
|
#87 |
|
Forum Member
Join Date: Sep 2003
Location: Sandy Heath, Beds, UK
Posts: 5,009
|
That's a very dangerous assumption to make! That's why you need to test applications on the final RTM code and make sure.
|
|
|
|
|
|
#88 | |
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Quote:
|
|
|
|
|
|
|
#89 |
|
Forum Member
Join Date: May 2006
Posts: 18,875
|
You could easily test it in a virtual machine. Oracle Virtualbox is for free. Get Windows 8 release preview and install it in VM. The problem I can see is that W8 won't have your version of MFC installed. But if you redistribute that, you'll most likely be fine. BTW the internal version of W8 is 6.2, so I am waiting for somebody to say it's just Vista with a facelift
|
|
|
|
|
|
#90 |
|
Forum Member
Join Date: Sep 2003
Location: Sandy Heath, Beds, UK
Posts: 5,009
|
|
|
|
|
|
|
#91 | |
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Hmm. This article is interesting.
Quote:
|
|
|
|
|
|
|
#92 | |
|
Forum Member
Join Date: Sep 2003
Location: Sandy Heath, Beds, UK
Posts: 5,009
|
Quote:
Traditional (desktop) applications are still there and will continue to be there. The HTML5 (Metro) apps are an alternative, designed for touch interfaces. It's like saying that a calendar desktop gadget replaces a full blown calendar application. No, it just compliments it. |
|
|
|
|
|
|
#93 | |
|
Forum Member
Join Date: Aug 2004
Location: moon
Posts: 11,744
|
Quote:
Since then, we have had three public previews, the gold code, multiple developer conferences including the comprehensive BUILD in September 2011. I'm not sure why you would pluck out an old article like that. At the time of writing, people feared the phrase meant using HTML and Javascript to make basically web apps that are then packaged into local apps. This was not at all the case. The new WinRT platform has three distinct language styles to use including C++ and .Net technologies as well as the HTML/JS combo and so all such worries were dispelled at BUILD. |
|
|
|
|
|
|
#94 | |
|
Forum Member
Join Date: Nov 2005
Posts: 8,872
|
Quote:
http://en.wikipedia.org/wiki/Windows_Runtime |
|
|
|
|
|
|
#95 |
|
Forum Member
Join Date: May 2006
Posts: 18,875
|
I was working with Visual Studio 2012 today and it is all still there, both C++ and C#. They just add new choices. As for MFC, there will be new version with VS2012 and W8, so you will have to make sure your version is installed.
|
|
|
|
|
|
#96 | ||
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Quote:
Quote:
I have never included the mfc runtime in my install package up till now - maybe it's time to start
|
||
|
|
|
|
|
#97 |
|
Forum Member
Join Date: May 2006
Posts: 18,875
|
You will very likely need the vcredist_x86.exe with mfc100.dll for W8. Having a download link is enough I'd say, but you could include it in some redist directory for convenience. If you are not doing anything wild in your programme that should do. I'd scan the code for any incorrect OS version checks (W8 is 6.2) if you have OS dependent code, but if it works already with XP to W7, it should be OK, too.
|
|
|
|
|
|
#98 |
|
Forum Member
Join Date: Jan 2005
Location: Newbury
Posts: 3,819
|
Thanks. I did have some special code to support Windows 98, but I removed that in the update (together with any version checks), and no-one has complained.
Just because I could (with VS2010), I built a 64-bit version, which was quite an eye-opener. There were quite a few warnings to fix (mainly INT_PTR versus int) and one error to do with WM_TIMER. Still, there is no real advantage in 64-bit software unless you are dealing with humungous amounts of data (or writing drivers!). |
|
|
|
|
|
#99 |
|
Forum Member
Join Date: May 2008
Posts: 1,531
|
Like the vast majority of users, I will never upgrade the os of my PC. I will use xp until the day the PC dies.
The big market is getting Win 8 onto new PCs. They need to avoid repeating the Vista situation where people were buying new PCs but insisting the old 'XP' OS is installed (mainly business customers, but this is a huge market). Many big businesses will be very slow to upgrade. My employer has only just started to move from XP to 7. |
|
|
|
|
|
#100 | |
|
Forum Member
Join Date: Sep 2003
Location: Sandy Heath, Beds, UK
Posts: 5,009
|
Quote:
For consumers, the problem of a XP to Vista upgrade was the big jump in hardware requirements. Vista (or Windows 7) would not run as quickly on low spec hardware. That's why a lot of people wanted to go back. With Windows 8, the reasons are different. It will run faster on the same hardware as Windows 7, and the application compatability is almost identical. The biggest challenge will be people saying "It looks different; I don't like it!" |
|
|
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
|
All times are GMT +1. The time now is 08:21.





You might get a visit from the men in black turtlenecks. If you do that just be careful!
