News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

When using VC++ 6.0 compling get "open program database xxx.idb '

Started by 1083010692@qq.com, September 14, 2014, 05:56:57 AM

Previous topic - Next topic

1083010692@qq.com

Firstly I configure the Microsoft Visual C++ 6.0  as my default compiler ,then when I use it compiles some projects  with MFC ,I find it get errors like "fatal error C1033: cannot open program database xxx.idb " ,it drives me crazy !!!!Why should this happen?? I think everthing parameter it need  should be right ,because it directly imported from the dsw or dsp files .Belows is the picture which shows the condition. ;D Sorry with my poor english ...The link: link removed


1083010692@qq.com

Yes I do,but it seems that those solutions  are useless , I even think that it is the codeblocks whick brings this error ,this really makes me crazy !! I picked up the compiler from VC++ 6.0 directly ,it works fine with VC++ 6.0 ,but I really can't see what  causes the error in Codeblocks ...Maybe the compiler do not support other IDE ..Maybe I got some compiler parameters lost .....I woule appreciate it if some can help me ..Here is the VC++ 6.0 compiler I am working with .. link removed

oBFusCATed

How many threads are you using for compiling your project? If it is more than one you should try with just 1, because older visual c++ compilers have problems when running in multiple threads/processes.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]