I think it's complaining about your use of 129 in place of enumerated type
fontID.  The fontID enumeration can be found in header file font.h.  Try
defining a variable of type fontID and assigning it a value of 129, or cast
129 in the function call to (fontID).  Hope this helps.

Regards,

Steve

-----Original Message-----
From: Peter Hribar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 4:55 AM
To: Palm Developer Forum
Subject: Total Newbie font question


What I'm doing wrong, to be punished with

>>Illegal implicit enum conversion from 'int' to 'fontID'<< in
FntDefineFont(129,fontp);?

Thanks, Peter Hribar



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to