> This is just an example. But every thing works fine if i use + instead of
*
I have the same result with :
Err sndCallback(void* UserDataP, SndStreamRef stream, void* bufferP, UInt32
frameCount) {
int a = 5;
int b = 8;
int l = a * b;
return errNone;
}
>
>
> > IMHO, it sounds like that UserDapaP ( and then data ) pointing to some
> > invalid address.
> > Have you checked value of "data" before running that calculation line ?
> >
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/