"Dmitry Grinberg" <[EMAIL PROTECTED]> schrieb:

> yeah,  if you plan to use the code in 68k, remember to add library
> reference number as first param to all calls, and remove calls to
> NetLibLoad() and NetLibUnload(). Those are for the arm code.

Unfortunately, it does not work...

I call your function as following:

if(SysLibFind("Net.lib", &AppNetRefnum) == 0)
{
  if(ArmletMain(AppNetRefnum))
    StrCopy(W, "T");
  else
    StrCopy(W, "F");
}

and then I display the content of W.
It is always "F", don't care if the Palm is connected or not...

Any idea?

Thanks
Luca Bertoncello
([EMAIL PROTECTED])


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to