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.
Dont think I've seen that before - got any example code ?
Ouch! What operating system? What SYSTEMPOINTER state, are you using Mouse input, too?
Can you post a sample program?
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.