[To a couple of you who have been nice enough to send email, I apologize 
for taking so long to get back to you; I've been very heads-down with this 
stuff. -- Curtis]

I'm calling NetLibSelect like so:

The value of readFDs is 3 (I have one TCP/IP socket open).

NetLibSelect(AppNetRefnum, 2, &readFDs, (fd_set *) 0, (fd_set *) 0, 
SysTicksPerSecond() / 2, &err)

When I have TCP/IP i/o to do, it returns me 1, which is correct, and 
readFDs is set to 2, which is also correct.

But it NEVER sets the sysFileDescStdin bit (0).

If I loop over EvtGetEvent() and NetLibSelect() iteratively, life is ugly 
but it does work.

What am I doing wrong?

Thanks,

Curtis Jackson
Director of Engineering
Aniwhere, Inc.
[EMAIL PROTECTED]



-- 
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