Subject Re: fbclient.dll_unloaded => BEX Exception
Author svanderclock
fuck, it's a hell !! i receive this : internal gds software consistency check cannot find record back version .....

gbak can not backup the database !!! what i can do ???

thanks by advance
stephane


--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>
> > but my program is rather very simple
> >
> > begin
> > loadDll
> > ...
> > unloaddll
> > end
> >
> > so i unload the DLL only at the end !
>
> Why do you think that this is the end? Not at all. After that code in
> finalization sections is executed.
> Try to comment unloaddll out. Actually, I don't see any point to
> unload it explicitly because Windows will unload all libraries
> automatically at application end.
>
> SY, SD.
>