How can i have an interrupt handler for windows.
please send me a sample code that work with an interrupt in vc++ 6.0
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
I’m afraid you have a long road ahead of you if you expect somebody to drop
interrupt handling code in your lap. For starters, which OS are you
targeting?
May I suggest you start your homework by first obtaining the proper DDK from
Microsoft http://www.microsoft.com/ddk/ A subscription to the professional
level of MSDN library doesn’t hurt either.
Next, obtain some books on device drivers. For starters you can check out
http://www.microsoft.com/ddk/newbooks.asp . You can also search the archives
of this list - many people have suggested many books along the way. For
NT/2000-style device drivers, Peter Viscarola, our “list-slave” for this NT
Developer’s mailing list has co-authored one of the best books on the
subject. You may also want to obtain “Programming the Microsoft Windows
Driver Model” by Walter Oney.
Finally, search the archives of this list, and perhaps the archives of
newsgroups such as comp.os.ms-windows.programmer.nt.kernel-mode for
discussions on interrupt handling.
If, after doing your homework you are still stuck, somebody on this list may
help you, but probably not until then.
Good luck.
-bill
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of javad_p
Sent: Thursday, September 27, 2001 6:40 AM
To: NT Developers Interest List
Subject: [ntdev] Interrupt Handler for windows
How can i have an interrupt handler for windows.
please send me a sample code that work with an interrupt in vc++ 6.0
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
You are currently subscribed to ntdev as: xxxxx@linkeng.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You need a kernel-mode driver for this.
----- Original Message -----
From: “javad_p”
To: “NT Developers Interest List”
Sent: Thursday, September 27, 2001 2:40 PM
Subject: [ntdev] Interrupt Handler for windows
> How can i have an interrupt handler for windows.
> please send me a sample code that work with an interrupt in vc++ 6.0
>
>
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Which OS? DOS, 9x, NT, 2000?
If NT and 2000, without a device driver, you are SOL. For what kind of a
device are you hooking an interrupt?
Gary G. Little
Staff Engineer
Broadband Storage, Inc.
xxxxx@broadstor.com
-----Original Message-----
From: javad_p [mailto:xxxxx@yahoo.com]
Sent: Thursday, September 27, 2001 3:40 AM
To: NT Developers Interest List
Subject: [ntdev] Interrupt Handler for windows
How can i have an interrupt handler for windows.
please send me a sample code that work with an interrupt in vc++ 6.0
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
I want to write for win98
----- Original Message -----
From: “Gary Little”
To: “NT Developers Interest List”
Sent: Thursday, September 27, 2001 6:48 PM
Subject: [ntdev] RE: Interrupt Handler for windows
> Which OS? DOS, 9x, NT, 2000?
>
> If NT and 2000, without a device driver, you are SOL. For what kind of a
> device are you hooking an interrupt?
>
> Gary G. Little
> Staff Engineer
> Broadband Storage, Inc.
> xxxxx@broadstor.com
>
> -----Original Message-----
> From: javad_p [mailto:xxxxx@yahoo.com]
> Sent: Thursday, September 27, 2001 3:40 AM
> To: NT Developers Interest List
> Subject: [ntdev] Interrupt Handler for windows
>
> How can i have an interrupt handler for windows.
> please send me a sample code that work with an interrupt in vc++ 6.0
>
>
>
>
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@broadstor.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Are exist any sample driver for interrupt handler source
----- Original Message -----
From: “Maxim S. Shatskih”
To: “NT Developers Interest List”
Sent: Thursday, September 27, 2001 6:16 PM
Subject: [ntdev] Re: Interrupt Handler for windows
> You need a kernel-mode driver for this.
>
> ----- Original Message -----
> From: “javad_p”
> To: “NT Developers Interest List”
> Sent: Thursday, September 27, 2001 2:40 PM
> Subject: [ntdev] Interrupt Handler for windows
>
>
> > How can i have an interrupt handler for windows.
> > please send me a sample code that work with an interrupt in vc++ 6.0
> >
> >
> >
> >
> >
> > Do You Yahoo!?
> >
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Scan DDK samples for “IoConnectInterrupt”.
----- Original Message -----
From: “javad_p”
To: “NT Developers Interest List”
Sent: Saturday, September 29, 2001 8:21 AM
Subject: [ntdev] Re: Interrupt Handler for windows
> Are exist any sample driver for interrupt handler source
> ----- Original Message -----
> From: “Maxim S. Shatskih”
> To: “NT Developers Interest List”
> Sent: Thursday, September 27, 2001 6:16 PM
> Subject: [ntdev] Re: Interrupt Handler for windows
>
>
> > You need a kernel-mode driver for this.
> >
> > ----- Original Message -----
> > From: “javad_p”
> > To: “NT Developers Interest List”
> > Sent: Thursday, September 27, 2001 2:40 PM
> > Subject: [ntdev] Interrupt Handler for windows
> >
> >
> > > How can i have an interrupt handler for windows.
> > > please send me a sample code that work with an interrupt in vc++ 6.0
> > >
> > >
> > >
> > >
> > >
> > > Do You Yahoo!?
> > >
> > > Get your free @yahoo.com address at http://mail.yahoo.com
> > >
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yahoo.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
>
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> -----Original Message-----
From: javad_p [mailto:xxxxx@yahoo.com]
Sent: Friday, September 28, 2001 9:20 PM
I want to write for win98
>
> > Which OS? DOS, 9x, NT, 2000?
> >
> > If NT and 2000, without a device driver, you are SOL. For
> what kind of a
> > device are you hooking an interrupt?
> >
> >
> > How can i have an interrupt handler for windows.
> > please send me a sample code that work with an interrupt in vc++ 6.0
> >
Yo! javad_p! Dude, you need a device driver.
(1) You want an interrupt handler for Windows 98
(2) In order to have an interrupt handler you have to have a device driver
(3) In order to compile a device driver you have to have the DDK for your
target OS
(4) The DDK will include many samples of interrupt handlers (and
discussion–don’t get your hopes up–to explain things)
(5) See http://www.microsoft.com/hwdev/ddk/ddk98.htm
Hope this helps,
Christine
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
RE: [ntdev] RE: Interrupt Handler for windowsThanks
I saw ddk but I don’t found interrupt handler sample
please send me a sample of it
----- Original Message -----
From: Christine Ames
To: NT Developers Interest List
Sent: Saturday, September 29, 2001 10:05 PM
Subject: [ntdev] RE: Interrupt Handler for windows
-----Original Message-----
> From: javad_p [mailto:xxxxx@yahoo.com]
> Sent: Friday, September 28, 2001 9:20 PM
>
>
> I want to write for win98
>
> > Which OS? DOS, 9x, NT, 2000?
> >
> > If NT and 2000, without a device driver, you are SOL. For
> what kind of a
> > device are you hooking an interrupt?
> >
> >
> > How can i have an interrupt handler for windows.
> > please send me a sample code that work with an interrupt in vc++ 6.0
> >
Yo! javad_p! Dude, you need a device driver.
(1) You want an interrupt handler for Windows 98
(2) In order to have an interrupt handler you have to have a device driver
(3) In order to compile a device driver you have to have the DDK for your target OS
(4) The DDK will include many samples of interrupt handlers (and discussion–don’t get your hopes up–to explain things)
(5) See http://www.microsoft.com/hwdev/ddk/ddk98.htm
Hope this helps,
Christine
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi,
You can try Jungo’s (www.jungo.com) driver development toolkits which are
designed for creation of high performance PCI / Compact PCI / USB / ISA /
ISA PnP / EISA based device drivers. No Kernel or DDK knowledge needed.
These tools will diagnose your hardware and automatically generate a
skeletal device driver code, including interrupt handler.
Best Regards,
Ilya Lifshits.
R&D
Jungo Ltd.
Email: xxxxx@jungo.com
Web: http://www.jungo.com
Phone: 1-877-514-0537(USA) +972-9-885-8611 (Worldwide) Ext. 117
Fax: 1-877-514-0538(USA) +972-9-885-0619 (Worldwide)
At 02:10 PM 9/27/2001 +0330, javad_p wrote:
How can i have an interrupt handler for windows.
please send me a sample code that work with an interrupt in vc++ 6.0
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
You are currently subscribed to ntdev as: xxxxx@jungo.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
IoConnectInterrupt on my box yielded these results:
c:\ntddk\src\kernel\parport\util.c
c:\ntddk\src\kernel\serial\pnp.c
c:\ntddk\src\storage\fdc\fdc\fdc.c
c:\ntddk\src\storage\fdc\3mode\fdc\fdc.c
c:\ntddk\src\storage\fdc\3mode\fdc.2\fdc.c
c:\ntddk\src\input\pnpi8042\kbdpnp.c
c:\ntddk\src\input\pnpi8042\moudep.c
c:\ntddk\src\input\pnpi8042\moupnp.c
c:\ntddk\src\smartcrd\pscr\pscrnt.c
What DDK did you search in?
-bill
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com