Subject Re: [IBO] [Fatal Error] File not found: 'IB_Constants.pas'
Author Helen Borrie
At 02:01 PM 12/09/2004 -0500, you wrote:
>I just downloaded the latest previews for Delphi 7 and am trying to install
>the IBO4CRT_D7.dpk. It is returning this error: [Fatal Error] File not
>found: 'IB_Constants.pas'
>
>I've got a IB_Constants.INT file and a IB_Constants.dcu. What am I missing.

Correct environment path settings in the IDE? IB_Constants happens to be
the first thing that Delphi tries to load. When loading a unit, it looks
first for the .dcu, then for the .pas, and then, when it can't find either,
it complains that it can't find the .pas file.

Helen