I try to allocate 37.5 ko in dynamic memory for an image with the new oprator on Palm Zire71, the first time it works fine but when i try to make a copy for my image the allocation doesn't work, but i can alloc a more big chunk like 146 ko, i don't undersatnd why, is there some constraints?
Are you using an Int16 to compute your allocation size? Is it possible that you're producing a negative number which gets promoted to an UInt32 making it much, much too large?
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
