|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
DirectX 11 Reports Version 10.0 On Windows 7I was running the DxDiag Report Sample for the March 2009 DirectX SDK and on Windows 7 DXDiag_SystemInfo dwDirectXVersionMajor reports as 10 while szDirectXVersionLongEnglish reports as "DirectX...
How To Get D3dx10math.h Into My Project?I have just started using 2008 c++ express and want to know the best way to pull in an include file provided by MS. I want to use functions in the d3dx10math.h file. So I need to include it into...
Microsoft.DirectX.Direct3D.Font.MeasureStringHello, im using VS2008 and latest DirectX SDK (march) and i have problem. According to: http://msdn.microsoft.com/en-us/library/ms891152.aspx there should be MeasureString method in DirectX.Font...
Reinstall Debug RuntimeHi, I've installed the March SDK a short while ago. In the DX control panel, I was able to select between debug or release runtime. Now the release runtime is selected there and all options are disabled...
DirectX SDK Installation Errors On XP ProfessionalOS: Windows XP Professional IDE: Microsoft Visual Studio 2008 Professional I installed DXSDK_Mar09.exe (DirectX Software Development Kit ) & after install the DXSDK environment is not linked visual...
LInks Not UpdatedI installed DXSDK_Mar09.exe but the environment is not correctly linked to DXSDK in visual studio 2008 (I Check "Tool>Options>Project_and_solutions>Vc++ Directories") and did not see any references...
BOOKMARK Redefinition#include "stdafx.h" #include "mapidefs.h" #include "sqlext.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; } The above code compiles fine in 32 bit mode ( /MACHINE:X86 ) But the same gives...
Compiler Error When Including Hi; I'm new to DirectX (and Windows) programming, and am in the early stages of self-learning. I downloaded the DirectX 9 SDK from Microsoft, and have created a few simple applications that create...
Closed Captions Interface : Line21_BytePair SubtypeI use filter ???MainConcept MPEG-2 Video Decoder??? to play a MPG-2 file (1920x1080 pixels). It has 2 out pins (???Video??? and ???~CC???). My input pin is connected to the ~CC Out pin with the interface...
Do I Need The Entire SDK To Use DirectSound In My Project?I am working on a project about sound processing and I want to use DirectSound for sound i/o. Do i need to download the entire sdk?
PIX On 64-bit Windows 7 Crashes Inside Direct3DCreate9I don't know if this is right place to ask, whether it's a Windows 7 thing or a DirectX thing, but here goes anyway :-) I've been trying to get PIX (the shader debugger) to work for me, but every...
Questions On Windows Media File Capture On Windows Mobile 5/6SDKHi I'm creating a DirectShow application which capture windows media video under Windows Mobile 5/6, I did this under desktop which was working due to we have Windows format sdk for desktop, It seems...
DirectX 9.0 SDK Cannot InstallI'm getting error saying "This setup executable has not been packed with files and settings. Please use the PACKER tool to build this executable." "Error Code: S1001" I downloaded from this...
How To Programmatically Configure WMP To Associate All File TypesI need to programmatically to configure Windows Media Player to select all the file types for which you want Windows Media Player to be the default player. In short, the code should simulate, go...
Cannot Install DirectX SDK Either August 2008 Or November 2008Tried to install DX SDK for august 2008 and November 2008 and got the ubiqutous s1010 error. When I 'tested' the downloaded file with WinRAR it reported the file was corrupted. I have an HP1210....
Min. DirectX SDK Version Supported By Visual Studio 2005I have an extremely stupid question: What is the minimum version of DirectX SDK that Visual Studio 2005 supports? In another word, does the DirectX 8.x and earlier versions NOT supported by VS2005...
DirectShow Source FilterI am looking for sample source code for QT or any other file format DirectShow source filter.
GPU Memory Usage On VistaHi All I'm looking for a way to find out how much GPU memory I'm using in real time in vista. Like "GetAvailableVidMem" in directDraw 7. I could only find the total video memory. Thanks Shay...
GPU MarkerI'm attempting to debug a complex render pipeline (DirectX 10) with Pix, it'd greatly speed things up if there was a way to place 'markers' in the render call list during pipeline execution so I can...
Multimedia Audio ControllerI inadvertently deleted my multimedia audio controller and would like to know how to reinstall it. I have tried several installation disks, but to no avail. Can you tell me how to reinstall. Thank...
Capturing HDV Using DirectShowI am new to DirectShow and am trying to use GraphEdit to capture an MPEG-2 transport stream to disk. The camera I'm using is a Canon HV10 and the video is HDV format. I have been successful in...
Button Press Event Of WebcamHi, I have developed a program which is showing image from camera and save the still images from that. But I want to save these still images in disk when I'll press the button present on USB Webcam...
PRESENT, VMR And Multiple Threads In DX9Hi all, I am currently facing big problems combining VMR and PRESENT in DX9. Context: 1. A VMR9 Allocator-Presenter implementation rendering Video to a TextureSurface using Hardware decoding in...
Audio 5.1 Ch Output IndividuallyHi, I want write one application program to test my 5.1ch audio output individually. Only ouput sound to front-left speaker, front-right speaker, mid-speaker, etc... What's API support to this...
Crash In D3DX9_37.dll D3DXShader::CConstantTable::GetSamplerIndex(I'm getting a crash in that function at 0x33 bytes. The shader checks out, it has the correct sampler that I'm looking for (checked for via the description functions) and yet I get an access violation...
Hang In SetEndOfFileHi all, My application hangs many times in a strange call stack as reported by DebugDiag output, seems like in writing-to-console. This is the call stack reported by DebugDiag.exe: ntdll!KiFastSystemCallRet...
(DXSDK) Draw Predicated SampleWith "uses the occlusion predicate query to avoid drawing unnecessary geometry" i have 10-14% lower FPS than clear rendering without this unnecessary feauture. OMG. My configuration is 8600GT, Athlon64...
What If We Provide Two Message Handler For Same Message ?What will happen if i provide two message handlers for a same message
DirectX SDK (August 2008) Release Is Now AvailableThe August 2008 release of the DirectX SDK is now available at. http://msdn.microsoft.com/directx/sdk/ Release Notes including What's New and Known Issues are available at: http://msdn.microsoft...
DirectX SDK (August 2008)I have an application that uses DirectSound; it is a live-stage automation and control system for music and sound effects. Looking to the future I have begun to think about the next major revision...
Promote Your Website 37373LESS Than A Dollar A Day Gets HUGE Exposure. Let Us Handle All The Work - VISITORS GUARANTEED OR YOUR MONEY BACK!!! http://submitmywebpage.com/offers/ cAn]T.P$6
Need Help For DirectXhi, i need some help related to DirectX 9; i have downloaded and installed directX from the following link http://www.microsoft.com/downloads/details.aspx?FamilyID=519aae99-b701-4ca1-8495-39ddde9d7030...
Help! Running Error Of AddRef And QueryInterface In Debug.I write a filter as a C++ class, CMyTransform. Then I create an object of CMytransform m_pMytransform and add it to the filter graph. It goes well in release mode, but when changed to debug mode there...
Cannot Install DirectX SDK June 2008XP Pro SP3 VS 2005 I uninstalled DX SDK Aug 2007, turned off my AVG antivirus and tried to install the latest version but it give me an error at the end. "There is a problem preventing your installation...
Dynamic Instance List In PerfmonHi all, Is this possible to have different number of instances for different counter of same performance object in PerfMon (windows tool). i.e. Object: test counters: c1, c2, c3, c4 instances...
DirectX And Win32 Dialog BoxesI presently am trying to finish an full screen app which uses dialog boxes via DialogBoxParam() call. Unfortunately, one of the dialog boxes refuses to fully paint itself at times. In previous version...
Precise Control Of Playback PositionI have a DirectShow application where I maintain a clock externally, and I need to sync video to this clock. The external clock may not be wall clock time; it might be going faster, it might be going...
GraphEdit IssueHi, I stumbled on an issue with DirectShow's GraphEdit utility after, I think, an upgrade of K-Lite codec pack and I no longer can use GraphEdit's "Connect to Remote Graph" feature which I really...
Problem With Surfaces..ok... This isn't working, and I dont know why, when I pass the resulting surface to StretchRectangle I get the awsome "error in application" haha... anyway. Is this not the right way (using .Net...
DirectX SDK (June 2008) Release Is AvailableThe DirectX SDK (June 2008) release is up today. What's New and Release Notes are on the download page. Microsoft Download link: The redirect should be updated in the next few days. --...
Programming Windows Address BookHow to program/enumerate the windows address book ? 1.I want to browse all identities 2. i want to browse address book profile wise(user profile aware addressbook) Note : don`t tell any...
Setup Projects ProblemHi all, I ran into a compatibility problem when compiling a setup project with programming in Direct3D. Here are the details: On one computer, I have Windows XP, Visual Studio 2005, and DirectXSDK...
Common Config Of Capture Sources?I'm working on a client app that enumerates the devices under the video capture category that will allow someone to pick which capture device they wish to use on their machine. However, we need to...
DirectX 8.1 SDKCan I download DirectX 8.1 SDK from somewhere?
Where Is The C++ Billboard SampleDoes any body know where I can download the old C++ billboard sample that used to come with the DirectX sdk up until 2003? I have the 2006 vlainon of the DirectX sdk and cannot see the billboard...
How To Load Directshow Filters Using GUIDHi all, I am newbie to directx sdk. I didn't how to load the directshow filters using it's GUID presented. Anybody know my query? Please help me.... thanks in advance.....
Direct3DCreate9Ex-2I make it more details. Direct3DCreate9Ex function is in D3d9.h and in D3d9.lib. But it is not exported in D3d9.dll or D3d9d.dll (Debug version). So if I added this function call, it compiles and...
Direct3DCreate9ExAccording to Direct3D Document, Direct3DCreate9Ex is in D3D9.DLL. But I find no exported this function any Direct 3D DLLs. So the question is how to make a call to create an IDirect3D9Ex interface? --...
March 2008 DX SDK And Color Shift?I just installed the March 2008 DX SDK and notice that in several apps, the colors seem to have shifted a bit. Was there something done to the palette/color handling? Vista32, DXSDK, DX10 app....
DX9 Sdk Samples Not Compiling. Something About Dx10?Hi, I have VS.net 2003, direct x 9.0c installed. But when I try to compile the projects under "Microsoft DirectX SDK (August 2007)\Samples\C++\Direct3D" VS keeps saying: Compiling... DXUT....
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|