--- NWADHWANI wrote: > > I have an app developed on the 8.0 version. > Now, i want to build the application on version 6. However, it breaks > completely. Any pointers rgding what i need to do to build the app > with 6.0 >
You didn't say how it breaks, but one thing that is very likely is that you are using data types that didn't exist when 6.0 was released. (For example, using UInt8 instead of Byte.) Look at PalmCompatibility.h to see what names have changed. What you should probably do is to apply the SDK4 update to your CW 6 installation. But it would be even better to just buy CW8 because CW6 is no longer supported. __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
