> i started converting application from Palm os 3.1 to Palm os 3.5. I > have included PalmOS.h in each and every source file.I have included Pam > Compatibility.h for supporting old data types in my application. > > I have made it compilation error free and when it is linking it is giving > an error as exactly specified below > > " Link Error: Unexpected error # 32.Direct bits not supported.Compilation > halted" > Sounds as though it's a problem with your bitmaps in Constructor (DirectBits refers to 32-bit images in QuickDraw). To see whether that's the case, remove your .rsrc files from your project and verify you can build. If that fixes it, take a good look at the bitmaps in constructor. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
