Hi all,
I have this problem: I need to have many constant string, I declare them as a global const but when i link my project the string that I haven't use in my program doesn't exists. Is there some settings to do to force the compiler/linker to leave it in memory?
Thanks all,