This project is out of date: HelloWorld - Debug Win32

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.

--
 
P

Peter van der Goes

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.
 
J

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.

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.

--
 
P

Peter van der Goes

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?
 
J

J.S.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top