[firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-07 Thread reinierolislag...@gmail.com [firebird-support]
FYI: Using an FPC (FreePascal) application against a remote server using fbembed.dll, the process crashed on newer versions of fbembed.dll (v2.5.2.26540 was the last version I tested that did not crash). Strangely enough, fbembed+embedded db was not a problem. 0026561: Access violation with

Re: [firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-04 Thread Reinier Olislagers reinierolislag...@gmail.com [firebird-support]
On 02/08/2014 18:23, Reinier Olislagers wrote: On 02/08/2014 17:40, tobias_subscri...@tgtools.com [firebird-support] wrote: Thanks, I fixed it myself and will consider submitting it to Jason. It will take a while until I know that the issue is really resolved with this. When reading

[firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread hv...@users.sourceforge.net [firebird-support]
You must call fb_shutdown before unload fbembed.dll Regards, Vlad

[firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread tobias_subscri...@tgtools.com [firebird-support]
Wow, many thanks! I can't believe it ... and there is not a trace of this in IBO? Very strange ... so I need to grab IBO's DLL handle and get the function address myself, OK ... I can do it ... but I am still shocked.

Re: [firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread Markus Ostenried mac...@gmail.com [firebird-support]
On Sat, Aug 2, 2014 at 3:11 PM, tobias_subscri...@tgtools.com [firebird-support] firebird-support@yahoogroups.com wrote: Wow, many thanks! I can't believe it ... and there is not a trace of this in IBO? Very strange ... so I need to grab IBO's DLL handle and get the function address myself, OK

Re: [firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 02/08/14 14:11, tobias_subscri...@tgtools.com [firebird-support] wrote: Wow, many thanks! I can't believe it ... and there is not a trace of this in IBO? Very strange ... so I need to grab IBO's DLL handle and get the function address myself, OK ... I can do it ... but I am still shocked.

[firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread tobias_subscri...@tgtools.com [firebird-support]
Thanks, I fixed it myself and will consider submitting it to Jason. It will take a while until I know that the issue is really resolved with this.

Re: [firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread Reinier Olislagers reinierolislag...@gmail.com [firebird-support]
On 02/08/2014 17:40, tobias_subscri...@tgtools.com [firebird-support] wrote: Thanks, I fixed it myself and will consider submitting it to Jason. It will take a while until I know that the issue is really resolved with this. When reading README.fb_shutdown.txt (an FB 2.5.x version)

[firebird-support] Re: AV in fbembed.dll_unloaded

2014-08-02 Thread tobias_subscri...@tgtools.com [firebird-support]
That's the big question. I can not confirm this yet. But maybe Vlad knows it.