> for this given code the error is at
> WinCreateBitmapWindow, Bitmap functions.....

WinCreateBitmapWindow is a new function for PalmOS 3.5, and it prototype
only exists in the 3.5 and later SDKs.

The reason you're getting your strange error is because you don't have the
"Require Function Prototypes" option set in your C/C++ Language preference
panel.  In C, its legal to call a function without declaring it... in that
case, C assumes it returns an int.  Since you're using the 3.1 SDK, you
don't have a prototype, int is assumed, and you get an error.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.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