fatal error C1033

The Partridge Family were neither partridges nor a family. Discuss.
black-box
Posts: 7
Joined: November 14th, 2012, 10:26 pm

fatal error C1033

Post by black-box » November 17th, 2012, 9:38 pm

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

Muttley
Posts: 39
Joined: October 19th, 2012, 6:00 am

Re: fatal error C1033

Post by Muttley » November 17th, 2012, 10:54 pm

Right click on your VS icon, properties -> compatibility -> run this program in compatibility mode for -> Windows Vista (Service Pack 2), see if that works.

black-box
Posts: 7
Joined: November 14th, 2012, 10:26 pm

Re: fatal error C1033

Post by black-box » November 18th, 2012, 12:21 pm

i tried to run it in a compatibility mode for Windows Vista (Service Pack 2),but i get this massage
Attachments
d.png
error
d.png (34.49 KiB) Viewed 4144 times

NaturalDemon
Posts: 97
Joined: October 28th, 2012, 8:28 pm

Re: fatal error C1033

Post by NaturalDemon » November 18th, 2012, 2:23 pm

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

black-box
Posts: 7
Joined: November 14th, 2012, 10:26 pm

Re: fatal error C1033

Post by black-box » November 20th, 2012, 1:12 am

does VS c++ 2010 support x64

adabo
Posts: 154
Joined: October 27th, 2012, 3:28 am
Location: Houston, Texas

Re: fatal error C1033

Post by adabo » November 20th, 2012, 3:03 am

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

User avatar
npissoawsome
Posts: 114
Joined: June 8th, 2012, 3:01 pm

Re: fatal error C1033

Post by npissoawsome » November 20th, 2012, 3:13 am

"------ 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..

black-box
Posts: 7
Joined: November 14th, 2012, 10:26 pm

Re: fatal error C1033

Post by black-box » November 20th, 2012, 7:18 pm

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 ?

adabo
Posts: 154
Joined: October 27th, 2012, 3:28 am
Location: Houston, Texas

Re: fatal error C1033

Post by adabo » November 21st, 2012, 1:53 am

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.

indus
Posts: 35
Joined: November 7th, 2012, 12:35 am

Re: fatal error C1033

Post by indus » November 21st, 2012, 9:21 am

Do NOT uninstall any of the VC++ Redistriutables. This will most probably lead to some of your programs/games not working any more.

Post Reply