I've cleaned and compiled successfully on ARM a portable program that has been coded in C99. Any of my source file fails to compile using /ZW.
All that Visual Studio is telling me is that I can't compile my files with /ZW.
Is this possible to use C99 code as a Runtime Component
?
What makes a file compile or not with /ZW?