Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Every one ,

I was doing my project and due to battery failure my system got shutdown ,

now after that when I started my system again and started my project in vc ++ 6.0 when ever I compile or build or clean the project window of vc ++ 6.0 getting closed ,

I installed vc ++ 6.0 again and also tried by restoring my system but even problem not solved .

If I run my older project code then it works but I have made lots of changes after that ,

Anyone has Idea or experience such a problem ?

I am using XP...
Posted

1 solution

It happens sometimes. The problem is usually solved by full re-build. In more rare cases, it need "Clean solution".

There are more important things to it. You should periodically check up if your can build everything from scratch. You also should no exactly, what is source code and what is not. I know many developers who develop a lot of code without clear idea and late face problem of failure to build or run the project an other machine. Everyone should do this exercise on regular bases, ideally every time the structure of the project is changed.

That said… it look like you're working without any Revision Control? To me, this is completely crazy. You need to use Revision Control. I do it even on my individual projects, even with smallest one. It is easy to install and use; and the sense of security absolutely worth the effort. Which one to use? I am sure it should be Open Source. Not because of money, but because of security of your code asserts. For more information, see this discussion: Revision control systems, which to choose from?[^].

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900