Does smart,large,small make any real difference or is now leaving it as
small the more appropriate comp. option?

Also - if I converted this to a static lib instead, do these rules still
apply, or can it now be written just like a normal (palm) application (with
exceptions etc.)?

thanks - bill

"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:112466@palm-dev-forum...
>
> At 18:44 2003-2-6 -0800, you wrote:
> >Some additional info:
> >Removing some code (e.g. exception handling solved my linker problems) -
but
> >is there another work-around rather than just removing code.  I would
really
> >like to have exception handling in this code for obvious reasons?
>
> You can't use exceptions in shared libraries, since exceptions require
> working global variables and variable relocations, neither of which are
> supported by shared libraries.  Shared libraries also don't support C++
> virtual functions, since those require globals also since they use vtables
> which are global variables that point to the method functions.
>
> --
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to