TApplication::QueryThrow is not implemented (regression in 6.34.0)
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
This issue has now been fixed in [r1970] which replaces QueryThrow by the new HasSuspendedException.
Note: While QueryThrow returned a meaningless
owl::uint(meaningless since the exception stateenumis private), HasSuspendedException simply returns abool. This makes the API compatible with changes on the trunk, where std::exception_ptr is used for exception transport.Related
Commit: [r1970]
Last edit: Vidar Hasfjord 2014-03-13
The fix for this issue was released in OWLNext 6.34.1.