Results 10 comments of Javier

I took a look at what the "4D mouse" driver mentioned in the dosemu thread is doing. Apparently they have a hook .DLL , so the mouse driver itself is...

> I actually have the wheel logic implemented in vmwmouse, but it just blithely fires WM_VSCROLL events You can reveal some pretty amusing bugs. Yeah I did try it and...

> I wouldn't think changing the extended registers from 16-bit code would hurt things either, but things surprise me when you drop to this level, unfortunately.... I am also clobbering...

I also have some code to list events (inc. recurring) from the Sailfish calendar for my Toq manager: https://git.javispedro.com/cgit/saltoq.git/tree/saltoqd/agendamanager.cpp I was planning to put that on the smartwatch shared library...

Thanks! I believe you are completely right.

Is there any (freeware) program that actually understands the MSWHEEL_ROLLMSG message, for testing? A quick grep for MSWHEEL reveals nothing in my library.

As far as I can see, this was for Windows 95 exclusively. The first MS wheel mouse listed 95 as the minimum required OS, and starting from 98 there was...

I have reproduced this without LUKS; if at any point you boot the system with the swap device missing, AND run dracut (i.e. after a kernel update), then dracut will...

It's a general problem to all DosBoxes . You can reproduce this with or without any special windows driver. Just install Windows 3.1x, no network, use any MS PS/2 or...

Note that there will be still be quite some problems with using DOS windows since the DosBox "DOS kernel" is not really designed for concurrent DOSes (for the same reason...