GiacomoLaw / Keylogger

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

Compiling Issue with Codeblocks #124

Closed Personary closed 11 months ago

Personary commented 2 years ago

I am compiling with codeblocks, and it runs into two errors.

|error: 'strcpy_s' was not declared in this scope|

and |error: 'localtime_s' was not declared in this scope|

How do I fix this?

GiacomoLaw commented 1 year ago

Does adding #include <cstring> help?