UInt16 FormA = 100;

CClassA* pobjClassA= new CClassA(FormA); works but

CClassA  objCClassA(FormA); doesn't work

Warning : illegal jump past initializer
ExpoLauncher.cpp line 244   }

CClassA is an empty class, ie, does nothing. I emptied to make sure it
wasn't anything in the class. Anyone know why this behavior is happing or am
I missing something. 


thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com





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

Reply via email to