Daffodil_Thursday 0 Newbie Poster

I am trying to run some code originally written for Visual Studio 6 on Visual Studio 10.

The compiling is flagging up strcopy and saying I need to define _CRT_SECURE_NO_WARNINGS if I want to use this.

Having googled and looked on site, it looks like people are adding this to a preprocesor folder under "projects". But I don't seem to have this anywhere on my computer.

Any suggestions please?