I had asked a similar question a while back and got this response from Dennis Birch. HierPop 1.9 works fine on my Intel Mac now.
Gary > I made some minor modifications to the ShowMenu method and it works > fine on my Intel iMac. > > I'm pretty sure the only changes I made were to the following code, > which is from the ShowMenu method (you can search for "prepare" to > find it quickly: > > // Prepare to get the result > SType = NewMemoryBlock(4) > MnuID = NewMemoryBlock(2) > Out = NewMemoryBlock(2) > AEDescBlock = NewMemoryBlock(8) > > // add these four lines to change the Endianness of the > Memoryblocks declared > SType.LittleEndian = False > MnuID.LittleEndian = False > out.LittleEndian = False > AEDescBlock.LittleEndian = False On May 1, 2007, at 6:39 PM, Theodore H. Smith wrote: > > Anyone happen to have hierpop for UB? HierPop is made by Noah > Desch ... http://www.wireframesoftware.com/software/classes.shtml > > But it's not actually UB. > > I know I can do it myself, but I'd rather avoid doing the labour > intensive stuff :) > > -- > http://elfdata.com/plugin/ > "String processing, done right" > _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
