DVDSample or PlayDVD sample debugger error
Mon, 3 Dec 2007 08:35:02 -0800
When debugging either the DVDSample or PlayDVD sample applications,
I get the infamous message:
Protection Error:
Debugger detected,-please close it down and restart!
I have both Nero and InterVideo decoder filters installed:
// C:\Program Files\InterVideo\Common\Bin\iviaudio.ax
// C:\Pro ...
|
Crazy Luddite looking for old DirectX SDK (5, 6, 7, or 8)
Fri, 30 Nov 2007 19:46:59 -0800 (PST)
Call me a crazy Luddite, but I found a copy of Visual Studio 97
with Visual C++ 5 (!) on my shelf, and thought it would be
fun to see if I could still build an example project or two with it.
So I poked around on the net and found
http://www.libsdl.org/release/SDL-1.2.6/VisualC.html
which seems like a fine exam ...
|
directshow: how to get the Previewer (Renderer) Pin
Tue, 27 Nov 2007 04:36:48 -0800 (PST)
Hi
How to get the Previewer (Renderer) Pin.
We need to insert a filter before the Renderer in the graph.
Is there a way to get the Pin or Filter.
I used the PPC Sample CameraCapture that I improved:
Thank you very much!
Michel
This is the previewe code.
//======================================= ...
|
DirectX and Matrix confusion
Mon, 19 Nov 2007 23:42:27 -0800
What I am trying to do is build a function that draws a wall out of blocks.
I have a function that can do this easily as long as no rotationn takes
place. I pass it the bottom/left X,Y,Z, width, height. I can then use two
for loops to iterate through the blocks and build the wall.
Okay, now I'm trying to ...
|
directx 8.1b and visual C++ 2005 express
Fri, 16 Nov 2007 14:00:00 -0800
I've been on directx 8.1b and vc++ 6.0 up until now and am seeing the light
to move towards directx 9.0c (august 2007) and vc++ 2005 express.
But I am trying to move a 'directx 8.1b and vc++ 6.0' app to be 'directx
8.1b and vc++ 2005 express'
I open the .dsw and get prompted to convert it to .vcproj, no pr ...
|
vc++ 2005 express and can't find windows.h !?!
Mon, 29 Oct 2007 08:08:00 -0700
This is perhaps not the right forum for this....
I installed VC++2005 express edition, the platform SDK, and directx august
2007 release on my windows XP SP2 laptop with the expectation of writing code
that will use directx 9.0c.
I installed the EmptyProject c++ sample and then tried to compile it. I get
...
|
DirectShow cannot instantiate the CSampleGrabber (Windows Mobile 5)
Wed, 24 Oct 2007 14:12:06 -0000
Hi Everybody.
I try to make an application that grab some frame from the Preview
Camera and also draw some overlay on them back.
All the nice guys here explained me that I need to NullRenderer and
CSampleGrabber
1) I succeeded to Compile AND Register the NullRederer and the
CSampleGrabber.
2 )I succeded ...
|
|
|
replacing Direct3DRMCreate()
Thu, 18 Oct 2007 06:15:02 -0700
This is an old DirectX 7 API function. What is the new function/interface
should I use in DirectX 9 graphics in order to replace such old function call? ...
|
Failed to lock driver mip-map surface
Tue, 2 Oct 2007 14:22:36 +0100
Dear All,
My code is effectively:
IDirect3DTexture9 *imageTexture;
D3DLOCKED_RECT lr;
if (SUCCEEDED( d3dDevice->CreateTexture(748, 942, 1, D3DUSAGE_DYNAMIC,
D3DFMT_X8R8G8B8, D3DPOOL_DEFAULT, &imageTexture, NULL) ) &&
SUCCEEDED( imageTexture->LockRect(0, &lr, NULL, 0) ))
...
What could cau ...
|
Help in VS 2005
Sun, 30 Sep 2007 13:08:24 +0200
Hello
It seems it's a FAQ, but I still can not find an answer:
I installed Visual Studio 2005 and then DirectX 9.0 SDK, but when I
press F1 with a DirectX code, there is no dynamic help found.
I found
http://groups.google.fr/group/microsoft.public.win32.programmer.directx.sdk/browse_thread/thread/bfceff27f88a3 ...
|