NetLibIFGet seems to fail with netErrPrefNotFound. Does this work on
POSE. I am use 3.3 and 3.5 and fails on both. Doing an archive search of
the news groups doesn't return an answer... I am attached my code...
Thanks
Ralph Kraussse
***************************************
UInt16 AppNetRefnum = 0, iInterface = 0;
UInt32 uiifCreator = 0;
UInt16 uiifInstance = 0;
Err err = SysLibFind("Net.lib", &AppNetRefnum);
{
do
{
err = NetLibIFGet(AppNetRefnum, iInterface,
&uiifCreator, &uiifInstance);
iInterface++;
} while (!err);
}
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/