Hello !
I got some link errors in code warrior 9 that say that a 16 bits code in some functions references to some operators(new, delelte ...) are out of range. That errors hapened when i added an code that don`t refernce at all this functions i don't understand well these errors but i tried to change the code model from small to smart and the problem disapperead, the some thing happen if choose large in code model. I want to undestand this error and why changing code model resolved the model and what are(if there are at all) the drawbacks of changing the code model from small to smart or to large.
Please read http://www.palmoswerks.com/discuss/msgReader$4 -- it talks about the memory models and how to pick them. In your code, your segment has gotten large enough that the code to call the implementation of operator new can't reach the runtime library without changing the code generation model.
-- 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/
