Hello, I'm trying to save some runtime-drew bitmap into a pdb resource database. I 
have some problems because I need a high density BMP, but  I don't understand how to 
use BitmapTypeV3 type. So I get the files "BitmapRsrc.c" and "BitmapRsrc.h" from 
Knowledge Base, to define the BmpRsrcV3Type type. 

I include "BitmapRsrc.h" in the obj that needs of that type, but I can't compile 
BitmapRsrc.c to BitmapRsrc.o, there are many errors inside BitmapRsrc.c, which first 
of all is:
BitmapRsrc.c:72: parse error before '*'
BitmapRsrc.c: In function `VerifyBitmap':
BitmapRsrc.c:77: `bmp' undeclared (first use in this function)
BitmapRsrc.c:77: (Each undeclared identifier is reported only once
BitmapRsrc.c:77: for each function it appears in.)
BitmapRsrc.c: In function `HasHighDensityAPIs':
BitmapRsrc.c:131: `sysTrapSysHighDensitySelector' undeclared (first use in this
function)
BitmapRsrc.c: At top level:
BitmapRsrc.c:144: parse error before `*'
BitmapRsrc.c: In function `FindDirectInfo':
BitmapRsrc.c:147: `BmpRsrcV2Type' undeclared (first use in this function)
BitmapRsrc.c:148: `v2' undeclared (first use in this function)
BitmapRsrc.c:149: `BmpRsrcType' undeclared (first use in this function)
BitmapRsrc.c:149: parse error before `)'

And so on.
I use PRC-Tools with gcc 2.95.3
Any suggestion?
BrownB

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

Reply via email to