AddDevice in Multifunction device
Wed, 14 Nov 2007 13:56:50 -0800
I'm still trying to get my device to work on a multifunction device.
I did make some progress because I do get Unknown Device in the Device
Manager List.
But why was AddDevice Called again?
The first time AddDevice is called, I create the primary device. On
StartDevice phase, I load the firmware, and det ...
|
Problems install multifunction device
Tue, 13 Nov 2007 16:13:01 -0800
I cannot get the second device installed on a multifunction device.
The adaptor can be configured as a single device or a dual-device. The
second device is exactly the same type of device as the primary
device.
I am converting this driver from NT to WDM. I know WDF is probably
better but I familiar with WDM ...
|
Service Pack 2
Mon, 12 Nov 2007 13:26:03 -0800
I am trying to load MS Office Professional Plus 2007. It said I needed to
install SP2. I went online and downloaded it and ran it.. after it was
installed and I clicked on it to run it ... it gave me a message that said
Product not expected... or something of that sort... can someone help ...
|
RE: enable VGA monitor in Windows XP
Fri, 9 Nov 2007 23:10:01 -0800
"Axapta User" wrote:
> I disbled the VGA and now the monitor does not work the XP logo shows up on
> reboot but then the screen goes black, the machine seems to be working. ...
|
Changing icon for driver
5 Nov 2007 10:15:31 -0800
Hi,
I need to change the icon for my driver which falls under a new class.
By changing index in the following line in the .inf file, doesn't
work:
HKR,,Icon,,-5
I don't have a class installer. Just an AddReg install directive in
the inf file.
Please let me know what is the way to change the icon display ...
|
Mulitple device adapter
Fri, 02 Nov 2007 11:34:47 -0700
I have a device that has the capability of being two devices. XP will
only see one device. XP will show that the device has 4 baddrs.
However, the first 2 are for the main device and the last 2 are for
the secondary channel.
Here's my problem. How do I add the secondary device. In my Add Device
routine, I c ...
|
Setting TCP window size (from a TDI filter driver?)
Tue, 30 Oct 2007 07:00:40 -0700
Hi all
Does any one know of a way of setting the TCP window size
dynamically?
The registry settings at TCPIP\Parameters require a reboot, or the per-
interface settings rrquire a stop and start of the conection, but I
want a way of changing it on the fly.
Can it be done through a TDI filter driver? I su ...
|
|
|
need help with nvidia geforce 8600m gt
Mon, 29 Oct 2007 20:22:01 -0700
i just purchased a laptop and upgraded from xp home to xp media center,
however nvidia geforce 8600m gt driver that came with it will not function
with xp, is there anything i can do? ...
|
ReadProcessMemory / WriteProcessMemory problem
Mon, 29 Oct 2007 00:42:51 -0000
I have also started to run into this error message lately (within the
last few weeks).
This is what I've found so far:
* the problem presents itself via Microsoft Office products; in my
case PowerPoint.
* specifically, I'm attempting to insert a piece of clipart using
Microsoft's Media Center
CDROM. In ...
|
Printer Driver
Fri, 26 Oct 2007 13:57:24 -0400
I am new to device drivers for Windows. I need clarifications on the
following:
1. Is a printer driver a UMDF or KMDF type?
2. In the examples of WDK, does the directory %wdk%\src\print contain the
printer driver samples?
3. Which is the best book, that almost spoon feeds, on printer driver
developmen ...
|