input keys were not captured in Debug mode

Previous topic - Next topic

kaotiklabs


While debugging a program that uses the arrow keys for the menus, the keys were not captured.
I tried to debug the problem using inkey but was not capture either.
Strange of all, the range of keys from A to Z were captured but numbers and other especial keys like arrows weren´t.

In a normal compilation (without debug) all work as expected.

Vote Cthulhu! Because the stars are right!!!!
Ia Ia Cthulhu F' tang!

MrTAToad

Dont think I've seen that before - got any example code ?

Kitty Hello

Ouch! What operating system? What SYSTEMPOINTER state, are you using Mouse input, too?
Can you post a sample program?

kaotiklabs


I´m on Windows XP SP3.
SystemPointer is TRUE and I´m using also the mouse for the input.

About the code. I have some difficulties because mine is too large but I will try to reproduce it on a sample code.
Vote Cthulhu! Because the stars are right!!!!
Ia Ia Cthulhu F' tang!