// Look for a system library
err = SysLibFind("Net.lib", &AppNetRefnum);
if (err || !AppNetRefnum) return err;//now you can call NetLibIFUp() using the AppNetRefNum...notice no call to netlibopen. it is not needed... On 3/19/07, Luca Bertoncello <[EMAIL PROTECTED]> wrote:
"Dmitry Grinberg" <[EMAIL PROTECTED]> schrieb: > you do not need to call netlibopen before calling this.... > you only need to SysLibOpen the netlib. that is all. Could you send me an example how I have to proceed? I tried to search in google, but I didn't found an exhaustive example... 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/
