I have some code that was developed using the Archimedes Complier. I'm thinking about purchasing the DK51 complier. Has anyone had any expierence on what difficulties I may face? Thanks
"I suspect a number of the translation issues could be handled by some preprocessor macros." It's a good idea to always encapsulate all compiler-specifics in preprocessor macros - then changing compilers is just a matter of suitably redefining the macros.