Hi y all,
I want to get the Hotsync name of a handheld programmatically while the app
is running. Gogling has brought me the following bit of code:
   char username[dlkUserNameBufSize];
    DlkGetSyncInfo(NULL, NULL, NULL, username, NULL, NULL);
However, this code does not compile in my PODS project that otherwise works
fine! Here is a list of the errors:

Severity        Description     Resource        In Folder       Location
Creation Time
2       `dlkUserNameBufSize' undeclared (first use in this function)
AppMain.c       LedManager/src  line 308        7. Februar 2005 13:45:26
2       (Each undeclared identifier is reported only once       AppMain.c
LedManager/src  line 308        7. Februar 2005 13:45:26
2       for each function it appears in.)       AppMain.c
LedManager/src  line 308        7. Februar 2005 13:45:26
2       warning: unused variable `username'     AppMain.c
LedManager/src  line 308        7. Februar 2005 13:45:26
2       warning: implicit declaration of function `DlkGetSyncInfo'
AppMain.c       LedManager/src  line 312        7. Februar 2005 13:45:26
1       unused variable `username'      AppMain.c       LedManager/src  line
308     7. Februar 2005 13:45:26
1       implicit declaration of function `DlkGetSyncInfo'       AppMain.c
LedManager/src  line 312        7. Februar 2005 13:45:26

What can I do?
Best regards
Tam Hanna-http://tamspalm.blogspot.com


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

Reply via email to