• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programming interrupt handlers Windows 2000

blahblah99

Platinum Member
How to go about doing this? I have data coming into a parallel port and I need an interrupt handler to process the data as it is streaming in.

Thanks in advance. I am using Visual C++ in windows 2000 and need to know how to set up an interrupt handler on IRQ 7.
 
The DDK probably has what you need (I think it's a free download from MS). Here's an article from google groups that describes what I think you're trying to do and references a specific DDK code sample.
 
Back
Top