David Whitehurst wrote:
>
> DateType *myDate = {98,2,1};This syntax attempts to initialize a pointer, but I'd expect that you'd like to initialize a DateType instance. Remove the asterisk. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
