WOW Question

  • Thread starter Thread starter Yor Suiris
  • Start date Start date
Y

Yor Suiris

We recently upgraded a number of WSs from Win98 to Win2K. We have a 16 bit
DB program that we still need.
On the Win2K machines when a user asks the 16 Bit Program to do a large data
search the user can not multi task where as they could on the Win98.
i.e. While the 16 bit program does it's thing (hour glass spinning) and you
click on another open window the focus does not shift till the 16 bit
program is finished. Which can be minutes sometimes. On Win98 they could
work on something else while the search was being done.
Users do not see this as an improvement.
I tried run in seperate memory. No Dif.
Is there anywhere else that I can change the settings for WOW or otherwise
get this to work as the users are use to?
 
--------------------
From: "Yor Suiris" <[email protected]>
Subject: WOW Question
Date: Wed, 2 Jun 2004 11:47:36 -0400

We recently upgraded a number of WSs from Win98 to Win2K. We have a 16 bit
DB program that we still need.
On the Win2K machines when a user asks the 16 Bit Program to do a large data
search the user can not multi task where as they could on the Win98.
i.e. While the 16 bit program does it's thing (hour glass spinning) and you
click on another open window the focus does not shift till the 16 bit
program is finished. Which can be minutes sometimes. On Win98 they could
work on something else while the search was being done.
Users do not see this as an improvement.
I tried run in seperate memory. No Dif.
Is there anywhere else that I can change the settings for WOW or otherwise
get this to work as the users are use to?
-----------------------

Whenever a legacy application has problems running in Windows 2000 / 2003 /
XP, the first
troubleshooting step should be to run it in Compatibilty Mode:

On Windows 2000:
================
1. Ensure that you have Service Pack 4 installed
2. Start > Run > regsvr32 c:\WINNT\AppPatch\slayerui.dll
3. Right-click on the executable and click Properties
4. Click on the Compatibility tab, and choose to run the app in Windows 95
Compatibility Layer

On Windows XP:
================
1. Right-click on the executable and click Properties
2. Click on the Compatibility tab, and choose to run the app in Windows 95
Compatibility Mode

If you wish to roll-out the individual compatibility fix(es) necessary to
allow your application to
function normally, see the following link:
http://www.microsoft.com/windowsserver2003/compatible/appcompat.mspx



--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
I have never known the 16-bit emulation to work well in Windows 2000. The same thing will happen when we go to 64-bit. We will need a 32-bit emulator and expect that to perform similarly as the 16-bit emulator in Windows 2000. Note Windows 98 does not use an emulator.
 
Back
Top