Advertisement

Why won't VK_R work?

Started by July 02, 2000 02:22 PM
11 comments, last by Muzzafarath 24 years, 5 months ago
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
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.
Advertisement
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

This topic is closed to new replies.

Advertisement