• Welcome to Jose's Read Only Forum 2023.
 

o2 compile problem #4 - fixed

Started by Ed Davis, July 19, 2022, 07:14:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ed Davis

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!

Charles Pegge

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.


Charles Pegge

I see you are using zero based indexing. Declaring indexbase 0 before dimensioning, seems to fix all the issues :)