Well, I tried creating a DLL project with Visual Studio 2019 Community edition,
using the manymouse Windows code at
https://github.com/NoobsArePeople2/manymousebut I can't get it to work.
I did some C at school many moons ago, and even then I was never any good at it.
The files that seem to apply are
- manymouse.c
- manymouse.h
- windows_wminput.c
and there is "Makefile" which I have no idea what to do with.
Visual Studio 2019 doesn't let you make C projects, just C++, so I tried that and renamed the files with a ".c" extension, but got a million errors.
I also tried using the ".cpp" extension, and got a bunch of different errors.
If anyone has any experience with this stuff, I would appreciate any help getting it working.
Also, assuming this gets made into a DLL, how do you call a DLL from QB64?
Or is a DLL the wrong way to go about it?