This project is out of date: HelloWorld - Debug Win32

  • Thread starter Thread starter J.S.
  • Start date Start date
J

J.S.

Whenever I try to debug a simple C++ application in VC++ I get this message:

"This project is out of date: HelloWorld - Debug Win32"

What does it mean? Do I need to modify something?

Thanks,
J.S.

--
 
J.S. said:
Whenever I try to debug a simple C++ application in VC++ I get this
message:

"This project is out of date: HelloWorld - Debug Win32"

What does it mean? Do I need to modify something?

Thanks,
J.S.
Usually means the IDE thinks something was modified since the last build.
I've seen it occasionally when I didn't *think* I'd changed anything.
Just rebuild the project.
 
Usually means the IDE thinks something was modified since the last build.
I've seen it occasionally when I didn't *think* I'd changed anything.
Just rebuild the project.

Hi Peter,

Could you explain what you mean by "rebuild the project"? Do you mean build
it again by clicking on the debug icon or do you mean recreate the project
entirely?

Thanks,
J.S.

--
 
J.S. said:
Hi Peter,

Could you explain what you mean by "rebuild the project"? Do you mean
build it again by clicking on the debug icon or do you mean recreate the
project entirely?

Thanks,
J.S.
Sorry, I didn't make myself clear.
What I meant was, just select Build->Rebuild Solution.
You didn't say, but I assumed from the group you've posted in that you're
using Visual Studio .NET?
 
Peter van der Goes said:
Sorry, I didn't make myself clear.
What I meant was, just select Build->Rebuild Solution.

Ok, understand what you mean. In C++ I see this dialog every time I make
some change to my form although there is a checkbox to not show it again.
You didn't say, but I assumed from the group you've posted in that you're
using Visual Studio .NET?

Yes. Actually I am using VC++ 2005 Express Edition Beta.

Thanks, Peter!

J.S.
 
Back
Top