donniebreve / touchcursor-win

Port of the touchcursor-linux project to Windows.
GNU General Public License v2.0
7 stars 1 forks source link

Compile the executable in Release mode #3

Open donniebreve opened 2 years ago

donniebreve commented 2 years ago

The current executable is compiled in debug mode, and looks for vcruntime140d.dll and ucrtbased.dll which are not typically installed.

rpnfan commented 1 year ago

I downloaded the program and found indeed that the program needs to be recompiled in release mode. I can not run the program because of the two mentioned missing dll's. Do you have the chance to compile a new version? I would like to try the software very much.

It would be also great if you could add a tiny bit of explanation which key codes are valid for the config file. I guess the default mode now is to use Space as the modifier key. Could be useful to define another key like CapsLock as an option as well. :-)