Jose's Read Only Forum 2023

IT-Consultant: Charles Pegge => OxygenBasic => Topic started by: Ed Davis on July 19, 2022, 07:14:24 PM

Title: o2 compile problem #4 - fixed
Post by: Ed Davis on July 19, 2022, 07:14:24 PM
Update: just changing the order, e.g, including TimeUtil.inc first seems to fix the problem.

I added:

include "TimeUtil.inc"

To get to the timing routines.
But now I get a popup:

QuoteMISSING OR UNLOADABLE
|op 2D 4 2

If I comment out the include, as is well :(  Help!
Title: Re: o2 compile problem #4 - fixed
Post by: Charles Pegge on July 19, 2022, 08:52:55 PM
Hi Ed,

Not sure what is happening here. I can run your #2 #3 #4 without a hitch on my current version. There is nothing oviously wrong.  So I will prepare a preliminary release and see if that fixes you emergent problems.

Title: Re: o2 compile problem #4 - fixed
Post by: Charles Pegge on July 20, 2022, 07:03:57 PM
I see you are using zero based indexing. Declaring indexbase 0 before dimensioning, seems to fix all the issues :)