Subject | Re: [IBO] Delphi Berlin 10.1 Compile Telesis Enhanced with Newest IBO |
---|---|
Author | Geoff Worboys |
Post date | 2016-09-21T11:53:38Z |
rvojvodic@... [IBObjects] wrote:
This might seem like a silly question, but you did include the
Enh source directory in the search paths too - yes?
These errors make it seem like the compiler is not finding the
IB_UserClasses.inc file (in Enh source directory), which would
cause lines like this (in IB_Control.imp):
function {$I IB_Classes.inc} GetSearchBuffer: string;
to resolve to
function GetSearchBuffer: string;
Hence "DataLink" is not recognised as an identifier.
--
Geoff Worboys
Telesis Computing Pty Ltd
> I have done all of this. Can you, please, take a look?[...]
> This is a list of errors:
> Checking project dependencies...
> [dcc32 Error] IB_Control.imp(6): E2003 Undeclared identifier: 'DataLink'
This might seem like a silly question, but you did include the
Enh source directory in the search paths too - yes?
These errors make it seem like the compiler is not finding the
IB_UserClasses.inc file (in Enh source directory), which would
cause lines like this (in IB_Control.imp):
function {$I IB_Classes.inc} GetSearchBuffer: string;
to resolve to
function GetSearchBuffer: string;
Hence "DataLink" is not recognised as an identifier.
--
Geoff Worboys
Telesis Computing Pty Ltd