"Renato Garcia" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:36965@palm-dev-forum...
>
> Hi,
>  I�m trying to call another application from satellite, i wrote an
extension
> the code is like this:
>
>
> Err erro;
> LocalID dbID;
> dbID = DmFindDatabase (0,"Date Book");
> erro = SysUIAppSwitch (0, dbID, sysAppLaunchCmdNormalLaunch,
> NULL );
>
>  It works fine for a normal program but when i put it in the extension it
> gives an error -> "Interp.c, Line:734, Eval stack underflow!"
>  Is there any other way of doing that or what I�m doing worng.
> Any ideas, thanks....
>

This kind of error is, usually connected with a wrong definition of the
procedure/function in the *.inf file.
Are you sure to have the right number of parameter and to have define you
extension as a function (if you have proc in the *.inf file and you dont
push something on the stack from the extension, you just get that error...).

Best regards

Pietro



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to