Top "Directx-9" questions

DirectX 9 is the 9th version of Microsoft's DirectX API, which is used to develop and handle tasks related to Multimedia, such as game programming, 3d visualizations and video on Microsoft platforms including Windows XP, Windows Server 2003, and Xbox 360.

Cannot open include file "d3dx9.h"

Edit: Of course, immediately after working on it for an hour then posting here, I found the stupid mistake... I'm …

visual-studio-2010 directx-9
Can I generate a random number inside a pixel shader?

I'm trying to write a very simple shader that adds random sparkle to applicable objects. The way I'd like to …

random hlsl directx-9 pixel-shader
How do I know whether my display driver supports DirectX or not?

I would like to know whether my display driver supports DirectX 11 or not? How do I know the display drivers's …

directx directx-9 directx-10 directx-11
Drawing a rectangle in Direct X

Using the tutorial here, I have managed to get a red triangle up on my screen: http://www.directxtutorial.com/…

c++ directx-9 vertex
Using DirectX to capture screen on Windows

I was experimenting with ways to capture screen on windows and consequently deciding on the fastest way to do so. …

c++ c windows directx directx-9
VS 2017 won't find DirectX include files

I have installed the DirectX SDK and I want to use in my C++ project in Visual Studio 2017. I configured …

c++ directx visual-studio-2017 directx-9
How do I solve LNK2019 for Direct3DCreate9?

During compile time I get the following error: RAT_RendererDX9.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in …

c++ visual-c++ directx directx-9
the type or namespace name 'directx' does not exist in the namespace 'microsoft'

I have been trying to include DirectX in C sharp project (Visual Studio 2010). I installed DirectX SDK and included the …

c# visual-studio-2010 directx directx-9
How can i convert Bitmap to memory stream?

I have a code in form1 constructor: ConvertedBmp = ConvertTo24(newest.FullName); The function ConvertTo24 is: private static Bitmap ConvertTo24(string …

c# .net winforms directx-9
LPCWSTR to char* and vice versa

I'm working on a simple project with DirectX9. I'm having a little snag with some conversion of data types, and …

c++ char type-conversion directx-9 lpcwstr