driver

mysql driver jar not being recognized

Hi all, I have an token class file in an jar file. The token class files is the class that uses jdbc to retrieve data from the database. However when I call the jar file it does not seem to recoginize the external mysql driver jar file. The error is pointed to this line Class.forName(driver);. I have referenced the mysql driver in...

Using WinDDK test utilities with Visual Studio 2005

I'm currently trying to run the NdisProt driver given by WinDDK 2003. I've build and installed the driver successfully. It comes with a test utility named uiotest When I build the utility with make it runs correctly. When I create a blank win32 application solution with Visual Studio 2005 it cannot connect to the driver during CreateF...

kernel mode driver write to file

Hi, I am working on a windows keyboard filter driver and I need to write to a file. I tried using zwcreate,zwwrite, and zwclose but the driver is not running at PASSIVE_LEVEL and I got the BSOD. I have never written a windows driver before. Thanks for the help! EDIT: Thanks J. Passing! ...

How can I get my driver WHQL signed for Vista 64?

I have a driver that my company has been using for a few years for our customers. The driver can no longer be installed under Vista 64. I believe I need to get the driver signed, but I am not sure how I can get started. What is the best place to get started? How long does this typically take? What will I need to send to Microsoft? ...

NDIS Intermediate driver interface to C#

I'm developing what is essentially a specialized firewall application. The solution needs to be 32 and 64-bit compatible. My company wants to keep the current program interface, which is written in C#. What I need is this: a way to monitor and manipulate all network traffic on the system. My research has led me to believe that a NDIS...

Where can I find free open source dbexpress driver for mysql

I need a dbx driver for mysql. It should be free. Open source is appreciated. (delphi 7+ and mysql 5+) ...

Getting Started on Driver Development

Does anyone have any books/tutorials which may be useful in getting started in Windows device driver development? For plain Win32/GUI development, Petzold's book seems to be the essential reference. Does such exist for drivers? I would like to note that I'm not actually talking to hardware -- I actually want to emulate a piece of hardw...

BugTrap and RapiDbg on Windows Mobile 6.0

I'm trying to port a driver and a few applications from a PDA running PocketPC 2003 (Windows CE 4.21) to one running Windows Mobile 6 (CE 5.2). Does anybody know if/how I can log the OutputDebugString calls made by the driver, short of using the Platform Builder or any custom OS image? Porting is 99% complete, but I need to troublesho...

Windows Filtering Platform Callout Drivers - Samples, Tutorials, Help

I'm trying to write a Windows Filtering Platform Callout Driver for a parental control program. Unfortunately, I've never written a driver before, and the MSDN documentation on it isn't too helpful unless you already know the basics (I'm guessing). Does anyone know of any good resources on the subject? Books, online samples, documenta...

Is USB power always enabled ? And if not, how to write a driver.

I have a device that came with an AC power adapter where the connector is a mini USB plug. The device however doesn't seem to power itself from a computer's USB port (using a standard USB-mini USB cable) unless a specific driver is installed. The driver is only available for Windows. I would like to charge the device from USB plugs on...

how to code drivers?

I want to code drivers in C in linux os, though I think its very tough. Can I get some hints as to how to start or books to follow? Drivers can be from my USB port to graphics card!! I know as to where I can search for books, I would like to know as to what the basic knowledge I should start with. Do I need to have hardware knowledg...

Driver development

hi I want some tuitorials and suggestions from ma friends regarding the driver development of an LCD(colour 3'*3') driver and an Audio driver. Because am new to this domain.I have written my own drivers for UART's in DM 320 board. Also i need some basic concepts of the same. Renjith G ...

What replaced usbioctl.h?

I'm trying to create a test module for one of our USB devices and I'm using Windows XP with the Windows 2003 DDK. When I include the I'm getting a warning that it is obsolete, but without getting any hints as to what replaced it. I see that some definitions were migrated to , but the structure definitions for IOCTLs (like USB_NODE_CO...

Writing drivers in C#

I have written earlier in C/C++ but currently, I need it to convert into C#. Can anyone tell me the code/way How to write drivers in C#? Actually currently I have some problems with my old application written in C++ and we have to write the drivers of our LPT1,COM Printers and other USB drivers in C#. ...

How to interface with the Linux tun driver

Hello; I'm having a hard time figuring this problem out - I am trying to write a program that will interact with the Linux tunnel driver. At a very basic level, I simply want to create an application that is able to transfer data over a network tunnel. However, I am completely at a loss as to how to properly set up the tunnel driver i...

"Man in the middle" driver ?

I had an idea, but don't know if it could be possible to do : Could it be possible to code a usb cam driver who can multiplex a video source to any software that needs it ? a sort of "man in the middle" driver :) ...

The same driver for multiple network cards -- performance bottleneck?

I'm using driver e1000e for multiple Intel network cards (Intel EXPI9402PT, based on 82571EB chip). The problem is that when I'm trying to utilize maximum speed (1GB) on more than one interface, speed on each interface starts to drop down. I have my own driver in kernel space designed to just sent given packets. It just allocs packets b...

How to create a virtual printer in Windows?

I want to create a virtual printer driver for Windows. Where should I start? The WDK has some printing drivers examples, but nothing I can use. MSDN doesn't seem to be very helpful. There are a lot of virtual printers for Windows out there (mostly they generate PDFs), how do they do it? Any links to the documentation I seem to miss are...

How to implement a MSVAD driver which change the microphone voice?

Hi all,I want to implement a MSVAD driver which read voice from real device and change it(do some voice morphing),then send it back to real device(so any application will get changed voice),I read the ddk docs and MSVAD sample in DDK but still don't know how to do it,Could you please tell me how to done this job?Is there any other techno...

PHP and Oracle using a thin driver

Is there a thin driver for Oracle available to be used with PHP (for example as an extension)? I cannot install the OCI driver/client, but need to be able to access an Oracle database. ...