At 05:20 PM 7/23/99 +0200, you wrote:
> I want to use the IrComm layer of the infrared stack. 3Com gave
>a new Library to do this. I install it on my PalmPilot, but when I
>want to use it, the SysLibFind() function returns an error, it cannot find
>the library. I try the following name for the Library :
> - SysLibFind("SerIrComm Library",&refSerial) -> error
> - SysLibFind("IrComm Library",&refSerial) -> error
> - SysLibFind("Serial/Ir Library",&refSerial) -> error
>I already verify that all .prc files are correctly installed :
> AMX.prc
> IrLib.prc
> SerIrCommLib.prc
> SerIrPanel.prc
>
>Can anyone help me ?
Nourredine,
SysLibFind () only works on libraries that are already loaded (like
SerialMgr). The function you want is SysLibLoad (). The declaration for
this function is:
Err SysLibLoad(DWord libType, DWord libCreator, UIntPtr refNumP);
Hope this helps.
Regards,
Greg
Greg Winton
Bachmann Software and Services, LLC
mailto:[EMAIL PROTECTED]
http://www.bachmannsoftware.com
Software Development for Handheld & Mobile Computing, Windows and the Internet
Home of Bachmann Print Manager, the only graphical printing solution for
the Palm Computing Platform