hi there!

how do i get treo's hotsync id? i did this...

char acName[50];
DlkGetSyncInfo(0, 0, 0, acName, 0, 0);
if (StrLen(acName) > 0)
m_fld2.Replace(acName);

but a treo user complained that it is empty


another problem that i faced is that i tried using this code i found in this 
forum...

char buf[32];
UInt16 size2 = sizeof(buf);
Err err = HsGetVersionString(hsVerStrSerialNo, buf, &size);
if (StrLen(buf) > 0)
m_fld3.Replace(buf);

and i can't seem to get the result on a simulator. does it work on an actual 
device? if it does work, how many characters are there and how does it look 
like (can i have some examples)?

rgds,
yuen kwee
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to