tried to compile the flyhook.cpp using Dev-C++ 4.9.8.0
and got the following error:
make.exe -
f "C:\local\msys\home\tcai\flykeys\Makefile.win" all
g++.exe -c flyhook.cpp -o flyhook.o -I"C:/local/Dev-
Cpp/include/c++" -I"C:/local/Dev-
Cpp/include/c++/mingw32" -I"C:/local/Dev-
Cpp/include/c++/backward" -I"C:/local/Dev-
Cpp/include"
dllwrap.exe --output-def libflyhook.def --driver-name
c++ --implib libflyhook.a flyhook.o -L"C:/local/Dev-
Cpp/lib" -o flyhook.dll
dllwrap: no export definition file provided.
Creating one, but that may not be what you want
flyhook.o(.text+0x2b):flyhook.cpp: undefined reference
to `_itoa'
collect2: ld returned 1 exit status
dllwrap: c++ exited with status 1
make: *** [flyhook.dll] Error 1
Execution terminated