Thanx ... its working when i define it like that :
/*
#ifdef __cplusplus
extern "C" {
#endif
void foo( Char* string) ;
#ifdef __cplusplus
}
#endif
MyClass::MyFunction(){
foo("HI") ;
}
*/
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/
