When I compiled my program, I got: linking... *** APPLICATION REQUIRES RE-TRANSLATIONS! *** Does anyone know what it means? How can I avoid this? Thanks.
I think you'll find that's to do with register optimisation - you can uncheck the selection if you want?
It means enough has changed that the linker must recalculate the register coloring (my interpretation). It is benign (informational only), ignore it. - Mark