If I want my Erlang process connect with a C shared lib I use Erlang linked in port driver. As I want my C program sto开发者_运维问答res some data structures to respond to erlang calls, I must use gl
WCF supports some interoperability bindings. Does any of these bindings allow to communicate with kernel mode sw?
We have a Windows application that can use multiple PCI adapters.These adapters all have external physical connections to other hardware or cables.Our software is configured to know what the physical
I\'d like to modify a USB driver to send and receive USB data over a network. Take for example, an iMac a开发者_如何学Cnd a PC. I have an iPod plugged in to my PC (in NY). I want my iMac (in LA) to r
As i am a total noob to mac os x programming i am having some problems understanding this.I want to create a block device in mac os x leopard which would act as a normal drive in mac os x and after th
Every time a key is pressed on a regular keyboard, a numeric \'key code\' is sent to the computer, eg. 32 or 51 which represent specific keys.
I want to create a very simple .exe that will install a driver.I have an .inf (and all it\'s DLL files).The driver is for a usb device.
I\'m writing a simple kernel driver for my application (think of a very simple anti-malware application.)
I\'d like to create a virtual monitor driver for OS X. What I mean by virtual is a monitor driver that does not drive an attached monitor, yet fools OS X into thinking there is such a monitor attached
I use a Setup and Deploy project in Visual Studio 2008 to install my c# project. I have a USB driver that i can manually install by right clicking the .inf file and choosing Install.