From: _Doug on 9 May 2008 11:34 Which compiler should be used to simply build a Visual-C++ program that needs to call the USB interface functions in the DDK? Our program isn't a driver; it part of a GUI lets other programs connect by socket, and relays their read/writes over USB to our USB device. -- Doug "Rich S." wrote: > Hello, > > I just installed the Server 2003 DDK. Am I incorrect in assuming that it is > supposed to integrate with Visual Studio? It can't be that I must write my > code with notepad and then compile and link at the command line, can it? > > Please forgive my ignorance, but how does one integrate the DDK with Visual > Studio? Or can you point me to an article that tells how? > > Thank you very much, > Rich
From: Maxim S. Shatskih on 9 May 2008 13:19 > Which compiler should be used > to simply build a Visual-C++ program > that needs to call the USB interface functions in the DDK? I think any MS's compiler will be OK, and probably non-MS too. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com
|
Pages: 1 Prev: IOCTL_MOUNTMGR_VOLUME_ARRIVAL_NOTIFICATION error Next: virtual device driver |