Author Topic: When using VC++ 6.0 compling get "open program database xxx.idb '  (Read 7292 times)

Offline 1083010692@qq.com

  • Single posting newcomer
  • *
  • Posts: 3
When using VC++ 6.0 compling get "open program database xxx.idb '
« on: September 14, 2014, 05:56:57 am »
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
« Last Edit: September 17, 2014, 07:46:50 pm by jens »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353

Offline 1083010692@qq.com

  • Single posting newcomer
  • *
  • Posts: 3
Re: When using VC++ 6.0 compling get "open program database xxx.idb '
« Reply #2 on: September 17, 2014, 04:51:44 pm »
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
« Last Edit: September 17, 2014, 07:47:07 pm by jens »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: When using VC++ 6.0 compling get "open program database xxx.idb '
« Reply #3 on: September 17, 2014, 05:05:42 pm »
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!]