Can´t locate @Memutils@_UpperCase$qqrx17System@AnsiString

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Samuel
Posts: 29
Joined: Fri 11 Feb 2011 12:36
Location: Brazil

Can´t locate @Memutils@_UpperCase$qqrx17System@AnsiString

Post by Samuel » Thu 29 Dec 2011 12:44

I Install new 4.1.4 and when I execute Delphi 2007 I receive the error:

---------------------------
bds.exe - Ponto de entrada não encontrado
---------------------------
Não foi possível localizar o ponto de entrada do procedimento @Memutils@_UpperCase$qqrx17System@AnsiString na biblioteca de vínculo dinâmico dac105.bpl.
---------------------------
OK
---------------------------

I removed the old version, reinstall and problem persists.

kazhab
Posts: 3
Joined: Tue 27 Dec 2011 08:15

Post by kazhab » Fri 30 Dec 2011 07:54

If i am not mistaken, you can solve this problem by installing back the old version of unidac, uninstall it properly trough add remove programs and try to install latest unidac anew.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 30 Dec 2011 08:57

It seems that there are some old DAC units on your computer.
To solve the problem perform the following steps:
- uninstall UniDAC;
- find all *dac*.bpl files on your PC and delete them.
- find all DAC units, like MemUtils.dcu, MemData.dcu, CRAccess.dcu files on your PC and delete them;
- install UniDAC.

Post Reply