I have been looking for some supports for programing with ASPI in MFC for a long time, but still can find nothing. Or the documents were too difficult to understand without examples. I want to control a AIT SCSI tape driver, such as reading, writing and sending command. But how to do this

How to program with a tape driver through ASPI in MFC?
Ori234454
Note that there are no standard ASPI drivers in Window NT, 2000, XP and 2003.
You always need to third party driver to use it! (Adaptec, Nero...)
santosh k singh
The MFC is a library to develop large GUI front end applications and other stuff. Drivers usually do not have a GUI. They usually don't even have a window...
Look into the DDK or choose a newsgroup that deals with driver programming.
MFC isn't the correct choice for tool to develope a driver.
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.development.device.drivers&cat=en_US_d67611da-fb16-41b7-92aa-516b4dd9cf52&lang=en&cr=US
Brenden