DirectX
DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.
Forum Post

[DX10] Newbie Help

I am following Frank D. Luna's book in DirectX 10 but I have a problem compiling this very simple program. #include int main() { D3DXVECTOR3 u(1.0f, 2.0f, 3.0f); return 0; } I...
Forum Post

DirectX 11 June 2010 SDK Install Problem

Hello everyone, I've been encountered a very strange problem during DX SDK install. After I click the next button at the first wizard page of the installer then installer insists that some files...
Forum Post

Re: Directx sdk version compatible for windows 7?

yes, D3D10 and D3D11 are Vista and above, they require WDDM. nvidia 9800 gt? the june 2010 dx sdk should do the trick.
Forum Post

how do I run one DX9 program from another one in fullscreen?

Release(); The error I get when the second exe tries to create it's devices is sometimes: D3DERR_DEVICELOST, but sometimes D3DERR_NOTAVAILABLE Any ideas?
Forum Post

SNB launch, SNB samples, and other Intel graphics samples

Intel just announced a “Sandy Bridge” page, which collects information on our new chip, both the CPU side and the GPU side. SNB is getting good reviews at Anands, Toms, and other key hardware review...
Forum Post

Device attachment problems.

I'm working on a windowed application, in which I only want one part of a form to contain a 3D representation of the standard form inputs within the rest of the windows form. I created a class...
Forum Post

Exporting for 3ds max into directx

Hello all, We use Max and DirectX in our app. We use the .X file format in our pipeline now. We want to animate characters in Max and play these animations in a game. We want to change the...
Forum Post

Directx WinSDK problems

VC++ directories, adding path to directx. Stil i get numerous errors related to WINSDK and directx. I am new to VC++, can any help me, how to run the project in VS2008. windows 7, which has...
Forum Post

Directx sdk version compatible for windows 7?

hey guys, My operating system is windows 7 and my graphics card is 9800 gt which can support till directx 10. My question is directx 10 is vista exclusive?. can i practise dx 10 on windows 7?...
Forum Post

Odd directx problem...

http://s1017.photobucket.com/albums/af292/Cabuws/?action=view&current=Untitled.jpg As you can see from this picture I apparently have DX11, BUT I cannot play avp in DX11 mode? does my video card...
Forum Post

DirectX Sound

Hello everybody! I want to make a program that captures the sound from a microphone and views the level of sound in a percentage. In the same time when the person talks without recording, also it...
Forum Post

Play a video with text overlay

Hi, I need to play a video (Mpeg 2) and display text over it at between specific frame. From there, I download a sample from there but I don't understand how put the text overlay on the...
Forum Post

Re: DirectX Initialization Problem

Well, there aren't many reasons why this should fail. Check that you have DirectX version 9.0c(use DxDiag). If you do, then make sure the versions of the DirectX header files you are using match...
Forum Post

DirectX Initialization Problem

I'm so sorry if this is in the wrong section. My problem is that this line of code keeps failing: d3d = Direct3DCreate9 ( D3D_SDK_VERSION ); if ( !d3d ) { MessageBox ( hWnd,...
Forum Post

DirectX and WPF

Hi, I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++. I am trying to render a scene using DirectX in native code by getting the...
Forum Post

view matrix resets itself.

_43 = - D3DXVec3Dot( &_position,&_look); } void Camera::SetPosition(D3DXVECTOR3 m_pos) { _position = m_pos; } Camera::~Camera(void) { } Camera.h #include #include #include...
Forum Post

Direct3D (DXUT) Problem

Dear friends, When I draw a simple cube, in a DXUT empty project (which can be found in DirectX Sample Browser), the cube becomes transparent. all sides of the cube are visible. I like to have a...
1 2 3 4 5 6 16 26 36 46 56 66  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.