Click here to Skip to main content
16,013,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcomment/uncomment macro Pin
sunil_g1724-Jul-03 2:33
sunil_g1724-Jul-03 2:33 
GeneralRe: Message Pin
Fistboy24-Jul-03 2:27
Fistboy24-Jul-03 2:27 
GeneralRe: Message Pin
Alexander M.,24-Jul-03 2:44
Alexander M.,24-Jul-03 2:44 
QuestionHow can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 2:17
Behzad Ebrahimi24-Jul-03 2:17 
AnswerRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 2:39
Alexander M.,24-Jul-03 2:39 
GeneralRe: How can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 3:33
Behzad Ebrahimi24-Jul-03 3:33 
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 3:53
John M. Drescher24-Jul-03 3:53 
GeneralRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 5:31
Alexander M.,24-Jul-03 5:31 
LOOL, looks like u don't really know very much about that John!

ok Behzad, first you have to get the device driver kit from microsoft, it's free, only shipping has to be paid! (ddk is not free for download, u'll have to order it!)
-> you can find the online documentation of the ddk at http://msdn.microsoft.com[^] in section "Windows Development\Driver Development Kit".
-> ddk order here: http://www.microsoft.com/whdc/ddk/winddk.mspx[^]
i can only tell you, how this works on windows nt based systems, i dont like win98, so i dont code drivers 4 it Cool | :cool:
to connect to these interrupt events, use the IoConnectInterrupt API!

you will find more detailed infos here:
http://www.winnetmag.com/Articles/Index.cfm?ArticleID=298&[^]
http://www.microsoft.com/mspress/books/sampchap/2507b.asp[^]

with source code:
http://www.beyondlogic.org/interrupts/winnt_isr_dpc.htm[^]

@john: coding device drivers is NOT DIFFICULT!

Don't try it, just do it! Wink | ;-)
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 5:41
John M. Drescher24-Jul-03 5:41 
GeneralRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 6:46
Alexander M.,24-Jul-03 6:46 
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 6:58
John M. Drescher24-Jul-03 6:58 
GeneralSending the address to a new window CHtmlView Pin
pdunn24-Jul-03 2:06
pdunn24-Jul-03 2:06 
Generalreplaceing characters in a string Pin
si_6924-Jul-03 1:18
si_6924-Jul-03 1:18 
GeneralRe: replaceing characters in a string Pin
Toni7824-Jul-03 1:29
Toni7824-Jul-03 1:29 
GeneralRe: replaceing characters in a string Pin
si_6924-Jul-03 1:34
si_6924-Jul-03 1:34 
GeneralRe: replaceing characters in a string Pin
JensB24-Jul-03 1:45
JensB24-Jul-03 1:45 
GeneralRe: replaceing characters in a string Pin
Manfred Staiger24-Jul-03 1:46
Manfred Staiger24-Jul-03 1:46 
GeneralRe: replaceing characters in a string Pin
Simon.W24-Jul-03 2:02
Simon.W24-Jul-03 2:02 
GeneralRe: replaceing characters in a string Pin
Ryan Binns24-Jul-03 2:02
Ryan Binns24-Jul-03 2:02 
Generalos compatibility Pin
_gog_24-Jul-03 0:51
_gog_24-Jul-03 0:51 
GeneralRe: os compatibility Pin
Nathan Blomquist24-Jul-03 1:45
Nathan Blomquist24-Jul-03 1:45 
GeneralRe: os compatibility Pin
Fistboy24-Jul-03 2:32
Fistboy24-Jul-03 2:32 
GeneralInnoSetup Pin
JensB24-Jul-03 0:25
JensB24-Jul-03 0:25 
GeneralRe: InnoSetup Pin
Toni7824-Jul-03 0:40
Toni7824-Jul-03 0:40 
GeneralRe: InnoSetup Pin
PJ Arends24-Jul-03 1:09
professionalPJ Arends24-Jul-03 1:09 

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.