>That make sense - I have tried the fix you suggested, and get the error
>"incompatible type for argument 3 of DmWrite"  So I guess it doesn't like
>that.  It only seems happy when I have &map[i].

That's a C/compiler issue. Try

DmWrite (newRecordP, 0, ( Char * ) *map[i], sizeof( Map ));

If you don't know how to fix that problem, you may want to get a good 
book on C programming. That's pretty basic stuff. The classic by 
Kernighan & Ritchie, The C Programming Language, is quite good.

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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

Reply via email to