Discussion on:

109
Comments

Join the conversation!

Follow via:
RSS
Email Alert
1 Vote
+ -
I appreciate hearing your opinion of what happened in early PC days, but I would also like to have some type of reference for the command set. I like to form my own opinion of these things from source material.

Many of the devices you referenced (hard drives) just work with any OS. I have not ever seen a hard drive, mouse or keyboard that said "requires Windows XX". Where I have seen this is with Modem's and some video capture cards. These devices rely on functionality that is provided by Windows and would have been more expensive for manufacturers to build into the device. Just to make it more obvious, 3rd party manufacturers chose a cheap route to make money which caused incompatibilities with other OS's.

You said "automatically recognize the basic level actions of standard components and peripherals". This is basic level functionality and, again, most people won't settle for basic level functionality. The ITU can not keep up with technology advancement so it is not possible to have a standard way of providing functionality of new capabilities (Draft N WAP's, etc.). These new technologies and functionality is that differentiates products so companies innovate, die or live on a very small margin copying other companies.

"it is this introduced changes from the standards that means software designed to work on Win XP does not just load and work on Win 7 or Win 8" I can give you lots of examples where this is not true. There are several listed in this comment area. There are also a number of examples where this is true, but the same can be said for Mac's and Linux distributions. Developers make improvements to the kernel or support libraries and that can cause problems for applications that rely on that functionality. Again, this is true for all OS's not just Windows.

"old software designed for use on Unix and Linux in the late 1990s runs perfectly well on the very latest versions of Unix and Linux because the command sets are to the industry standards" So you are telling me that every version of every application will run on the most current version of Linux? Many linux commands have not changed in the RESULT you get from them in 20 years, but have been continuously developed to provide increased functionality (VI, VIM - I loose track of all the different names and versions of this application because they usually put a VI alias that points to the current version). All you have to do is look at a change log to disprove this theory and this issue is the very bases of package managers such as aptitude. Aptitude helps you RESOLVE dependency issues, ie incompatibilities. If every Linux and Unix application just worked then you wouldn't need this. So, now I see you falling back to "core" functionality. You could argue the same for Windows. Starting in DOS 3 or 4 you could do a "dir /p" and it would show you a single page at a time of the file structure. You can issue this exact same command on windows 8 and get the exact same RESULT.

Every OS changes and evolves and this causes applications issues that companies have to modify their applications to fix. This is not unique to MS and stating they do it just to make money is just narrow sighted. To be honest MS has really gone too far at times to help make applications run properly. There are some examples where they have customized how the OS handles a particular application in a non-standard way just so that there won't be compatibility issues such as (if I remember correctly) Sim City. I also know that the SAMBA team complained about how Excel made some funny calls to network shares that were non-standard but Windows would handle them properly. MS isn't perfect and I complain regularly about .Net versions, but saying every incompatibility is just a money making scheme is narrow sighted and wrong. .Net explanation: When .Net came out I remember it being touted as a cross windows platform compatibility library, but soon became tied to OS versions which threw out the compatibility capability.

There are a lot of Linux applications that have been ported to Windows, but dont retain all the functionality of the Linux version. Nmap is one example. Windows limits the number of threads that an application can spawn so Nmap runs slower on Windows than on Linux. This example is just to illustrate that there are fundamental differences between OSs that are often times hard (ie expensive) to overcome. It does not always make business sense to port or build an application for another platform. I would like to see MS office on Linux, but I cant see MS making money off of porting it. It would lose functionality (vb scripting which is an integral part of its capability) and many Linux users would be unwilling to spend money on it when (insert favorite office suite here) works just fine.

Bill
Deadly Earnest, I just wanted to say that I have appreciated your insights and opinions on this matter. I don't think that we are going to come to an agreement on this topic, which is fine, but I wanted to say that I appreciated the manor you conducted yourself. Sometimes these types of discussions can degenerate into more base types of communication and that didn't happen here. I'll probably read your reply to my last post, but I don't plan to post again. This is taking up too much free time and while interesting and insightful it isn't a priority. Take care!

Bill
have released updated versions of their standards and I no longer work in an area where I get them free, haven't for over a decade. Thus I don't have the current standards to reference and I threw out all my old stuff years ago due to having to winnow papers and the like after a divorce and having to move house a few times in short time periods. However, wikipedia has some of the stuff that you can look at; here's some links about the ITU and some of the ISOs - over the years the number of bodies involved has grown and it's hard to keep up with them if you aren't actively involved any more.

http://en.wikipedia.org/wiki/International_Telecommunication_Union

http://en.wikipedia.org/wiki/List_of_International_Organization_for_Standardization_standards

One of the significant start points with the various IT standards is the Request for Comments - but there were many other sources, mostly committees of different sorts.

http://en.wikipedia.org/wiki/List_of_RFCs

Another wiki page that may help you is the one on the BIOS

http://en.wikipedia.org/wiki/BIOS

..............

In the days of the 286 / 386 / and 486 chips we used system with the ISA design, which is still the basis for most modern PCs.

http://en.wikipedia.org/wiki/Industry_Standard_Architecture

The standards for the ISA motherboards in the late 1980s included in the BIOS the commands to handle the basic graphics and keyboard signals, they did have some basic commands for the hard drives as well but nothing to run a mouse or a printer or a modem etc. When you built a system you noted on the information on the hard drive about the number of sectors and platters and the size and this data was entered into the BIOS, along with a lot of other parameters on the system and its hardware - - this was the days of MB sized HDDs, seriel keyboard and mouse. Once the system was built you installed MS-DOS or a similar OS. After DOS you loaded a program called Amouse so the mouse would work, you also loaded software to allow the sound card, the cd-rom, and the more advanced actions of the graphics card to work. Then you went in and made required adjustments to files like config.sys and autoexec.bat to get the best out of the system in the way the OS and the hardware interfaced.

As the years passed the standards were improved and extended and so were the items included in the BIOS - commands for the mouse and cd-roms added, and the changes to EIDE allowed the inclusion of a single set of commands for running the hard drives.

A lot has changed since then, but the basic stuff is still there and used. Classic examples are TCP, IP, FTP, Telnet, SMTP, ASCII, POP, Ethernet, ICMP, NTP, IMAP, IRC, DHCP and are still heavily used today. All of these,and many others, have command sets of the signals on how they're to work. Many have been extended over the years, but the initial baseline stuff is still there as they were originally created. An example of the types of commands in the signals is in the list in the wiki page on ASCII:

http://en.wikipedia.org/wiki/Ascii

The section on ASCII Control Characters has a list of the commands and their binary code to do things like carriage feed, start transmission, end transmission, etc. Similar sets of commands exist for each type of peripheral, the International Industry Standard set them out so that everyone would be working off the same page and use the exact same signals for relevant commands - some examples would be for a printer to start printing, feed a line, feed a page, stop printing, eject a page, etc. The idea behind the concept was to reduce the amount of work the IS had to do in translating commands between the programs and the hardware, as well as making it possible to have all the programs and hardware using the same commands and thus totally interchangeable.

As hardware improves new commands etc are added to the standards and new versions issued, and new standards are also issued as they need to be. That's why we have standards for PCI, PCI-E, SATA, USB 1.0 and USB 2. etc, and HTML 1 through to HTML 5 as a few examples.

.....................

Any software and hardware that's made to use the standards will work perfectly with any other software or hardware made to the standards without the need for drivers as they all speak the same command instructions.

The incompatibilities I mention that Microsoft created are those that relate to certain instruction commands within Windows. They have changed those commands at different times and thus made hardware and software designed to work with one version not work with the other versions. That's why you have different hardware drivers for Win 9x to Win 2000/XP to Win Vista / 7 / 8.

Now about using old software made to the Industry Standards on a modern OS made to the Industry Standards. Although I frequently dump old books and papers, I rarely toss out old software. Back in 1996 when I was doing a college course about Unix and Linux I was given a game that ran on Red Hat at that time. The last time I played it was back in 2008 when I moved house and found it during the move. I loaded it onto Ubuntu 8.04 and it worked perfectly well. I have a Minolta colour laser printer I bought back in 1995/6; over the years I've plugged it into an old Pentium 1 running Win 3.11 on DOS 6.2 and it just worked, no driver needed. I've plugged it into systems using Red Hat, Debian, SuSe, Ubuntu, SimplyMEPIS Linux, Free BSD, Zorin Linux and it just worked without any extra software needed. However it will NOT work on Win 2000 / XP or Win Vista as there are no drivers for it, and I have drivers to make it Work on Win 9x.

Also Apple do a little of this sort of things with regards to some of their hardware too.

..............

I've been working with various types of computers in various guises since I bought a Commodore 64 back in the 1970s - some as a hobby and some as paid employment - they've included mainframes, minicomputers, microcomputer which later became known as PCs. In some jobs I worked with the International Standards Organisations, and others I just got their paperwork as part of the job. Much of the information I've learned over the years has changed, and much is still the same. I've also done a lot of work outside the IT industry too. I've seen a lot of developments over the years and I shudder at the amount of the history of computing that's under attack for various political reasons and how much has not been fully documented. A lot of the situation today arises out of decisions made back in the mid 1990s and few know about the history behind them due to those involved retiring or dying.

It's this longevity perspective that lets me see and comment on a lot of things that people are not aware of. Things like Microsoft saying that Windows 8 has greatly improved security and has many major improvements over everyone else, something they said about Win 7, Vista, Win XP SP3, Win XP, Win 2000, Win 98SE and Win 98. I see there are only few choices that can be made from that, either:

1. Microsoft Windows is now the most secure OS in the world - that's been proven wrong; or

2. Windows 95 was so unsecure it's not funny and all the versions since then have worked to fix all those issues; evidence is they have improved but are still well behind everyone else; or

3. Microsoft regular lie about security and improvements as they don't really care about anything beyond selling more copies of their software, both Windows and their applications.

The evidence to date is the third choice. Microsoft has been improving security since 1998 they claim. Yet their security system are not yet up to the standards that Unix, Linux, and Mac have had since 1994 or before. One has to wonder why they can't do what everyone else can do. Arrgh, I best leave it there before this becomes a thesis.


1. Win
0 Votes
+ -
You said, "loaded software to allow the sound card, the cd-rom, and the more advanced actions of the graphics card to work."

So by your own admission, in the early days you did load "drivers" or "software" to enable advanced functionality.

Basic functionality is insufficient. Drivers are necessary and have been necessary even from the early days.

Bill
0 Votes
+ -
2nd note
wdewey@... 11th Jan
I have an old dos based game called betrayal at krondor. With a couple compatibility settings my nephew was able to easily get it running on Window 7. Sound and everything worked just like it did when I ran it in Win 95.

Bill

Bill
0 Votes
+ -
Errr....
Gisabun 7th Jan
I see you are definitely anti-Microsoft. Not a Linux zealot by chance?
You don't have to use Windows if you are.
them, while I also make money fixing the screw ups they create.
I'm not sure why 13 years = making me buy all new software. I want a new box with more power to run the tools I use, not a new "digital experience"
It took until SP2 until they got it working correctly. SP3 added some more security fixes. It is the most finished version of Windows ever! M$ typically releases an OS, has one team write a service pack, and the rest of the team is working on the next version. By the time the first service pack is published, the OS is already considered (by M$) old and disposable. If Longhorn hadn't been delayed, XP would not have been patched, updated, and FINISHED! The only reason M$ has supported XP for this long is because the public screamed bloody murder!

I don't particularly want to beta test their next OS, or the one after that. I like software that has the bugs worked out. XP will continue being used long after the 2014 deadline because it still works, and works as well or better than other versions before or after. We shouldn't be on this upgrade treadmill.

Add to the OS situation the fact that purchased versions of software sometimes break when the new OS is pre-installed on your new computer, and you find yourself on not one, but many upgrade treadmills at the same time. It is a racket.
0 Votes
+ -
Errr....
Gisabun 7th Jan
"Why should the supplier of the operating system...." Because they don't want to support it for 25 years and no one will buy future versions. Apple supports their OS for a grand total of 4 years [and not the greatest support]. Linux supports for maybe 2 years unless you have a TLS version. Microsoft's policy has been for over a decade of 5 years full support and 5 years extended support [with XP extended support an exception at 9 years].
You don't have to buy a new copy every few years. I know people still using XP for 10+ years.
HAVE to provide support for 25 years - mind you some big organisations are still using well written software from the the 1970s and 1980s because it wasn't made with deliberate faults.

I've no trouble with a company putting a support lifespan limit on what they make, heck, they all do it. But there is a difference between making them all good and making them designed to be useless after a few years.

The people using XP after 10 years are doing so despite all MS can do to get them to change to the other versions of Windows in between.

BTW In case you don't know, Microsoft talked a lot of companies into using MS DOS as the OS for the embedded OS in a lot of computer controlled manufacturing and milling equipment - that gear had a designed lifespan of 50 to 75 years; it's one reason why MS still has copies of MS-DOS available from their major HQs today as replacement copies for that gear.
1 Vote
+ -
An that attitude is what makes security so difficult. I work with a couple security researchers who have just started looking at Industrial Control systems in the last couple of years. These systems are designed to just work. The problem is that when you find a vulnerability in the system it will probably be there for another 5 to 10 years. How do you secure these systems then? Do you completely isolate them from the internet? Do you have people manually update stats and aggregate data? Just because a system is designed and will work for decades instead of years doesn't mean that it is an exemplary piece of software.

The real issue with these systems is to reduce costs and improve visibility they are being hooked up to corporate networks. This makes them accessible to malicious people that may find some gain from manipulating them. Just ask Iran about their nuclear program.

Bill
he maintains the computer systems on a whole bunch of computer controlled manufacturing equipment, stuff made to last 50 to 75 years and they hang off the network as well.

In short, in a situation like that you do what the banks have done since they started using computerised banking systems back in the 1960s, you hire people with the skills to look after them and fix them in-house or go with an independent support service. If the system doesn't warrant that sort of expense, then maybe you don't need to worry about it. It all comes down to risk assessment and management.
1 Vote
+ -
I understand how to secure these systems, but a lot of people don't. There is also a "stick my head in the sand" type of attitude because of the cost and risk of fixing the issue. If you apply a patch to your system and lose two days of production because something broke then that can be a huge cost. Manufacturing tends to be a low margin field so building a lab environment that is close enough to the real production environment is expensive and may still not guarantee that no issues will happen.

Security becomes very difficult on these types of devices and, to my point, just because a device is designed to run for decades at a time doesn't mean that is the an example other industries should follow.

Bill
0 Votes
+ -
Moderator
It's like how many years after DOS Died?

But today Microsoft tried to sell a DOS License for the same cost as Vista Professional when the day previously they where selling the same license for $60.00. So for the license that you buy you get No Support, No Possible help at all and you are still expected to pay but now instead of a Token Payment which is what they charged when DOS was new they want you to pay the same as a Windows Professional License.

DOS Sales didn't stop but they certainly dropped a lot till M$ came back to selling them for what they are worth instead of trying to charge what they though they could get away with. After all in any Computer Aided Manufacturing Equipment a Upgrade is Upgrading the actual machine not the computer controlling it as honestly that computer is really cheap compared to the 80K + bit of hardware that it's driving. I can fit a new M'Board, with CPU and RAM for a few hundred $ and adding $60.00 for a MS DOS License just isn't an issue but adding another $190.00 is a different story which the clients are simply not going to pay and they can quite rightly claim that I'm not upgrading their bit of Hardware by fitting a early P4 CPU and so on I'm actually repairing that CNC Lathe so it can continue working. After all none of the external things are different and the Original Hardware is still Intact. A Circuit Board and maybe a HDD have been changed but over all it makes absolutely no difference to the way that the Lathe works.

Currently DOS Licenses are Easy Money for Microsoft but when they started trying to Gouge the Market they got a lot of resistance and companies offering to address these issues in Court as they believed that Microsoft had it wrong. There where even a couple of very highly powered SC's who where offering their services for Free because they wanted to set a Precedent which would have increased their earning power substantially.

As I didn't want to be involved in a Protracted Legal Battle I just added in the License Fee without much though as it was nothing and the down time was substantial. Increasing that License Fee by over 300% though made many sit back and take notice not to mention Complain Bitterly.

If Microsoft was actually offering anything for that Fee Increase maybe just maybe it may have been worth it but they offered nothing at all other than a Income Stream for Microsoft and an Expense for those companies using these products.

As DE says they are going to be there for a very long time to come and while not a big market they are still substantial and a Guaranteed Income Stream for Microsoft.

So the question becomes am I upgrading a Computer that drives a Lathe or am I repairing a Lathe Driven by that computer. One requires a New License while the other as a Repair requires nothing. wink

Col
but are putting DOS on it, why can't you use the license you already own? Is it tied to the hardware? (If you are paying a retail price, it shouldn't be.)
0 Votes
+ -
Moderator
Though M$ says that you have Upgraded the unit by fitting a New M'Board and so on. @ $60.00 it's easy to eat the cost and just comply with the M$ Ruling as I personally don't want the Hassles of being involved in a Protracted Legal Battle over what is effectively rubbish to begin with.

However @ $180.00 which is about an hours work it's a different matter to eat the cost of a License and as you say repairing a CNC Lathe or whatever so it works again is a Repair which doesn't need a New License.

This is great stuff to work with well at least the stuff that I do it's all involved in the Power Generation Industry and they make Mega Watt Generators used in Coal/Gas Fired Power Stations, Wind Turbines, Hydro and so on.

Lots of fancy machines on the floor and no people unless Service Work is being performed or Raw Materials are being poured in one end and the finished product is being removed at the other.

About 5 years ago they refitted this place which means pulling everything out and throwing it away then getting the new equipment in setting up the production floor and then leaving things in place for the next few years. About the only thing reused where the grates on the floors over the Cable Trenches and while they still use Coax as a Network Cable everything was re-pulled when they did the update. Things like Metal Shards and Cutting Oil have a nasty effect on the contents of those cable tench's.

But here with the plant running it's all in how things are defined. The Company sees it as a Repair of a CNC Lathe where as Microsoft sees it as a Upgrade to a computer which effectively runs a CNC Lathe.

Legal Definitions are a B1tch. laugh

Col
I would just install the copy of Dos I have. It doesn't activate over the internet, does it? It isn't an OEM License adhered to the case, is it? I would just reuse my current license and M$ can KMA. Of course, that is me. I expect the world to make sense. (I am almost always disappointed!)
long in the manufacturing environment. The heat and other stuff floating around won't do them good. Add in the copies have to be kept or stored fairly close so they can be shown when an audit is held - well, I don't hold much mope the discs would be of much use after a month or two, let alone the many months or few years between working on them.
-4 Votes
+ -
0th option
Krotow 7th Jan
Avoid W8 at all. Use Linux or Mac. It's simple.
-1 Votes
+ -
And....
Gisabun 7th Jan
We'll avoid your useless comments as well.
it can only be installed if the processor supports SLAT (called EPT by Intel and NPT by AMD) - you can use CoreInfo from sysinternals to determine if a processor supports these.

As best I can tell, all i7 processors support this, only one or two i5s do and the Xeons do. AMD have a list of what does and doesn't support it, but I have one that is listed and it must be an old stepping as in practice it did not support it.

So unless I have missed something along the way, Hyper-V on Windows 8 isn't a cert and depends on whether your processor has the right hardware features. Based on my limited digging around, most laptops probably won't support it.

If anyone knows otherwise, please post and correct me, as I would like to be wrong so that I can run Windows 8 with Hyper-V on a couple of older machines for testing.
The Home Premium and lower than Professional do not support Hyper V or Vitalization.

Col
I was purchasing a system that supported virtual environments. You post is totally valid!
2 Votes
+ -
Too Soon
rick@... 7th Jan
I love Microsoft and all things redmond, and so I gave Win8 about a month. I loved the cool new features, and yes, even the Metro interface.
What I couldn't do is put up with program after program refusing to work, and the final nail in the coffin for me was that I could not run Virtual PC, even though it worked great with my processor on Win 7.
Sorry Microsoft, it's just not ready yet - so I formatted my PC and went back to Win 7.

- Maybe next year.
2 Votes
+ -
i know mileage varies but everything i ever had on my windows 7 PC works fine on windows 8!
3 Votes
+ -
windows 8
m@... 7th Jan
I use it at home now and accept for the updates which aren't working that great I didn't encounter any problems which I couldn't handle myself.
It seems to be faster than win7, programs run smoother. Glad I went for the offer to upgrade.
-5 Votes
+ -
#11
attila2 7th Jan
or get another operating system

Mac
Linux
Android
0 Votes
+ -
Zzzzzz
Gisabun 7th Jan
Andoid isn't a desktop/laptop OS. Shows howe much you know.
1 Vote
+ -
Moderator
That is exactly what a lot of people rightly or wrongly are saying about 8 as well.

It's more like Droid than Windows. wink

Col
0 Votes
+ -
Seems to me that #10 should be the #1 item on the list. If they already have information at Microsoft about known issues or compatibility problems, then more than likely they will have information how to fix it.
the majority of the compatibility issues arise from Microsoft management's deliberate decision to cause incompatibilities to sell more software and gear.
Go back to Win 7 which gives the user much better control
Apart from the user interface (get classic shell from Sourceforge - this makes it look like Windows 7) and things like Hyper-V, it really isn't that much different from Windows 7.

Any incopmatibility problems (unless you are running Windows RT which is completely different) are most likely to be down to an old program doing something insecurely. Unfortunately, that is the price of progress - at times developers have to draw a line and say that doing things in the same way hampers progress too much.
That most of the problems I have had are due to missing dependancies or missing legacy functions. And a few times installs have been blocked by the OS for compatibility problems. Such as SQL server 2000. When you actually convince it to install. It runs perfectly fine.

According to dependency viewer. and a fairly quick glance, kernel32 seems to have all the same public functions that windows 7 had.
There is probably an MSDN page somewhere that details the OS API changes.
1 Vote
+ -
I often hear people suggest disabling UAC as a solution to problems and I cringe. UAC is one of the the most significant security feature that MS has ever introduced. This is the only feature that helps reduce the impact of zero day vulnerabilities in browsers that can cause the machine to become a zombie. I understand that people want there applications to work, but they also need to understand what exactly they are doing when they disable security features to get something to work. In my personal opinion this should be the last step after all other options have been exhausted.

Bill
Following a crash I had to buy a new Windows 8 computer. So far all the soflware I had where successfully installed: Bitdefender, Ultra-Edit 16, Office 2010, Visual Studio 2010. The OS and the new 64 bit computer are so fast I just cant beleive it. The more I work with Win 8 the more I like it. It really does a great job as far I my developper's needs are concerned. I really like it. By the way, thanks for the virtual machine option.
1 Vote
+ -
Thoughts
Gisabun 7th Jan
I'm sure a few of my comments below are repeated but here goes:
1: Create a virtual machine: Yup and pay for the licensing cost for the old version of Windows [reminder that an OEM license stays with the computer it was bought with - can't go in a VM]. Don't forget maintenance [i.e. AV, security updates].
2: Turn off User Account Control: I think I read someone that turning off UAC also disables something in IE [not critical if not using] but also reduces security in general. Fine for a techie but not a typical user.
3: Install .NET Framework 3.5: A proper installer would check if it's installed.
8: Trick the application....: Or right click on the application, go to Properties and then Compatability tab. Choose the OS it works fine with. In some cases, you may get the UAC window when opening. In some cases, the video resolution or bit level may have to be dropped.
Obviously some options are useful in a mass deployment. Then try the Microsoft Application Compatability Tool Kit.
You can also try application virtualization from Microsoft, VMware or others.
I used Adobe's PageMaker up until last year in Windows 7 64-bit. this was an applications last updated in 2001 - before Windows XP came out and yet it worked fine in every OS that I used it in [except one minor glitch] and obviously not a 64-bit app.
We had a problem installing the *.msi file (Microsoft Installer) for one of our applications. We kept hitting a UAC issue that said we didn't have the proper permissions. However instead of allowing us to log in as an administrator like it has in previous versions, it just killed it. There was no way to install it as an administrator either (right click and 'run as administrator'). Our work around came up to run the command prompt as an administrator (type 'cmd' in the search and use ctrl-shift-enter to run as administrator). By navigating to the files location and running it from the command line worked great!
1. Back step to Win 7 or dig out an old copy of XP and junk windows 8
2. Get a new Mac with the BSD underpinnings and run boot camp etc.
3. Install Linux with the Wine application to run Win X apps.
0 Votes
+ -
before #2 myself. I don't like limiting the UAC; it has saved my bacon too many times! Great article though! Thanks Brian!
-1 Votes
+ -
Install Linux (Insert fav distro here) and move on with life!
I'm used to using a 2 screen system, with Big (or Bigger) screens. I like to put three windows up on one (email, chat and usually a remote desktop view) and then cycle between 5 or so on the other, usually with 2-3 showing at a time. This makes it easier to view multiple references when I'm coding, or multiple sources when I'm running data integrity checks or doing ETL work.

Am I missing an easy fix here? I can't get more than one 'metro' app on a screen at a time except for that ridiculous side view, and I can't seem to get two 'desktop' views at the same time on two screens ...

I feel like the OS is taking control of my screen real estate, and I thought that kind of thinking went away about the same time the Y2K panic did.
On all my windows 8 tests so far. mscomctl.ocx and mscomct2.ocx are missing. Killing old vb programs.
Copying them from an XP or win7 machine and registering them seems to fix the problem.
I had to disable UAC, run both the install program (and another that was spawned by it) and the program itself in admin mode and in XP compatibility mode and now even that runs like a charm Hitting breakpoints was the part that did not work. (Yes I know, as an uunhelpful MS engineer pointed out, the program has been out of date for a long time now). But still, it was a (personal) challenge to get it to work.
It installed normally with UAC on and without compatibility mode.
Only issue I have is some projects insist on running as admin so it can register DLL's. But even VS2010 does that.
I have had menu issues fixed simply by editing folder permissions. Giving one applications folder "Everyone" access is much less insecure then turning off UAC.
I experienced a problem with our main admin application which could not find drives not located locally.

Once I disabled UAC I was able to navigate to any drive in our network and everything works fine, except for the fact that disabling UAC means no Metro apps work anymore including the store.

Truth is I don't spend any time in Start Screen anyway.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.