Getting started on a stream interface driver
Posted
by Ranhiru
on Stack Overflow
See other posts from Stack Overflow
or by Ranhiru
Published on 2010-05-22T07:54:37Z
Indexed on
2010/05/22
8:00 UTC
Read the original article
Hit count: 290
I want to build a stream interface driver for testing purposes but I am completely lost. I don't know which IDE to use VS2008 or Platform Builder. Platform Builder is whopping 20GB to download :( Can anyone guide me on how i create the .dll file and include XXX_Open, XXX_Close, XXX_Write, XXX_Read in the dll file? Should i write the .dll file in C++ or can i write it in C#? Please guide me through the basics :) Thanx a lot :)
© Stack Overflow or respective owner