Click here to Skip to main content
15,911,030 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: System Utilities Pin
Jörgen Andersson5-Dec-08 3:07
professionalJörgen Andersson5-Dec-08 3:07 
AnswerRe: System Utilities Pin
Michael Dunn5-Dec-08 15:20
sitebuilderMichael Dunn5-Dec-08 15:20 
AnswerRe: System Utilities Pin
Randor 6-Dec-08 12:30
professional Randor 6-Dec-08 12:30 
AnswerRe: System Utilities Pin
Dave Kreskowiak6-Dec-08 14:41
mveDave Kreskowiak6-Dec-08 14:41 
Questionvirtual device driver development Pin
murasoliselvan3-Dec-08 21:45
murasoliselvan3-Dec-08 21:45 
AnswerRe: virtual device driver development Pin
fat_boy5-Dec-08 1:51
fat_boy5-Dec-08 1:51 
GeneralRe: virtual device driver development Pin
murasoliselvan5-Dec-08 2:15
murasoliselvan5-Dec-08 2:15 
AnswerRe: virtual device driver development Pin
Randor 6-Dec-08 12:23
professional Randor 6-Dec-08 12:23 
murasoliselvan wrote:
1.do we have any IDE for building


It is possible to setup Visual Studio to develop device drivers with full intellisense and class view. You may have to tweak a few things to get it working.

DDKBUILD - Integrating the Windows DDK with Visual Studio .Net[^]


murasoliselvan wrote:
and debugging the kernel mode drivers for windows XP


Install Debugging Tools for Windows 32-bit Version[^]


After installing WinDbg you may want to connect to VirtualPC or VMWare. I have better success with VMWare as it has greater hardware support at the moment. I'm sure Microsoft will grow into the dominate virtualization technology eventually, but they are not quite there yet.

Debugging with VirtualPC:

Tip: Kernel Debugging a VPC Server[^]

with VMWare:

Driver Debugging with WinDbg and VMWare[^]


murasoliselvan wrote:

2.What i have to implement in the copyto or copyfrom functions in the wavecyclic file? and where i have to call these functions to get the data which is going to be played?


I believe you can just RtlCopyBytes directly from the IDmaChannel buffer inside the CopyTo function into your allocated buffer. You do not need to call this CopyTo function. You will need to select your "msvad sample" as the sound playback device.

Some links:

http://msdn.microsoft.com/en-us/library/ms790517.aspx[^]
http://msdn.microsoft.com/en-us/library/ms791820.aspx[^]

Best Wishes,
-David Delaune
GeneralRe: virtual device driver development Pin
murasoliselvan8-Dec-08 21:21
murasoliselvan8-Dec-08 21:21 
Questionin need of Drivers [modified] Pin
AndyInUK30-Nov-08 2:09
AndyInUK30-Nov-08 2:09 
GeneralRe: in need of Drivers Pin
peterchen30-Nov-08 3:20
peterchen30-Nov-08 3:20 
GeneralRe: in need of Drivers Pin
#realJSOP30-Nov-08 3:24
professional#realJSOP30-Nov-08 3:24 
GeneralRe: in need of Drivers Pin
Graham Bradshaw30-Nov-08 3:49
Graham Bradshaw30-Nov-08 3:49 
GeneralRe: in need of Drivers Pin
Drew Stainton30-Nov-08 3:50
Drew Stainton30-Nov-08 3:50 
AnswerRe: in need of Drivers Pin
sajjy7-Dec-08 7:58
sajjy7-Dec-08 7:58 
GeneralGot my hands on some great NAS [modified] Pin
DaveAuld28-Nov-08 6:52
professionalDaveAuld28-Nov-08 6:52 
QuestionThe display driver cannot be normally loaded. Pin
masayuki suda27-Nov-08 20:00
masayuki suda27-Nov-08 20:00 
QuestionDriver to detect an interrupt (IRQ) Pin
dereck78_zg25-Nov-08 21:01
dereck78_zg25-Nov-08 21:01 
QuestionHelp with ZwQueryDirectoryFile for my Driver. Pin
noobDriverDev25-Nov-08 18:49
noobDriverDev25-Nov-08 18:49 
AnswerRe: Help with ZwQueryDirectoryFile for my Driver. [modified] Pin
Randor 26-Nov-08 7:49
professional Randor 26-Nov-08 7:49 
QuestionRe: Help with ZwQueryDirectoryFile for my Driver. Pin
nekitoy26-Nov-08 22:38
nekitoy26-Nov-08 22:38 
AnswerRe: Help with ZwQueryDirectoryFile for my Driver. Pin
Randor 27-Nov-08 4:48
professional Randor 27-Nov-08 4:48 
AnswerRe: Help with ZwQueryDirectoryFile for my Driver. Pin
noobDriverDev27-Nov-08 19:57
noobDriverDev27-Nov-08 19:57 
QuestionSetting Baud Rate for an Modem Device Pin
Marimuthu.r20-Nov-08 2:19
Marimuthu.r20-Nov-08 2:19 
AnswerRe: Setting Baud Rate for an Modem Device Pin
Randor 24-Nov-08 10:39
professional Randor 24-Nov-08 10:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.