I answer to my own message, as the problem is now solved, thanks to John Marshall !
As John suggested it, the solution is to modify the files SonyHRLib.h, SonyMsaLib.h, and SonyRmcLib.h to use #define instead of enum. The other errors are related to macros splitted in several lines using the continuation character '\'. It is even simpler to solve than the enum/#define replacement : just make the macros fit in one line, even if it is a big one. Doing this, I was able to use the Cli� SDK 3 with Palm SDK 4.0 and PrcTools without any problem. I'm not sure all is working fine, but I had no problem using the High Resolution API, so I guess it should be ok for other Sony specific things. I have sent the changes to Sony Cli� dev guys. -- Daniel Morais -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
