Why the other isn't working for you, I can't say. Are you using a real
device? The simluator and emulator will often not work as expected.

If you are concerned about opening the NetLib if it's not connected, then...

Use NetLibOpenCount() to see if it's already open. If it is, then it may be
connected, so go see if the connection is good for your use.

If NetLib is not already open, use NetLibOpenIfCloseWait() to open NetLib
only if it hasn't completely closed from a previous use. In that case, it
may still be connected.

If NetLibOpenIfCloseWait() returns an error, then NetLib is both not open or
in close-wait, so is not connected to the network.


On 3/19/07, Dmitry Grinberg <[EMAIL PROTECTED]> wrote:
>
> let me see if i can make you an armlet to check this...
>
> On 3/19/07, Luca Bertoncello <[EMAIL PROTECTED]> wrote:
> > "Dmitry Grinberg" <[EMAIL PROTECTED]> schrieb:
> >
> > > on the arm side the code given previously works...on 68k strangely
> does
> > > not...
> >
> > Nice to know it... :(
> >
> > Any suggestion?
> >
> > 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/
> >
>
>
> --
> Best Regards, Dmitry Grinberg
> Software Engineer, http://PalmPowerups.com
> (847) 226 9295
> AIM: DmitryGrinberg
> MSN: [EMAIL PROTECTED]
> ICQ: 165589894
> Y! IM: dmitrygr2003
>
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe,
> please see http://www.access-company.com/developers/forums/
>



-- 
[Jeff Loucks]

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

Reply via email to