Post Reply
GenFx 2006-02-24 19:07
With RealBASIC 2005 or 2006 I get an Unhandled exception Error When when Ultramon is running. (RealBASIC will open, but as soon as you start to use it, such as open a MDI Window, the error occurs and it closes.)
If I close Ultramon Then RealBASIC Works Fine.
Ultramon and RealBASIC have no problem in 32 Bit Windows
|
Christian Studer 2006-02-25 02:35
I've been able to reproduce this issue, my guess would be that it's either an issue with REALbasic, or a Windows issue which affects REALbasic. Unfortunately there is no workaround for this.
I would recommend contacting REALbasic Support, here's more technical information about this issue:
When selecting Edit > Options from the menu, REALbasic crashes with an unhandled exception error if a global WH_CALLWNDPROC or WH_CALLWNDPROCRET hook is installed.
This happens even if the hook doesn't do anything, and just calls the next hook via CallNextHookEx.
I have reproduced this issue on 64-bit Windows x64, with a global 32-bit hook installed. According to a user, the issue doesn't occur on 32-bit Windows.
The exact error message is: Internal error. An unhandled OutOfBoundsException exception has occurred.
Christian Studer - www.realtimesoft.com
|
Post Reply
|