Page 1 of 1

dclcrcontrols190.bpl

Posted: Sun 19 Apr 2015 21:24
by inageib
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 ?

Re: dclcrcontrols190.bpl

Posted: Mon 20 Apr 2015 08:59
by ViktorV
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.

Re: dclcrcontrols190.bpl

Posted: Mon 20 Apr 2015 17:28
by inageib
I uninstall first but did not search for any old files, what the package dclcrcontrols190.bpl is for anyway ?

Re: dclcrcontrols190.bpl

Posted: Tue 21 Apr 2015 09:34
by ViktorV
dclcrcontrols190.bpl is a design-time package containing the TCRDBGrid visual component.