Please help me

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
Deadshot101
Posts: 2
Joined: November 22nd, 2014, 10:52 am

Please help me

Post by Deadshot101 » November 22nd, 2014, 10:59 am

Hi,
I have just started watching ChiliTomatoNoodle's Directx tutorials and somehow I've managed to stuff up on the first video :/
The error message I'm getting is:

Code: Select all

1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------
1>  D3DGraphics.cpp
1>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\include\d3d9.h(37): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>  Game.cpp
1>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\include\d3d9.h(37): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>  Timer.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
1>  Windows.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\Windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
If anyone could help me I would really appreciate it
Thanks, Deadshot101

Guilherme
Posts: 47
Joined: April 20th, 2014, 1:53 pm

Re: Please help me

Post by Guilherme » November 22nd, 2014, 1:18 pm

You should try to reinstall the Visual C++

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Please help me

Post by albinopapa » November 22nd, 2014, 3:55 pm

It appears you are missing the SDK's. I would also try reinstalling the DirectX SDK as well.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: Please help me

Post by LuisR14 » November 22nd, 2014, 6:10 pm

from the looks of it dx sdk seems fine, just some missing crt libs, which would mean reinstall vs
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

Deadshot101
Posts: 2
Joined: November 22nd, 2014, 10:52 am

Re: Please help me

Post by Deadshot101 » November 23rd, 2014, 6:13 am

I have followed what you have told me to do and I have re-installed VS but I am still getting the same error messages :(

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: Please help me

Post by LuisR14 » November 23rd, 2014, 5:52 pm

hmm, what version of VS btw? and could you possibly upload your project (to discard any project misconfiguration), read the "read this 1st" thread b4 you upload lol
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

Post Reply