|
PcCardConfig M Option Can anyone confirm whether the PcCardConfig (M) option in the ConfigOverride section of an inf file for a PCMCIA card running on a cardbus (Texas Instruments PCI-1510) controller actually does anything under WinXP SP2. I am trying to enable 16 bit memory access to common memory on the card. I have checked the m... 22 Aug 2005 10:07
x64 Calling convetion(ABI) issues. _asm{...} is not allowed in 64bit DDK compiler. So have to rewrite the _asm session to C or intrinsic function. While, rewrite to C works fine, but rewrite to intrinsic funtion(complete assemble code) have some problems. In HCT 12.1, there is a x64 calling convention test, which complain that the intrinsic funct... 26 Aug 2005 13:32
USB device access via DeviceIoControl and WriteFile / ReadFile I have a strange problem. In my Language Monitor I am trying to analyze on starting the Monitor after reboot if the printer attached is my printer and if this printer can communicate bi-directional. I am using DeviceIoControl for getting the DeviceID and have no problems with this. Then I am using WriteFile an... 14 Sep 2005 12:04
Repost: DIFxApp Legacy Mode on Windows 2000 This is a repost but I am now invoking the tech support powers of the MSDN Universal Subscription. Please forgive my redundancy. I have an installation for an unsigned driver that I have configured for legacy mode (flags set to 0x8 in the MsiDriverPackages custom table). It works fine on XP but fails on 20... 5 Oct 2005 18:44
Ndis-Broadcom Hi All, I have written an intermediate driver based on passthru sample. My driver works fine with WLAN card and Gigabit LAN card of intel . But it crashes, when i use it on BroadCom Nextreme Gigabit ethernet card. The operating system is windows xp with SP2 and version of the driver is 7.80.0.0 date:06/... 10 Aug 2005 10:19
Printer Driver Terminal Service Support problems Hello, I have an virtual printer driver that save the EMF to different formats and open an settings dialog on endPageExit() event, the driver works well from win NT , 2000, XP, 2003 . But now i want to add support for multi sessions on terminal server, and i don't know exactly witch is the best way to do it. ... 15 Jul 2005 08:37
question about bluetooth authentication I'm using Windows XP Platform SDK for bluetooth authentication. I found that I can use an all-zero address when calling BluetoothRegisterForAuthentication() to catch requqest from all remote devices. (This is not documented. Please let me know if there is another official way to catch request from unknown devic... 14 Jul 2005 16:46
EABFiltr? What is the non-pnp driver EABFiltr.sys? Would be nice to know that since I keep on getting the following in event log (unless disabled) Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7026 Date: 08.07.2005 Time: 09:06:39 User: N/A Computer: LAPPYDIA Description... 8 Jul 2005 11:57
NDIS-device status Hi All, I am using passthru intermediate driver.I have written an application which on a connect(NDIS_STATUS_MEDIA_CONNECT) notification from my intermedaite driver, will send data using sockets. What i noticed is though the device status is connected(it throws a ballon saying LAN is ... 8 Jul 2005 11:57
problem in installing a driver using DPinst.exe (DIFx V2.0) Hello, I have a legacy driver (not signed) that I like to install using DPInst.exe part of DIFx 2.0. I used the provided toaster sample installation XML as the basis. I add a line to it after <dpInst> as follow to the file so I can install my unsigned driver: <?xml version="1.0"?> <dpInst> ... 3 Jul 2005 22:25 |