inheritance problem

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
saidus
Posts: 78
Joined: Wed 26 Oct 2005 09:54
Location: Algeria

inheritance problem

Post by saidus » Thu 11 Feb 2010 13:24

Priviet Druzya at DEVArt
I'm trying to inherite a new component from
TIBCQuery so in the begining when trying for the first time
to compile my new package I got message from compiler saying:
" [Fatal Error] PSClientQuery.pas(6): Never-build package 'dac70' must be recompiled"
I use Delphi7(with all updates- the lite version from chinise)with IBDac 3.10.0.10
so I wonder what to do for solving this problem !!

I tak rebyata :-) !! chto mne delat POMOGITE Pojalusta ..
---
PS : Peridaete Priviet vsem v XAPbKOBE ya tam uchilasa 5 Let ..
MErci et A++

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

Post by Dimon » Tue 16 Feb 2010 09:19

Please, check if in the "%IBDAC%\Lib\" directory the dac70.dcp and ibdac70.dcp files exist.
%IBDAC% is the IBDAC installation path on your computer.
Also check that the directory with DAC's .dcp files are included in the Search path (in the Project->Options->Directories/Conditionals).

Post Reply