Re: gettimeofday
From: Walter Oney (waltoney_at_oneysoft.com)
Date: 04/06/04
- Next message: Lars Birkemose: "Re: IRP_MJ_READ with irp->mdl == 0 ???"
- Previous message: Walter Oney: "Re: IRP_MJ_READ with irp->mdl == 0 ???"
- In reply to: Sreeram: "Re: gettimeofday"
- Next in thread: Sreeram: "Re: gettimeofday"
- Reply: Sreeram: "Re: gettimeofday"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 06 Apr 2004 12:26:13 -0400
Sreeram wrote:
> What you said is correct. I don't have basic understanding
> about this device driver. I just started doing it 10days
> back. I am learning it alone. No help. Certain things i am
> assuming myself which is going wrong. So in many places i
> am confused. I am basically a C++/Win32/MFC programmer. I
> am taking this(Driver programming) also in that point of
> view. I understand. Kernal mode is different. I am trying
> to read the Windows DDK help file and understand.
Did a clueless manager just say to you, take this Win32 application and
make it work in kernel mode, or something equally silly?
Anything having to do with streaming audio or video is incredibly hard
in Windows. There's a new programming model every time there's a new
release of the OS, and there's never an tutorial documentation to go
with it. As a practical matter, only high-budget projects have any hope
of including any significant innovation because of that. Thus, you can
(1) hire an expert to do this job (whatever it is) for you, or (2) scale
back your project to the point where it doesn't require any variation on
samples that are already in the DDK.
-- Walter Oney, Consulting and Training Basic and Advanced Driver Programming Seminars Check out our schedule at http://www.oneysoft.com
- Next message: Lars Birkemose: "Re: IRP_MJ_READ with irp->mdl == 0 ???"
- Previous message: Walter Oney: "Re: IRP_MJ_READ with irp->mdl == 0 ???"
- In reply to: Sreeram: "Re: gettimeofday"
- Next in thread: Sreeram: "Re: gettimeofday"
- Reply: Sreeram: "Re: gettimeofday"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|