At 5:46 PM -0700 2001/08/30, Johnathan Smith wrote:
>Error : function call 'DmSet(void *, unsigned long,
>unsigned long)' does not match
>'DmSet(void *, unsigned long, unsigned long, unsigned
>char)'
>Starter.cpp line 249 DmSet( rec, sizeof( *rec ), 0
>);
If you check the documentation for DmSet, you'll note it takes four parameters:
pointer-to-record, offset, length, and value. Your code supplies only three of these,
therefore the function's parameters do not match.
Regards,
Jim Schram
Palm Incorporated
Partner Engineering
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/