From: "Bob Ebert" <[EMAIL PROTECTED]>
> Huh?  PalmOS.h includes SystemPublic.h, and SystemPublic.h includes
> Window.h, so you should not need to include this yourself.

Bob,

You are, of course, correct!

I was getting compiler errors, including when I declared
     BitmapPtr theBitmapPtr;
For some reason, it didn't understand what a BitmapPtr is until I included
Window.h.  (At least that what it seemed like at the time.)

However, I am no longer getting this error, even after removing the include
for Window.h
(and I haven't saved every broken copy of my app now that it's working, so
who really knows what was causing the problem?)  It appears that no problems
were caused by failing to include new headers.  All problems were caused by
other errors I made.

Thanks,
Richard Burmeister



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

Reply via email to