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 ...
|
Can't delete my custom KS proxy plugin filter for default UVC camera driver.
Sun, 30 Sep 2007 14:43:01 +0800
Hi:
I have wrote a customKS proxy plugin filter for default UVC usb camera
driver(usbvideo.sys). I implemented custom property page and some extension
unit control functio in my plugin filter. I used "pagealiases" to replace
default propertypage but I encountered one problem. I just can't delete my
own cu ...
|
|
|
Sending non-fatal notification using WMP ocx
Wed, 26 Sep 2007 02:02:02 -0700
I develop a codec using a directshow filter.
My user application is using Windows Media Player OCX.
I want to be able to send user deined notifications to the application.
Currently I do it using CBaseFilter::NotifyEvent() API.
However, I don't know how to get the event in the application above the OCX.
I tri ...
|
CreateDevice with D3DDEVTYPE_REF, BackbufferFormat error
Tue, 25 Sep 2007 18:22:00 -0700
I'm trying to start up directX with D3DDEVTYPE_REF. I can run the DirectX
smples ok on the machine. When I try to code it myself problems. I was
getting BackBufferFormat is invalid then I started using D3DFMT_X8R8G8B8 for
the backbufferformat and was getting the message(not error msg btw)
Direct3D9: :Device ...
|
Second Monitor
Tue, 25 Sep 2007 17:50:04 -0700
I have an app that plays video to a second monitor, which I enable
though Control Panel/Display/Settings. Is there a way to enable/disable
the second monitor in software?
If this is not the right forum, what is?
Thanks, Geoff ...
|