Subject Re: [firebird-support] 32 bit application and 62 bit FireBird + 64 bit Win7
Author Venus Software Operations

On 16-07-2014 12:23, Mark Rotteveel mark@... [firebird-support] wrote:
 

> Thanks for your response Mark.
>
> I need to get to the path for FBClient.DLL and also update
Aliases.conf,
> thus was trying to find out where FB is installed.

Note that for a 32 bit application, you need to 32 bit fbclient.dll. It
might be better to expect it on the path. But otherwise: follow the MSDN
links: it describes how to locate 64 bit registry keys as a 32 bit
application. Note that editing aliases.conf also requires privilege
elevation if UAC is enabled.

I can't be more detailed as I don't usually work with the registry (nor
work with fbclient.dll).

> Yes it was a typo here, I use Firebird with a lower b in code

Mark


Yes I did find out the need for a 32 bit FBClient.dll so that is good, I have added it to the application folder.

Thanks, the links did help and I was able to get to the 62 bit hive using RegOpenKeyEx() command from a 32 bit app.

Kind regards
Bhavbhuti