Silverfrost Forums

Welcome to our forums

accelerator key %ac crashing in debug mode

24 Sep 2008 5:16 #3845

Hi,

The accelerator key %ac, e.g. i=winio@('%ac[DEL]&',cb_func) does not working in debug mode (compiled with /full_check and /undef). The debugger sdbg is crashing with an Exception 0x000006BA in kernel32.dll when pressing the key. I tested this effect with several other keys (UP, DOWN, HOME, END, ....) and none of the accelerator keys is working.

If the program is not compiled with debug mode the program is working as expected without showing up this error.

Has anybody an idea what goes wrong? Do you know a workaround?

Regards Wosl

24 Sep 2008 5:56 #3846

It is not recommended that you interact with ClearWin+ statements using SDBG. The simplest approach is to use extra PRINT statements in the code to feedback debugging information.

Please login to reply.