Click here to Skip to main content
15,909,897 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Reading data Samples from sound card Pin
t4ure4n8-Mar-06 3:54
t4ure4n8-Mar-06 3:54 
QuestionWhat kenel API does wdm driver use to open a exe file? Pin
momer1-Mar-06 14:02
momer1-Mar-06 14:02 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
Jijo BP2-Mar-06 0:12
Jijo BP2-Mar-06 0:12 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
fat_boy2-Mar-06 4:21
fat_boy2-Mar-06 4:21 
QuestionHow to open a **.exe file in a wdm driver program? Pin
momer1-Mar-06 13:33
momer1-Mar-06 13:33 
AnswerRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy2-Mar-06 4:27
fat_boy2-Mar-06 4:27 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 2:50
momer3-Mar-06 2:50 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy3-Mar-06 3:06
fat_boy3-Mar-06 3:06 
It is not just a case of opening an exe.

You have to create a process, map the exe into it and call its main function.

At least that is what I am guessing at, god knows how you will do it in reality but you would be mimicing part of the OSs functionality.
If you want to get somethinbg working that is reliable, go the service route that waits for device arrival, via WM_DEVICECHANGE messages and starts the app.


We had to do exactly this for one of our products and, as a driver writter, I was deflecting all kinds of comment by application writers about how easy it is for a driver to do this, with me replying, 'go on then, you do it, and get it through WHQL, and have it run on todays OS and tomorrows'


We went the serive route and so should you.

Nunc est bibendum
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 16:07
momer3-Mar-06 16:07 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
BadAss_Brou4-Mar-06 6:45
BadAss_Brou4-Mar-06 6:45 
QuestionWTF Pin
Eytukan1-Mar-06 2:41
Eytukan1-Mar-06 2:41 
AnswerRe: WTF Pin
toxcct1-Mar-06 2:54
toxcct1-Mar-06 2:54 
GeneralRe: WTF Pin
Eytukan1-Mar-06 2:57
Eytukan1-Mar-06 2:57 
GeneralRe: WTF Pin
toxcct1-Mar-06 2:59
toxcct1-Mar-06 2:59 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:03
Eytukan1-Mar-06 3:03 
AnswerRe: WTF Pin
Marc Clifton1-Mar-06 3:01
mvaMarc Clifton1-Mar-06 3:01 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:04
Eytukan1-Mar-06 3:04 
GeneralRe: WTF Pin
Marc Clifton1-Mar-06 3:11
mvaMarc Clifton1-Mar-06 3:11 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:31
Eytukan1-Mar-06 3:31 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:09
Eytukan1-Mar-06 3:09 
AnswerRe: WTF Pin
Gary Wheeler1-Mar-06 4:06
Gary Wheeler1-Mar-06 4:06 
GeneralRe: WTF Pin
Eytukan1-Mar-06 4:49
Eytukan1-Mar-06 4:49 
GeneralRe: WTF Pin
Gary Wheeler1-Mar-06 5:00
Gary Wheeler1-Mar-06 5:00 
GeneralRe: WTF Pin
Eytukan1-Mar-06 5:27
Eytukan1-Mar-06 5:27 
AnswerRe: WTF Pin
Michael Dunn1-Mar-06 12:39
sitebuilderMichael Dunn1-Mar-06 12: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.