Subject Re: [IBO] IB_4_6_B and Delphi 5 IBO4EDT_D5.dpk
Author Helen Borrie
At 10:35 PM 7/07/2006, you wrote:
>When trying to compile we get error
>
>[Error] IB_Editors.pas(540): Undeclared identifier: 'IB_Session_Raw'
>
>Problem is this is only in
>IB_Components.INT
>
>This is not used in any of the Delphi 5 unit files

Yes it is. It's declared in IB_Components.pas. IB_Components.INT is
just the interface-level declarations from that unit. These days
it's just there FYI, it's not involved in compiles.

Unless you have the full source, you wouldn't find the source for
IB_Components.pas. If you do have full source then take another look
at things. If you really don't find the declaration, perhaps you're
looking at some artifact from a previous installation?

Helen