At 08:00 2002-10-10 -0700, you wrote: >From: "Ben Combee" <[EMAIL PROTECTED]> > > > > > >CDatabase tempDB; > > > > > >at the beginning of my CPP file, but that resulted in the internal > > >compiler error too. > > > > Hmmm, this is indicating that there's a problem with generating the > > constructor for CDatabase. > >Is it a problem with generating the default constructor or with calling it?
I'd say generating... however, the line between generating a call to something and actually generating the code for it blue when you deal with inline functions, and it looks like both CDatabase and CRecord have inlined constructors. They also usually have their representations pulled in from a precompiled header, rather than directly from source text. If you disable the prefix setting, does the original ICE still occur? -- 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/
