Creating a Windows DLL - NoobsArePeople2/manymouse GitHub Wiki
This provides step-by-step instructions on building a Manymouse COM DLL in all the popular Windows IDEs, that can be used from your programs.
Visual Studio 2019 Community Edition
(How do you create a Windows COM DLL in Visual Studio 2019, that can be used in your own projects?)
Creating a new project in VS 2019
What kind of project do you create? VS 2019 only lets you create C++ projects. Does Manymouse need to be modified to work as C++?
What files to add to the project
Do the manymouse files need to be renamed from .c to .cpp?
What changes need to be made to the manymouse code
Will it work as C or C++?
Makefile
(Do we need the makefile? What would it look like?)