My knowledge is very limited on VS in fact it's the first time I am using it and very little I know of C debugging too.
I have pre-existing .c and .o files that have been transferred into my folder and I open VS to edit them. I then compile on a unix windows with the icl command. What I get is obviously error messages because those files have been run in Linux compilers and never into Windows ones.
In blogs I always find mention to changing project properties when it's about resolving, i.e. _CRT_SECURE_NO_DEPRECATE warnings or other types of errors. My problem is that I don't see those .c files as projects when I open them from VS so I cannot change those properties.
Do I have to turn them into projects? Or do I have to simply move them into folder where VS opens files from by default?
Help is needed, please.
Thanks F