Vesselin wrote: > In fact, the appData field of the structure pointed by the > exgSocket pointer is zero already in the function > ReceiveDatabase - immediately after doing
> err = ExgAccept (exgSocket); > I truly don't understand what might be the problem. :-( Why isn't > the value of that field preserved?! I had the same problem some time ago and finally concluded the appData field can only be used on the receiving device between the sysAppLaunchCmdExgAskUser and the sysAppLaunchCmdExgReceiveData launch codes. Nothing gets transmitted between devices. This also applies to all other unused field you might be tempted to hack to carry application-specific data (like length or count). In the end, I passed the data (only the PDB version in my case) via the AppInfoBlock that I send at the start of the transmission. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
