I have tried this:

SysAppLaunchCmdHandleSyncCallAppType *pData 
=(SysAppLaunchCmdHandleSyncCallAppType *) i_pCmdPB;
UInt32  lCode = dlkCtlSendCallAppReply;
ULong   *pRef = pData->dlRefP;
ULong   lDLRef = *pRef;

I get lCode = 9 and lDLRef = 32769. The value for dlkCtlSendCallAppReply 
seems OK, as I can see in DLServer.h. The value for DL ref. seems odd. Does 
it make any sense? Unfortunately I don't have a copy of the debug ROM.

Thanks.

-Sugho-

>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: SynCallRemoteModule problem
>Date: Thu, 6 Jan 2000 10:40:53 -0800
>
>
>
> > Is it possible that for some reason the Palm OS is passing a wrong value 
>for
> > DL reference or some error code? I am testing on POSE 3.0a3 with a Palm 
>Vx
> > ROM.
>
>Do you have access to a debug ROM? The debug ROM will pop up a Non-Fatal 
>error
>screen that says "invalid DL control code" if the dlkCtlSendCallAppReply  
>does
>not have a valid value. Can you tell me what value this has by putting in a
>statement like:
>
>UInt32  opcode = dlkCtlSendCallAppReply;
>
>and let me know what value you have.
>
>The debug ROM will pop up a Non-Fatal error "invalid param" if the other
>parameters are incorrect.
>
>Thanks,
>
>-Geoff Richmond
>Palm Developer Support
>
>
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to