| View previous topic :: View next topic |
| Author |
Message |
Ray Marron Guest
|
Posted: Thu Feb 26, 2004 5:51 pm Post subject: TBetterADODataSet for D5? |
|
|
I just downloaded the BetterADODataSet v4.04 from
http://web.orbitel.bg/vassil/ after hearing about it here. In D5E, it won't
install because (for starters) it doesn't like the {$ALIGN 8} directive (in
D5, it's just an ON/OFF option) and can't find the items in the REQUIRES
clause.
Is there a version that still works with D5?
Thanks!
--
Ray Marron
|
|
| Back to top |
|
 |
Vassil Nazarov Guest
|
Posted: Fri Feb 27, 2004 7:13 pm Post subject: Re: TBetterADODataSet for D5? |
|
|
| Quote: | Is there a version that still works with D5?
|
Delete the offending lines from the .DPK file and recompile.
HTH
--
Vassil Nazarov
http://web.orbitel.bg/vassil/
|
|
| Back to top |
|
 |
Ray Marron Guest
|
Posted: Fri Feb 27, 2004 10:50 pm Post subject: Solved: TBetterADODataSet for D5? |
|
|
"Vassil Nazarov" <vassil (AT) engineer (DOT) bg> wrote
| Quote: | Is there a version that still works with D5?
Delete the offending lines from the .DPK file and recompile.
|
Thanks!
I deleted the ALIGN directive and replaced the requires with the following:
requires
vcl50,
vcldb50,
vclado50;
--
Ray Marron
|
|
| Back to top |
|
 |
|