Problem: 1615823

Title: (Segments) LoadResidentSegments should not load CODE resources when PPC

Received: Dec 29 1996 4:01PM


Bug: (2) I also requested once before that you wrap the body of LoadResidentSegments on line 1045 in USegments.cp with

#if ! qPowerPC ... #endif

When building fat binaries, my PPC projects contain Code resources that do not need to be loaded when running on PowerPC machines and make the application memory footprint larger than necessary.


Fix: MacApp no longer support segments. The LoadResidentSegments method was removed.