Search found 2 matches

by Jeff_T69
Tue Dec 16, 2014 5:58 am
Forum: Developer's Forum for Windows
Topic: Integrate Virtualkeys.hpp
Replies: 2
Views: 6915

Re: Integrate Virtualkeys.hpp

Thank You for the tip! I think this fixed the problem.
(Configuration Properties --> Character Set = Use Unicode Character Set).

And after this i have 5 new errors (but now, in my code) . I really love programming :D
by Jeff_T69
Sat Dec 13, 2014 10:05 am
Forum: Developer's Forum for Windows
Topic: Integrate Virtualkeys.hpp
Replies: 2
Views: 6915

Integrate Virtualkeys.hpp

Hello, I want to integrate the "virtualkeys.hpp" for my application. So I add "siapp.lib" in Linker -> Input and also in Linker- > General the path of the library. In C/C++ -> General I integrated the path for the Additional Include Directories. Then I included in my header file:...