VOGONS


First post, by kekko

User metadata
Rank Oldbie
Rank
Oldbie

I compiled the latest CVS and it builds perfectly. but when I try to run dosbox locks up and the console shows:
Can't find matching event for key_f1 "key 282"
Can't find matching event for key_f2 "key 283"
Can't find matching event for key_f3 "key 284"
Can't find matching event for key_f4 "key 285"
...and so on. anyone knows why?
I use msvc6. I know it's not supported but it always worked perfectly with dosbox in the past

Reply 1 of 3, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

hmm what is your keyboard layout and did you try the cvs that somebody else compiled (using mingw for example) ?

The keymapping stuff contains lot's of STL stuff

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 3, by kekko

User metadata
Rank Oldbie
Rank
Oldbie

I use IT keyb. I noticed that it can't map any key!!
The mingw one seems to work well. only msvc gives that buggy build, since the introduction of that mapper...

Reply 3 of 3, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

msvc6's handling of the standard template library is pretty unstable and since the mapper uses them your out of luck there 😀