Jump to content
EugeneK

OverbyteIcsTicks64 missing include file

Recommended Posts

OverbyteIcsTicks64.pas is missing

{$I Include\OverbyteIcsDefs.inc}

 

so it can't compile

Share this post


Link to post

Add the folder to the IDE options library path or to the project options library path.

Share this post


Link to post

That unit does not have the definitions include, but does not use any of them either, and seems to compile fine in all the packages

 

Angus

 

Share this post


Link to post

It has RTL_NAMESPACES define, so it can't find Windows unit , when I try to compile because I don't use unit scope names.

Share this post


Link to post
On 3/18/2021 at 10:23 AM, Angus Robertson said:

That unit does not have the definitions include, but does not use any of them either, and seems to compile fine in all the packages

 

Angus

 

Any chance of fixing it? It uses RTL_NAMESPACES definition from OverbyteIcsDefs.inc

Share this post


Link to post
On 3/18/2021 at 10:22 AM, FPiette said:

Add the folder to the IDE options library path or to the project options library path.

This is not gonna help because OverbyteIcsDefs.inc is not included in the actual file. Workaround is to define RTL_NAMESPACES in project options. But this is not the best way.

Share this post


Link to post

I added OverbyteIcsDefs.inc last week, not in SVN yet, other stuff pending. 

 

But OverbyteIcsTicks64 has always compiled okay, it is in the IcsCommonDxx package which is built weekly, so your problem must be something else.

 

Angus

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×