Page 1 of 2

fatal error C1033

Posted: November 17th, 2012, 9:38 pm
by black-box
I just started lesson 1 , but when i try to build solution,i get this massage :
1>------ Build started: Project: Chili DirectX Framework, Configuration: Debug Win32 ------
1> Windows.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Timer.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Sound.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Mouse.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Keyboard.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Game.cpp
1>CL : fatal error C1033: cannot open program database ''
1> D3DGraphics.cpp
1>CL : fatal error C1033: cannot open program database ''
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I have Windows 7 x64 , so please help

Re: fatal error C1033

Posted: November 17th, 2012, 10:54 pm
by Muttley
Right click on your VS icon, properties -> compatibility -> run this program in compatibility mode for -> Windows Vista (Service Pack 2), see if that works.

Re: fatal error C1033

Posted: November 18th, 2012, 12:21 pm
by black-box
i tried to run it in a compatibility mode for Windows Vista (Service Pack 2),but i get this massage

Re: fatal error C1033

Posted: November 18th, 2012, 2:23 pm
by NaturalDemon
I don't remember if it the same error code.

but check if you have the sql server compac 3.5 installed ...
i manual removed more than needed stuff once and also removed that one and i had a simular error

Re: fatal error C1033

Posted: November 20th, 2012, 1:12 am
by black-box
does VS c++ 2010 support x64

Re: fatal error C1033

Posted: November 20th, 2012, 3:03 am
by adabo
black-box, Yes. I use win 7 64bit.

Can you post your clean solution? http://www.planetchili.net/forum/viewtopic.php?f=3&t=2

Re: fatal error C1033

Posted: November 20th, 2012, 3:13 am
by npissoawsome
"------ Build started: Project: Chili DirectX Framework, Configuration: Debug Win32 ------"

You're building in 32 bit mode, so it supporting 64 bit won't make a difference..

Re: fatal error C1033

Posted: November 20th, 2012, 7:18 pm
by black-box
i tried to open vs c++ 2010 with windows vista sp2 compatibility mode but it didn't work , and a want to ask you guys wish compatibility mode are you using ?

Re: fatal error C1033

Posted: November 21st, 2012, 1:53 am
by adabo
No compatibility mode needed. If it's not working with default installation, something else is wrong. Could be so many things. Have you tried uninstalling VSC++ and VC++Redistriutable? Make sure you only have one version of redistributable in your Add/Remove programs.

Re: fatal error C1033

Posted: November 21st, 2012, 9:21 am
by indus
Do NOT uninstall any of the VC++ Redistriutables. This will most probably lead to some of your programs/games not working any more.