473,608 Members | 2,592 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DirectX SDK Errors

23 New Member
I don't really think I mean errors, but it seems so on my computer.

I used to have Visual C++ 2005 Express, and I tried the DirectX SDK, and it didn't work. I had some idea in my head about the express version not having every single library or header file required to make the SDK work, so I decided to get the full version of Visual Studio 2005. I'm glad I bought it, because now I have a whole load of stuff to work with, but sadly, the DirectX SDK still refuses to work.

If any of you have also had this problem, and have resolved it in some way, please help me.

Example: ConfigSystem

Error:
Expand|Select|Wrap|Line Numbers
  1. 1>------ Build started: Project: ConfigSystem, Configuration: Debug Win32 ------
  2. 1>Compiling...
  3. 1>dxstdafx.cpp
  4. 1>c:\documents and settings\administrator\documents\visual studio 2005\projects\configsystem\common\dxstdafx.h(53) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory
  5. 1>Build log was saved at "file://c:\Documents and Settings\Administrator\Documents\Visual Studio 2005\Projects\ConfigSystem\Debug\BuildLog.htm"
  6. 1>ConfigSystem - 1 error(s), 0 warning(s)
  7. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sorry if anyone else has already posted something like this, because I searched for a thread like this, and couldn't find one.

Thanks.
Mar 6 '07 #1
3 3642
sicarie
4,677 Recognized Expert Moderator Specialist
I don't really think I mean errors, but it seems so on my computer.

I used to have Visual C++ 2005 Express, and I tried the DirectX SDK, and it didn't work. I had some idea in my head about the express version not having every single library or header file required to make the SDK work, so I decided to get the full version of Visual Studio 2005. I'm glad I bought it, because now I have a whole load of stuff to work with, but sadly, the DirectX SDK still refuses to work.

If any of you have also had this problem, and have resolved it in some way, please help me.

Example: ConfigSystem

Error:
Expand|Select|Wrap|Line Numbers
  1. 1>------ Build started: Project: ConfigSystem, Configuration: Debug Win32 ------
  2. 1>Compiling...
  3. 1>dxstdafx.cpp
  4. 1>c:\documents and settings\administrator\documents\visual studio 2005\projects\configsystem\common\dxstdafx.h(53) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory
  5. 1>Build log was saved at "file://c:\Documents and Settings\Administrator\Documents\Visual Studio 2005\Projects\ConfigSystem\Debug\BuildLog.htm"
  6. 1>ConfigSystem - 1 error(s), 0 warning(s)
  7. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sorry if anyone else has already posted something like this, because I searched for a thread like this, and couldn't find one.

Thanks.
Can you post your header includes?
Mar 6 '07 #2
tsgomez
12 New Member
I had this problem yesterday.

from the main project screen, select Project from the menu bar. then choose the Project Name Properties option. Your property pages dialog will open. Select the folder C/C++. On the right side of the property page dialog, you'll see an area labeled "Additional Include Directories". Place the path to your 'XInput.h' in the text box then click Apply. That will tell VS 2005 where to find the header file you need.

Hope this helps.
Mar 7 '07 #3
str1ker
23 New Member
ya that worked thanks. sorry for the late reply. spending too much time working on it, forgetting that i had actually posted for help...

anyway, that worked fine. but i just downloaded the feb 2007 SDK, and that worked, without me having to do anything. now all i need is a graphics card that supports shaders...
Mar 11 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1178
by: Dylan | last post by:
Hi all, I am student who is using .NET pro. I have copy and pasted a working section of code into a new project. Its a simple demo using directX to rotate a triangle. However when i try and compile the program I get 5 linking 2019 errors (Unresolved external symbol). I have read through the help explanation of this but don't see where the error has come from. Especially since this code DOES work. Please help. Cheers
1
2432
by: Chuck Glenn | last post by:
I installed visual studio 2002 (aka 7.0) enterprise architect, then directx 9.0b. Directx acted like it was installing .net extensions, but I when I open someone else's (tested and working) code, I vs tells me that all the Microsoft.Directx namespaces were not recognized. Does this have anything to do with the fact that vs was also unable to update itself? I installed from year-old MSDN cds. HELP!
9
7477
by: Mike P | last post by:
Problems, problems... Im trying to create DirectX Projects within C# and to also look at the latest DirectX C# Samples. I have just installed MS Visual C# .net Standard Edition on my Windows XP Pro PC and I then installed the full DirectX 9.0 SDK (Summer 2004) & then the latest DirectX 9.0 SDK (Feb 2005) Spent several hours doing all this but there are NO DirectX C# sample
2
2167
by: emr | last post by:
Hi, just downloaded DirectX SDK (latest one) and found an example but it doesn't work. So any1 can tell me what the heck is with the Main() method what did this guy do? Thanks. using System; using System.Drawing; using System.Collections;
1
1833
by: Patrick Ireland | last post by:
I have installed the lastest DirectX SDK on my machine. However, when I try to build their VB.NET example of an audio/video player, the build gets errors associated the the DirectX namespaces for audio and video components. I use the defaults to load the DirectX SDK as I did when I initially installed the .NET software. It appears to me that the build can not find the components. What files contain the .NET DirectX namespaces? Where...
0
2935
by: Harvey Cohen | last post by:
Hello all, I have some C# code that implements calls to DirectX.DirectSound. It compiles under both VS .NET 2003 and VS 2005 and runs under VS .NET 2003 and VS 2005 on a Compaq laptop (Windows XP Home), a Dell Xeon workstation (Windows XP Pro) and a Gateway GM 825 (Windows XP Media Center). It also runs on the Dell and the Compaq under VS 2005, but when I attempt to run the code under VS 2005 on the Gateway (Windows XP MCE), I get...
14
2643
by: Jessica Weiner | last post by:
I am writing an application in C# which need to plot graphs and simple shapes (polygons, circles, squares etc). Which library is better for this purpose and why? Thanks.
0
1175
by: the.frapster | last post by:
HI, I hope you all can help me, or at least point me in the right direction. I am not a programmer, I am just trying to help some students in a programming class with this issue, I am the lab assistant for their college and they are saying it's a program installation issue whereas I am thinking it's a programming issue. I've done an install of .NET 2003 with the October 2005 Directx SDK. We have a sample project that we are trying to...
0
1545
by: Ling | last post by:
I am using boost.python to wrap C++ function which includes directmusic libraries to simply play the midi, but lots of linkage errors "error LNK2001: unresolved external symbol". I wonder if it is possible to work with DirectX - directmusic libs. Are there any ways to wrap it? *********************compilation errors ************************* msvc.link.dll bin\msvc-7.1\debug\threading-multi\playmusic.pyd bin \msvc-7.1\debu...
0
7998
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8470
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8142
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6813
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6010
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5475
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3959
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1580
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.