zze-URIA RECIO Pedro FTRD/DMR/ISS wrote:
The netFtrNumVersion returns an error; The SysLibFind call cannot find the NetLib? Is it possible that the NetLib is not installed in my Palm 5?
Like Ben already said, NetLib should be available on all Palm OS 3.0+ devices.
The library's name is "Net.lib". Note that the library name is case-sensitive. Maybe you have a typo here in your code?
UInt16 libref;
SysLibFind("Net.lib", &libref);Works for me.
Regards -Laurens
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
