Link to home
Start Free TrialLog in
Avatar of Troudeloup
Troudeloup

asked on

generic c++ +< windows.h>

http://www.codeproject.com/system/keyboard.asp

is it possible to make this function available to generic c++ without having to use visual studio?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Troudeloup
Troudeloup

ASKER

method wise - the sample code cannot be used directly. right?

can you venture on a guess on how he accomplish this?

send ("hellow world!")


in a string and then automatically looked up codes for each symbol -


no wait, he could do string1[n]  and then replace each with codes he looks up!


" " = vk_space, or something


right?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oh i should empasize that I want to use  kbevent  on windows with windows sdk!


i want to avoid visual studio for now.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
actually i have menu, children window, windows help, and terminology phobia and it's really bad.

i find dealing with only c++ code in text compiler with color coding a little less steep on the curve.

:D
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial