Dear all,

I am a new developer for Palm Program. I have some questions:

1. I have read some books about about palm programming. The examples in the
books where all started with #include <Pilot.h>, but I found that in the CW,
the new progrect is all started with #inlcude <PalmOS.h>, what is the
difference of this 2 header file?

2. I found that if I follow the examples in the book, many type declarations
were not found by the compiler, such as "Sword", "VoidHand", how can I solve
this problem? For example if I want to use "DmGetResources", the function
should return the something which type is "VoidHand", so I type this code:

    VoidHand hBitmap;
     hBitmap = DmGetResource ( bitmapRsc, wBitmapID );

But it fail to complie, what should I do?

Thanks a lot for helping me first!
Oscar Lee



-- 
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