Re: [firebird-support] Engine12 32 64 bit question

2019-05-18 Thread Mladen Koren mladen.ko...@konto.hr [firebird-support]

Re: [firebird-support] Engine12 32 64 bit question

2019-05-18 Thread hv...@users.sourceforge.net [firebird-support]
> ---In firebird-support@yahoogroups.com, wrote : > > 18.05.2019 9:32, Mark Rotteveel mark@... mailto:mark@... [firebird-support] > wrote: >> It sounds like your code is attempting to use Firebird Embedded instead >> of Firebird Server. +1 > Even if not, default configuration put Engine12

Re: [firebird-support] Engine12 32 64 bit question

2019-05-18 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
18.05.2019 9:32, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: > It sounds like your code is attempting to use Firebird Embedded instead > of Firebird Server. Even if not, default configuration put Engine12 to the first place so it is tried before network connection. He

Re: [firebird-support] Engine12 32 64 bit question

2019-05-18 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 17-5-2019 23:00, a...@liberov.net [firebird-support] wrote: > I'm developing a 32 bit application running on 64 bit Windows with 64 > bit Firebird 3 server. > > I use 32 bit library to connect to Firebird > > C:\Program Files\Firebird\Firebird_3_0\WOW64\fbclient.dll > > I'm getting the

Re: [firebird-support] Engine12 32 64 bit question

2019-05-18 Thread Massimo Fazzolari reinhardt1...@gmail.com [firebird-support]
> > How to know which fbclient.dll is 32bit and which one is 64bit? By the > file size? If you have git for windows installed on your machine, you can use the bash shell to run the command "file fbclient.dll" to determine if the dll was compiled for 32bit or 64bit systems. On Sat, May 18,

Re: [firebird-support] Engine12 32 64 bit question

2019-05-17 Thread Sukhendu Barua sb.peace...@gmail.com [firebird-support]
How to know which fbclient.dll is 32bit and which one is 64bit? By the file size? Thank you. On Fri, May 17, 2019 at 7:42 PM Helen Borrie hele...@tpg.com.au [firebird-support] wrote: > > > a...@liberov.net wrote: > > > I'm developing a 32 bit application running on 64 bit Windows with 64 >

Re: [firebird-support] Engine12 32 64 bit question

2019-05-17 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
a...@liberov.net wrote: > I'm developing a 32 bit application running on 64 bit Windows with 64 bit > Firebird 3 server. > I use 32 bit library to connect to Firebird > C:\Program Files\Firebird\Firebird_3_0\WOW64\fbclient.dll > I'm getting the engine12 Win32 error 193. This means some

[firebird-support] Engine12 32 64 bit question

2019-05-17 Thread a...@liberov.net [firebird-support]
Hi, I'm developing a 32 bit application running on 64 bit Windows with 64 bit Firebird 3 server. I use 32 bit library to connect to Firebird C:\Program Files\Firebird\Firebird_3_0\WOW64\fbclient.dll I'm getting the engine12 Win32 error 193. This means some bitness mismatch. The message