In message <[EMAIL PROTECTED]>, alan buckley wrote: > > With the availability of RISC OS 6 the check in a few > of the autobuilder applications to see if the machine > is an Iyonix will no longer work. > > The current check is something like: > RMEnsure UtilityModule 5.00 Set progname$Heap "" > RMEnsure UtilityModule 5.00 SetEval progname$HeapMax 64 > > This check is usually used to see when to use Dynamic > areas rather than the wimpslot. > > Can anyone suggest an alternative check that will work > with RISC OS 6 as well?
How about: RMEnsure UtilityModule 5.00 Set progname$Heap "" RMEnsure UtilityNodule 6.00 Unset progname$Hep ? Adam -- Adam Richardson Carpe Diem http://www.snowstone.org.uk/riscos/ _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
