Re: [fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-07-09 Thread Michael Van Canneyt
On Mon, 9 Jul 2012, Reinier Olislagers wrote: On 21-6-2012 11:39, michael.vancann...@wisa.be wrote: On Thu, 21 Jun 2012, Reinier Olislagers wrote: Just compiled FPC with -dTEST_WIN64_SEH and noticed that fixes bugs 17360 Firebird database exceptions don't generate EIBDatabaseError but a gen

Re: [fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-07-08 Thread Reinier Olislagers
On 21-6-2012 11:39, michael.vancann...@wisa.be wrote: > On Thu, 21 Jun 2012, Reinier Olislagers wrote: > >> Just compiled FPC with -dTEST_WIN64_SEH and noticed that fixes bugs >> 17360 Firebird database exceptions don't generate EIBDatabaseError but a >> general exception on 64 bit windows >> 2158

Re: [fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-06-22 Thread Reinier Olislagers
On 21-6-2012 11:39, michael.vancann...@wisa.be wrote: > On Thu, 21 Jun 2012, Reinier Olislagers wrote: >> Thought I'd let everybody know in case they run into Firebird x64 >> (embedded) problems on Windows and to indicate that implementing the SEH >> patch might be a good idea... > > Well, I was g

Re: [fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-06-21 Thread Toru Takubo
(2012/06/21 18:33), Reinier Olislagers wrote: It may well also remove the need for the nasty workaround applied in bug 19116: RunError(32) when reading BLOB with IBConnection on Win64 ... which might also be interesting given Marco's remark: * While reading up on the previous issue I saw warnin

Re: [fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-06-21 Thread michael . vancanneyt
On Thu, 21 Jun 2012, Reinier Olislagers wrote: Just compiled FPC with -dTEST_WIN64_SEH and noticed that fixes bugs 17360 Firebird database exceptions don't generate EIBDatabaseError but a general exception on 64 bit windows 21581: Firebird embedded x64 Windows: CreateDB fails with an exception

[fpc-pascal] Win64 SEH patch fixes some Firebird embedded bugs

2012-06-21 Thread Reinier Olislagers
Just compiled FPC with -dTEST_WIN64_SEH and noticed that fixes bugs 17360 Firebird database exceptions don't generate EIBDatabaseError but a general exception on 64 bit windows 21581: Firebird embedded x64 Windows: CreateDB fails with an exception It may well also remove the need for the nasty wor