Re: [Firebird-devel] Use 64-bit fbclient.dll

2014-11-27 Thread Alexey Pavlov
2014-11-27 12:47 GMT+04:00 Dimitry Sibiryakov : > 27.11.2014 9:40, Alexpux wrote: > > I’m already build debug version of firebird. > > I'm set breakpoint on is_attach_database (why.cpp:1361) but it not go > there - it just segfault on calling is_attach_database without going to > this proc. So I t

Re: [Firebird-devel] Use 64-bit fbclient.dll

2014-11-27 Thread Dimitry Sibiryakov
27.11.2014 9:40, Alexpux wrote: > I’m already build debug version of firebird. > I'm set breakpoint on is_attach_database (why.cpp:1361) but it not go there - > it just segfault on calling is_attach_database without going to this proc. So > I think this is can be calling convention issue. Dis

Re: [Firebird-devel] Use 64-bit fbclient.dll

2014-11-27 Thread Alexpux
> 26 нояб. 2014 г., в 22:32, Dimitry Sibiryakov написал(а): > > 26.11.2014 20:01, Alexpux wrote: > >> We think this maybe the issue for 64-bit as 64-bit don’t use stdcall >> convention. > > It doesn't matter, calling convention attribute is silently (or with > warning) ignored > on 64 bit

Re: [Firebird-devel] Use 64-bit fbclient.dll

2014-11-26 Thread Dimitry Sibiryakov
26.11.2014 20:01, Alexpux wrote: > We think this maybe the issue for 64-bit as 64-bit don’t use stdcall > convention. It doesn't matter, calling convention attribute is silently (or with warning) ignored on 64 bits. > Is any opinion on this issue? Build Firebird with debug symbols (--e

[Firebird-devel] Use 64-bit fbclient.dll

2014-11-26 Thread Alexpux
Hi! I’m try to use 64-bit Firebird with Qt under Windows but I always get SIGSEGV during access sql driver to fbclient.dll. See: https://bugreports.qt-project.org/browse/QTBUG-42704 Some digging into Firebird code we see in ibase.h: #if de