Virtual Table and iOS

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bzwirs
Posts: 40
Joined: Sat 10 Jul 2010 06:47

Virtual Table and iOS

Post by bzwirs » Sun 01 Sep 2019 09:06

Latest Version of IBDAC Pro
Delphi Rio 10.3.2

I am using the tVirtualTable component on a Delphi Firemonkey app. Compiles ok for windows but get error when compile for Android or iOS that MemDS and VirtualTable units cannot be found. The component supposedly can be used with both those platforms.

Please help.

regards

Bill Zwirs

bzwirs
Posts: 40
Joined: Sat 10 Jul 2010 06:47

Re: Virtual Table and iOS

Post by bzwirs » Sun 01 Sep 2019 22:39

Just wanted to add that these components were installed as part of IBDAC installation.

Do I need to buy the VirtualDac components to be able to use with iOS/Android.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Virtual Table and iOS

Post by ViktorV » Wed 04 Sep 2019 13:15

Unfortunately, we couldn't reproduce the issue using the latest IBDAC version 7.0.1.
Please make sure that you use IBDAC 7.0.1 Professional Edition (Standard Edition doesn't support mobile app development).
If you have Professional Edition, try taking the following steps:
- uninstall IBDAC;
- find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, IBClasses.dcu files on your PC and delete them;
- find all dac.bpl, datasetmanager.bpl and crcontrols.bpl files on your PC and delete them.
- run the IBDAC installer with the option "force" (ibdac*.exe /force) as administrator.

Post Reply