Execute program

evey time I press the Execute program button in msv c++ 6.0 it prompts:

One or more files are out of date or do not exist

These files need to be build:
.\shaderlightdemo

Would you like to build them?

It even says this when I don’ change anyting. Way is this?

Maybe try posting this in the forums on
http://www.codeproject.com

or
http://www.codeguru.com

One of two things:

  1. there are files missing needed to compile the program.
  2. you need to add the files to the project list so that they can be added to the make file.

Have you answer “Yes” to building the files?

Originally posted by ARES:
[b]evey time I press the Execute program button in msv c++ 6.0 it prompts:

One or more files are out of date or do not exist

These files need to be build:
.\shaderlightdemo

Would you like to build them?

It even says this when I don’ change anyting. Way is this?[/b]

When I press the yes key the build windows says:

--------------------Configuration: shaderlight - Win32 Debug--------------------
Performing Custom Build Step on .\Debug\shaderlight.exe
1 bestand(en) gekopieerd.

shaderlight.exe - 0 error(s), 0 warning(s)

And than the program starts.
When I quit the program and press the Execute Program again without doing anything it will ask again.

I’ve had the same problem happen to me a few times… Still haven’t been able to identify the difference between the ones that this happens to and the ones that it don’t… not happened in a while though…

Tina