Subject Re: fbclient.dll_unloaded => BEX Exception
Author svanderclock
no, i do nothing in the initialization section... and also i never receive this error before ! it's only today and the first time i receive it !

i just finish the gfix -v -f and it found 2 error and 15 pages errors ! i do now the backup / restore

so i thing the error was on the database server itself ! because also he strangely accept all incomming connection, but not answer to them making all client software "freezing" !

thanks again 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.
>