> >wrong. nothing changed. > > Oh really? My bad... I had read in other forums that it *had* > changed and access to it was different due to the endian change > in OS 5...
endian has changed of course.. :> but, if you just want to change the hotsync username - its still UInt8's (chars); which are not affected by endianess issues :) structs like this change: UInt8 @ 0 UInt8 @ 1 UInt32 @ 2 68k UInt8 @ 0 UInt8 @ 1 UInt32 @ 4 arm basically due to padding within structure issues, thats just an example; but, you'll find sizeof(DlkSyncInfo) differs on 68k, arm and x86 :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
