Subject | Re: [firebird-support] Re: fbclient.dll_unloaded => BEX Exception |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-11-20T20:06:03Z |
> but my program is rather very simpleWhy do you think that this is the end? Not at all. After that code in
>
> begin
> loadDll
> ...
> unloaddll
> end
>
> so i unload the DLL only at the end !
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.