In article <89453@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > > I have a class that declares some static objects. My > problem is caused by the constructors (or at least one > of them) not being called. I'm using CodeWarrior 8.0 > with 8.2 update. Does anybody know if this is a known > bug in the compiler/linker or something needs to be > done with settings?
Are these objects defined in files that otherwise don't have code that gets called? Try turning off the "Dead-strip static initialization code" option in the 68K Linker panel too. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
