[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [StrongED] StrongHelp 2.88a2 available



In message <27ec352d55.fjgraute@xxxxxxxxx>
          Fred Graute <fjgraute@xxxxxxxxx> wrote:

> A new file 'OldCmds' file has been added to StartUp that sets up aliases
> for the old *commands so that programs that use them continue to work.

The addition of OldCmds had an unwanted side effect; it can cause AddPtr
to fail with: "File '<Obey$Dir>.Pointers' not found." Thanks to Gavin
Wraith for spotting this.

The reason is that <Obey$Dir> no longer points to StrongHelp$Dir but to
StrongHelp$Dir.StartUp . The problem can be easily fixed in AddPtr by
changing this line:

  IF (flags% AND 1) THEN OSCLI"IconSprites <Obey$Dir>.Pointers"

To this:

  IF (flags% AND 1) THEN OSCLI"IconSprites <StrongHelp$Dir>.Pointers"

Apologies for any inconvenience.

Cheers,
Fred.

-- 
StrongED Developer
http://www.stronged.iconbar.com/

--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx
List archives at http://www.Torrens.org.uk/RO/StrongED/index.html