My callback function
- call a function (call ok in the debugger)
- which test some stuffs and call another function (ok)
- which is supposed to fill the buffer (failed at the first IF
statement)
----- Original Message -----
From: <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, November 13, 2003 2:36 PM
Subject: Re: Sound Stream problem
I guess you got to give more information about the callback code. The
callback is executed in a separate task, so the callback function doesn't
have access to the symbols that you create
in your application. So make sure to use UserData parameter to pass any
information you need to access inside the callback.
HTH.
rajan.
----------------------------------------------------------------
Hi,
I try to use a stream using the Palm Sound API.
Create and Start works, but after my callback function is called
i have the error :
I;\Morpheus\arm\Core\Emul68K\SrcSlowEmu\Run68K.c,
Line:3109, Invalid read from FFFFD5AC.
In the debugger, at the point of the error, there is no acces
to something at this address. This seems to occured on a IF
statement.
Any Idea ?
Thanks
Chris
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/