On Thursday, August 1, 2002, at 04:45 PM, Jay wrote: > Hi, > > I'm working with a program that tries to load a large resource which > should have been included when the project was built. It works > fine for > smaller chunks, but when I try to use a resource approaching 3mb, it > doesn't get stored in the app. (the compiled app is < 1mb, total). > > Is there a limit on the size of a single resource, or the total of all > resources combined? Why would I get 0 (_noErr) results from both FN > RESERR and SYSERR when trying to load the rsrc, but no handle? > > I can see the rsrc in ResEdit, and other resources in the same > .RSRC file > get included, but not the big one. Any ideas? > > e-e > =J= a y If the app is "classic" then maybe your app is short of memory ? Maybe Pete... (the other one)