Hi since SDAC 5.00.02 I can't get the RBSDAC.BPL installed that is supplied in Demos/Thirdparty/Reportbuilder.
I works fine up to SDAC 5.00.01
I'm using Delphi XE and ReportBuilder 12.04
Here's the ammended DPK as the provided one is for Delphi 9 and an old version of Reportbuilder
-----
package rbSDAC;
{$R *.res}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'ReportBuilder Pro Data Access for SDAC'}
{$IMPLICITBUILD OFF}
requires
sdac150,
dac150,
vclx,
rbRCL1215,
rbIDE1215,
rbDB1215,
rbDAD1215,
sdacvcl150,
dacvcl150;
contains
daSDAC in 'daSDAC.pas';
end.
------
The DPK compile's just fine, however when trying to install it I get the following :
SDAC 5.00.01
No problems
SDAC 5.00.02
The procedure entry point @MSaccess@TCustomMSDataSet@DataConvert$qqrp9Db@TFieldpvt2o could not be located in the dynamic link library sdac150.bpl
SDAC 5.00.05
The procedure entry point @Msaccess@TCustomMSTable@CanUseCursor$qqrx25Oledbaccess@TMSCursorType could not be located in the dynamic library sdac150.bpl
Can you help out ?
Kind regards, Erik.
SDAC 5.00.02 and later with Reportbuilder
-
Erik van Putten
- Posts: 24
- Joined: Thu 11 Nov 2004 08:24
- Location: Moerkapelle
-
AndreyZ
-
Erik van Putten
- Posts: 24
- Joined: Thu 11 Nov 2004 08:24
- Location: Moerkapelle
Hi AndreyZ, thanks for the speedy reply.
I know about that problem had it before years ago.
Just in case, I did what you asked to be sure.
Removed SDAC
Searched for *dac*.bpl.
I found a lot of them on my system and removed them.
Reinstalled SDAC
Sadly it does not fix the issue in this case.
Kind regards, Erik.
I know about that problem had it before years ago.
Just in case, I did what you asked to be sure.
Removed SDAC
Searched for *dac*.bpl.
I found a lot of them on my system and removed them.
Reinstalled SDAC
Sadly it does not fix the issue in this case.
Kind regards, Erik.
-
Erik van Putten
- Posts: 24
- Joined: Thu 11 Nov 2004 08:24
- Location: Moerkapelle
-
AndreyZ