----- Original Message ----- From: "Mark F Rodriguez" <[EMAIL PROTECTED]> > > // create instances for helper classes > m_contactPtr = new Contact(); > m_contactPDBPtr = new CDatabase; > > If I comment out the line "m_contactPDBPtr = new CDatabase;" everthing > compiles OK. However, I get the same internal compiler error if I add a > local CDatabase object to the above method:
Did you try m_contactPDBPtr = new CDatabase(): -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
