Hello,
I am porting top 64bits one project taht uses Rpoert Builder, there fore daSdac is involved. This is located at
C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\SDAC\Demos\Win32\ThirdParty\ReportBuilder
How to obtain the 64bit version?
How to use daSDAC on 64bit project
-
AndreyZ
Hello,
We have fixed this problem. This fix will be included in the next SDAC build.
To solve the problem, you should add the following code before every definition of TdaSDAC classes in the daSDAC.pas unit:
We have fixed this problem. This fix will be included in the next SDAC build.
To solve the problem, you should add the following code before every definition of TdaSDAC classes in the daSDAC.pas unit:
Code: Select all
{$IFDEF VER230}
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
{$ENDIF}