"V...i...K...a...S" <[EMAIL PROTECTED]> wrote in message news:80566@palm-dev-forum... > > Hello , > On compilation i am getting this error > Error : the file 'PalmOS_Headers' cannot be opened > Could anybody lemme know how 2 solve this...
You probably have a prefix file specified to use the precompiled header "PalmOS_Headers". To build this precompiled header, you need to add the "PalmOS.win.pch" file to your project -- when compiled, it will output this file, and it will speed up the rest of your compilation. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
