Hi Doug! Thank you very much for help me! I made double-check and saw this: the 
description of the function 
SysLibLoad, show two UInt32 arguments like below:

Err SysLibLoad (
   UInt32 libType,
   UInt32 libCreator,
   UInt16 *refNumP)

My Shared Library was generally automatic my libType and libCreator, but these 
values are not supported by 
SysLibLoad. The values generate are the macros below:

/***********************************************
 * Type and creator of Sample Library database
 *************************************************

#define         implementandoSLCreatorID        'abcd'
#define         implementandoSLTypeID           sysFileTLibrary

Both values (type and creator) aren´t UInt32
I searched by other files content the creator and type and I discoverey this in 
the file implementandoSL.prc.MAP:
Type:              libr
Creator:           abcd

Then I tryed to use SysLibLoad('libr', 'abcd', &refBiblioteca) and occurs the 
next: if the shared library is
in my treo, my app restart the device when call SysLibLoad, but if the shared 
isn´t in my treo, my app show
sysErrLibNotFound. 
Having I any mistake? 
Sorry my bad english! Thanks!!!
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to