Delphi 7 "entry point could not be located in dac70.bpl"

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ccedotal
Posts: 9
Joined: Tue 05 Jul 2011 16:42

Delphi 7 "entry point could not be located in dac70.bpl"

Post by ccedotal » Thu 07 Jul 2011 17:44

After installing Delphi 7 and ODAC for Delphi 7 Trial, when I start Delphi I get "The procedure entry point @Crparse@TParser@IsInlineComment$qqrci could not be located in the dynamic link library dac70.bpl."

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 08 Jul 2011 08:55

Hello,

I cannot reproduce the problem.

Please check that you have completely removed the previous version of ODAC, including the old *.bpl, *.dcu, etc., files.
Please check that the library path and the search path in Delphi are set correctly.

Also try to install ODAC with the 'force' key like:

odac7.exe /force

Post Reply