Firebird 32bit vs. 64bit

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
douglaskeene
Posts: 8
Joined: Mon 11 Mar 2013 12:53

Firebird 32bit vs. 64bit

Post by douglaskeene » Tue 02 Apr 2013 13:14

Howdy
I have successfully installed and used 32bit Firebird and have connected with IBDAC components. I use Delphi XE, 32 bit. I would rather use Firebird 64 bit, so I uninstalled 32 bit and installed 64 bit. I try to load the fb dll and it gives me an error. Is this because it's a 64 bit dll in a 32 bit environ? I am using win7 pro 64 bit.
Do I need to reinstall the 32 bit dll?
Thanks
Doug

AndreyZ

Re: Firebird 32bit vs. 64bit

Post by AndreyZ » Tue 02 Apr 2013 14:00

Hello,

Delphi XE is 32-bit and can produce only 32-bit applications. That is why you cannot use 64-bit libraries in any application that is developed with Delphi XE.
To develop 64-bit applications, you should use Delphi XE2 or higher. For more information about 64-bit development in Delphi XE2, please refer to our blog at http://www.devart.com/blogs/dac/index.p ... evelopment

douglaskeene
Posts: 8
Joined: Mon 11 Mar 2013 12:53

Re: Firebird 32bit vs. 64bit

Post by douglaskeene » Fri 24 May 2013 22:08

Thank you AndreyZ

AndreyZ

Re: Firebird 32bit vs. 64bit

Post by AndreyZ » Mon 27 May 2013 07:37

You are welcome. If any other questions come up, please contact us.

Post Reply