Subject:      Bug in fix mentioned "Re: Bug in SIOW.r?"
From:         Dave Koran 
Date:         1998/03/05
Message-ID:   <34FEFB98.BE28104A@no.spam.please.blarg.net>
Newsgroups:   comp.sys.mac.programmer.help

Dave Koran wrote:
> 
> Lars Luthman wrote:
> >
> > I've tried to make a SIOW program, but Rez always report errors in the
> > "SIOW.r" file. Is this a bug in that file, or is it something
> > special that I need to know?
> >
> > LL
> 
> Hi Lars,
> 
> SIOW.r contains an outdated compilation conditional.  Find
> every instance of "SystemSevenOrLater" in the file and
> replace it with "ALRT_RezTemplateVersion == 1" to correct things.
> 
> Thanks go to Greg Branche <gregb@apple.com> for this fix.
> 
> HTH,
> 
> Dave Koran

Yesterday I discovered an error in the fix I offered here.  There is 
one instance where "SystemSevenOrLater" occurs that should be replaced 
with "WIND_RezTemplateVersion == 1" not "ALRT_RezTemplateVersion == 1"
Search for the occurrence of ALRT_RezTemplateVersion within the scope 
of a 'WIND' template.  The command "File "{RIncludes}SIOW.r"; Line 265" 
should highlight the line I'm referring to.  That one needs to be 
"WIND_RezTemplateVersion == 1"  Sorry for the mis-information.  See also 
the release notes for version 3.1 of the universal interfaces for a 
note on this problem and its fix.

Hope this has not caused you any grief! :-(

Sincerely,

Dave Koran
e-mail: davek@blarg.net
Back to MPW for Newbies