GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

MAPVK_VK_TO_CHAR was not declared in this scope #78

Closed mohandabc closed 5 years ago

mohandabc commented 5 years ago

Describe the bug I just copied and pasted the code.

Desktop (please complete the following information):

ghost commented 5 years ago

same issue :( and how resolve ??

GiacomoLaw commented 5 years ago

Seems to be an issue with windows.h header, can you verify that you have it installed?

Also please try using Visual Studio to compile and see if that helps. Thanks

GiacomoLaw commented 5 years ago

Closing this as no update, so I presume it is fixed.

ghost commented 5 years ago

image

GiacomoLaw commented 5 years ago

Try including #include "pch.h" in the header of the file.

Thanks