Code::Blocks Forums

User forums => Help => Topic started by: 1083010692@qq.com on September 14, 2014, 05:56:57 am

Title: When using VC++ 6.0 compling get "open program database xxx.idb '
Post by: 1083010692@qq.com 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
Title: Re: When using VC++ 6.0 compling get "open program database xxx.idb '
Post by: BlueHazzard on September 14, 2014, 11:34:23 pm
have you searched google (or duckduckgo)?

http://stackoverflow.com/questions/126751/compilation-fails-randomly-cannot-open-program-database
Title: Re: When using VC++ 6.0 compling get "open program database xxx.idb '
Post by: 1083010692@qq.com 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
Title: Re: When using VC++ 6.0 compling get "open program database xxx.idb '
Post by: oBFusCATed 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.