"Pablo Martin Vera" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >When I change the target to release version in codewarrior I�ve got a lot of >warnings, one of these repetitive warnings is that the constructor and >destructor of my classes are not inline �Why? �Should I make the inline??
>Should I make the inline?? I wouldn't. Then they'll always go in the first segment. Just turn off the "Non-inlined functions" warning, I suspect. Peep C_Compilers_Reference_3.0.chm, that will (probably) give you more info. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
