dclcrcontrols190.bpl

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

dclcrcontrols190.bpl

Post by inageib » Sun 19 Apr 2015 21:24

Hi,
When I am installing the new version of IBDac 5.5 I get error from this package dclcrcontrols190.bpl
---------------------------
Delphi XE5 [Loading dclcrcontrols190.bpl]: bds.exe - Entry Point Not Found
---------------------------
The procedure entry point @Dbaccess@TCustomDADataSet@SetOrderBy$qqr20System@UnicodeString could not be located in the dynamic link library dac190.bpl.
---------------------------
OK
---------------------------


---------------------------
Delphi XE5
---------------------------
Can't load package C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\dclcrcontrols190.bpl.

The specified procedure could not be found.
---------------------------
OK
---------------------------
should I remove this package ?

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

Re: dclcrcontrols190.bpl

Post by ViktorV » Mon 20 Apr 2015 08:59

It seems that there are some old DAC units on your computer.
To solve the problem perform 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, *dac*.dcp, *dac*.bpi, *dac*.lib, *crcontrols*.bpl, *crcontrols*.dcp, *crcontrols*.bpi, *crcontrols*.lib files on your PC and delete them.
- install IBDAC.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: dclcrcontrols190.bpl

Post by inageib » Mon 20 Apr 2015 17:28

I uninstall first but did not search for any old files, what the package dclcrcontrols190.bpl is for anyway ?

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

Re: dclcrcontrols190.bpl

Post by ViktorV » Tue 21 Apr 2015 09:34

dclcrcontrols190.bpl is a design-time package containing the TCRDBGrid visual component.

Post Reply