Subject Re: [firebird-support] Engine12 32 64 bit question
Author Mladen Koren
32 bit program can't load dll from c program files on 64 bit windows, only from c program files x86. Stop firebird server, install 32 bit firebird client only, or copy fbclient.dll in directory of your application.
Mladen

On May 17, 2019 23:00, "alex@... [firebird-support]" <firebird-support@yahoogroups.com> wrote:
 

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 lists what seems to be a 64 bit dll.

Are there any settings to specify to enable such a connection? There are other 64 bit applications using the server, but this application has to be 32 bit.

Thanks in advance.