FRX Unidac Components and 64 Bit

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dunkelmann
Posts: 13
Joined: Fri 05 Apr 2013 08:43

FRX Unidac Components and 64 Bit

Post by Dunkelmann » Mon 17 Jun 2013 10:00

Hello,

is it possible to compile the frx Unidac Componets for 64 Bit ?

I tried to compile dclfrxUnidac17.bpl, but got the Error Message

[dcc64 Fataler Fehler] dclfrxUniDAC17.dpk(33): E2202 Package 'DESIGNIDE' wird benötigt, konnte aber nicht gefunden werden


Package DESIGNIDE could not found.

I am using Unidac 4.6.11 Professional for Delphi XE3

Thanks!

MV

Dunkelmann
Posts: 13
Joined: Fri 05 Apr 2013 08:43

Re: FRX Unidac Components and 64 Bit

Post by Dunkelmann » Wed 19 Jun 2013 06:26

I think I found out myself:

I could Successfully compile and use the Components, only the IDE Designtime Component could not be compiled, because the IDE is always 32 Bit.

Case closed!

AndreyZ

Re: FRX Unidac Components and 64 Bit

Post by AndreyZ » Wed 19 Jun 2013 07:32

You are right, Delphi IDE is 32-bit application, therefore all design-time packages in Delphi are 32-bit. For more information about working in 64-bit environment, please read the following article from our blog: http://www.devart.com/blogs/dac/?p=6

Post Reply