I think I messed up my compiler

J

Jordan Tiona

I was working on a project. I got an error on one of my runs, and closed the
application by pressing the x, which was followed by a "You have chosen to
close a program that is not responding, etc." The next time I tried to build
my program, I get this error:

CDDataBase fatal error C1033: cannot open program database 'c:\documents and
settings\jordan\my documents\visual studio projects\c++ course\workshop
1\cddatabase\debug\vc70.idb'

What does this mean?
 
E

Earl Purple

Jordan said:
I was working on a project. I got an error on one of my runs, and closed the
application by pressing the x, which was followed by a "You have chosen to
close a program that is not responding, etc." The next time I tried to build
my program, I get this error:

CDDataBase fatal error C1033: cannot open program database 'c:\documents and
settings\jordan\my documents\visual studio projects\c++ course\workshop
1\cddatabase\debug\vc70.idb'

What does this mean?

Off-topic, but it probably means that the file is corrupt. Fortunately
you can delete the file in question and move on. At least it's not an
important file.

Of course your important files are regularly backed up (probably both
in CVS or whatever source-control you use, plus some other backup
system your company has).
 
R

Roland Pibinger

Jordan said:
I was working on a project. I got an error on one of my runs, and closed the
application by pressing the x, which was followed by a "You have chosen to
close a program that is not responding, etc." The next time I tried to build
my program, I get this error:
[...]
Off-topic, but it probably means that the file is corrupt. Fortunately
you can delete the file in question and move on. At least it's not an
important file.

It's amazing that many applications do not write files atomically.
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top