XBTC, I'm using MS VC++ Introductory Edition.
This really isn't a problem since you can use character constants instead (or farmersckn's solution), but I really want to know why they list VK_A to VK_Z in MSDN when you can't use them...
- Muzzafarath
Mad House Software
The Field Marshals
Edited by - Muzzafarath on July 3, 2000 9:51:22 AM
Why won't VK_R work?
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
I asked only,´cause I hoped you use MSVC6++ ´cause I still use ver 5.0 and I was curious if they changed this bug.
I also had that same problem some time ago... Looked thru the appropriate header file, and saw that they define them all the way up to the letters and numbers, and then just put a comment there stating that the codes for them are the ASCII values... I think it would have been almost as easy to just write them out, like they did in the MSDN, but oh well.
(in VC 6)
Mihkael
(in VC 6)
Mihkael
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement