windows-98

How to send keyboard input to dos application running in window mode in Windows98

不羁岁月 提交于 2020-05-27 07:42:30
问题 My question is about very antique techologies. I have a task to automate old DOS software (spectrometric) that is running in Windows mode in Windows 98. I made two different solution hovewer both of them doesn't work with DOS application : First Solution Making DOS Application active Sending input via SendInput function, like this: void MossbauerLab::Sm2201::SaveManager::AutoSaveManager::sendKeysViaInput(const std::vector<DWORD>& keys, int keyPause) { std::vector<DWORD>::const_iterator it;

What Are The Implications of Dropping Windows 98 Support?

冷暖自知 提交于 2019-12-23 03:58:17
问题 Up to now in my application, I've been supporting all flavors of Windows from Windows 98 to Windows NT/2000 to XP to Vista. But because of adding Unicode in my next version, support of Windows 98 would still be possible, but very difficult. I know there are still some of my users running Windows 98. What are the pros and cons of me no longer supporting Windows 98? 回答1: Dropping support for Win98 opens up a whole host of new Win32 API's that you can use in your software. This will allow you to

Is the .NET Framework usable on Win98?

岁酱吖の 提交于 2019-12-21 12:11:02
问题 I need to write a little tool for a customer to be run on Windows 98. Since this is a very small project I'd hope that I could avoid having to go native C++ and use C#. The .net Framework 2.0 download claims to support Windows 98. Are there any caveats or hitches to be aware of when installing or coding? 回答1: There are a few features that Win98 won't support such as form opacity and balloon tooltips. If you use any P/Invoke, you'll have to make sure to support ANSI versions of functions (use

Does Visual Studio 2008 support windows 98?

天涯浪子 提交于 2019-11-30 08:54:21
问题 We're looking at upgrading from Visual Studio 2005 to Visual Studio 2008. I discovered the following disturbing comment: http://msdn.microsoft.com/en-us/library/6sehtctf.aspx "Beginning with Visual C++ 2008, Visual C++ does not support targeting Windows 95, Windows 98, Windows ME, or Windows NT." Does this mean that if we rebuild our products with visual C++ 2008, they will stop working on Windows 98 machines? It sounds like it, but I have trouble believing they'd make that big a change.

Does Visual Studio 2008 support windows 98?

风格不统一 提交于 2019-11-29 09:14:32
We're looking at upgrading from Visual Studio 2005 to Visual Studio 2008. I discovered the following disturbing comment: http://msdn.microsoft.com/en-us/library/6sehtctf.aspx "Beginning with Visual C++ 2008, Visual C++ does not support targeting Windows 95, Windows 98, Windows ME, or Windows NT." Does this mean that if we rebuild our products with visual C++ 2008, they will stop working on Windows 98 machines? It sounds like it, but I have trouble believing they'd make that big a change. Thanks for your help. It's not just about .NET 3.5. It's about the Windows SDK header file macros and