I installed Windows DDK, build, and installed the Mirror.inf (Microsoft
Mirror Display Driver sample).
After installed, I reboot the computer, and some problems are occuring in
combo boxes and others controls. It seems that I need to force the repaint
moving the mouse over the combo box window.
Other problem is that I can’t run DirectX Applications.
Does anybody have this kind of problem? Is it because the source is
incomplete? I didn’t change anything on source that came with Windows DDK, I
am just testing to start my project and I’d like to understand why this error
is occuring.
Thanks for any help and sorry about my english mistakes,
cox
IP.TV - http://www.ip.tv/
Guilherme Cox wrote:
I installed Windows DDK, build, and installed the Mirror.inf (Microsoft
Mirror Display Driver sample).
After installed, I reboot the computer, and some problems are occuring in
combo boxes and others controls. It seems that I need to force the repaint
moving the mouse over the combo box window.
Are you seeing these problems in the mirrored display, or also in the
primary display? Is it in all applications, or only in certain apps?
Which DDK did you download?
Other problem is that I can’t run DirectX Applications.
Right. The mirror driver sample handles GDI functions. It’s not a
DirectX provider.
Does anybody have this kind of problem? Is it because the source is
incomplete? I didn’t change anything on source that came with Windows DDK, I
am just testing to start my project and I’d like to understand why this error
is occuring.
What kind of project are you trying to create?
–