Subject Re: [IB-Architect] New API: Exceptions
Author Jim Starkey
At 07:02 PM 6/2/00 -0700, Glebas Paulevicius wrote:
>
>>"STATUS This bug was corrected in Microsoft Visual C++, version 6.0."
>


Just switching to V6.0 didn't do the trick, but also removing the
protected virtual destructor (now unnecessary) did.

OK, the API is joining polite society on exceptions. They are
properly caught as:

catch (SQLException& exception)
{ ... /* but not delete */ }

Now all I have to do with the other grief induced by the switch.
I'm beginning to wonder whether Bill is really my friend...

Jim Starkey