Displaying 1 result from an estimated 1 matches for "_exceptionhandler".
2005 Jul 04
0
A program using Borland Interbase interface.
Hi, I have a program here which runs on a firebird database. It's built
in borland c++ builder, so any errors (exceptions) result in:
Assertion failed: !"bogus context in _ExceptionHandler()", file xx.cpp,
line 3071
and:
Abnormal program termination
That's why I have problems with debugging.
Anyway, this program connects to a firebird database throught fbguard
(even if it's a remote db, it still requires a local fbguard running).
Does wine have problems with win...