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

2019-05-20 Thread a...@liberov.net [firebird-support]
Thanks, This explains my troubles. Also I think part of the problem is some 'smart' software tries to parse the connection string and makes xnet the host server address which is incorrect. A.L.

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

2019-05-19 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
a...@liberov.net wrote: > Thanks a lot! > When everything else fails read the manual. > I put xnet:// in front of the local path and it connects now. > The IBDAC has a property to specify library location. I did put the > path to 32 bit fbclient, but until I put xnet:// in front of the > path

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

2019-05-19 Thread a...@liberov.net [firebird-support]
Thanks a lot! When everything else fails read the manual. I put xnet:// in front of the local path and it connects now. The IBDAC has a property to specify library location. I did put the path to 32 bit fbclient, but until I put xnet:// in front of the path the wrong engine12 would be

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

2019-05-19 Thread hv...@users.sourceforge.net [firebird-support]
> > If the app is 32 bit and tries to load dll with no path - it wiil not > > try 64-bit system folder (c:\Program Files\) > > The Windows 32 bit subsystem will redirect requests for C:\Program > Files\ to C:\Program Files (x86)\, so that is not necessarily true. Mark, read carefully:

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

2019-05-19 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 19-5-2019 09:21, hv...@users.sourceforge.net [firebird-support] wrote: > > The program is 32 bit as I mentioned and the Firebird server is 64 bit. > >   If the app is 32 bit and tries to load dll with no path - it wiil not > try 64-bit system folder (c:\Program Files\) The Windows 32 bit

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

2019-05-19 Thread hv...@users.sourceforge.net [firebird-support]
---In firebird-support@yahoogroups.com, wrote : > I copied fbclient.dll to exe folder and get same result: > "Error loading plugin Engine12 > Module c:\Program Files\Firebird\Firebird_3_0\plugins/Engine12 exists but > can not be loaded > unknown win32 error 193" > It means your

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

2019-05-19 Thread a...@liberov.net [firebird-support]
I did it and still same error message. The 'problem' is on Firebird side. I need to somehow cause Firebird to load the right engine12 or another adapter. A L.

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

2019-05-18 Thread a...@liberov.net [firebird-support]
I copied fbclient.dll to exe folder and get same result: "Error loading plugin Engine12 Module c:\Program Files\Firebird\Firebird_3_0\plugins/Engine12 exists but can not be loaded unknown win32 error 193" (193 is bitness mismatch if I understand it correctly) I'm using Delphi and