Still have the same problem. No global variables are used so don't know why i have this error.
Please help !! :_( > 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 ----- > > > 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. > > ---------------------------------------------------------------- > 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/
