Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!ll-xn!adelie!mirror!datacube!authorplaceholder From: berger@datacube.UUCP Newsgroups: net.micro.pc Subject: Re: MS Windows Questions: Extra memory Message-ID: <44600002@datacube> Date: Fri, 18-Jul-86 09:04:00 EDT Article-I.D.: datacube.44600002 Posted: Fri Jul 18 09:04:00 1986 Date-Received: Mon, 21-Jul-86 04:33:33 EDT References: <7894@duke.duke.UUCP> Lines: 25 Nf-ID: #R:duke.duke.UUCP:-789400:datacube:44600002:000:1231 Nf-From: datacube.UUCP!berger Jul 18 09:04:00 1986 I worked on a project to develop an application based on MS Windows, I was greatly disapointed with MS Windows. When you first sit down and start going over the manuals, it looks great. It seems to have all the features and functions you need. Then when you start writing programs, you discover that MS Windows is more that a windowing package. It controls the horizontal, it controls the vertical, you are in the outer limits of frustration. You call functions that work in other normal programs and nothing happens, no error messages and no function execution! It took us 3 days to figure out how to get a menu button to control something. We never figured out how to get text into text windows and then into a function (THERE IS NO printf, scanf, or even a getchar!) Debuging was a nitemare and there was no guidance in the manuals. Now to be fair, the big problem is that MS Windows is trying to be a multi-tasking operating system on to of brain damaged MS-DOS running on a crippled computer based on an 80286 in "real" mode. This forces MS Windows to do software based memory management. MS Windows will probably become a standard, but it will need a lot of work in support tools, tutorials and documentation.