Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- From: Beginner to device driver <ranu2006@xxxxxxxxx>
- Date: Tue, 18 Mar 2008 02:45:52 -0700 (PDT)
Thanks for the response
OK now I understand using different build evnironment I can build
device drivers compatible with different OS .
Have some silly question
1) Wat about Vista ?
2) Do I need to make any changes in code to make the driver compatible
with different OS or use the same code with different environment ?
On Mar 17, 9:33 pm, "Ben Voigt [C++ MVP]" <r...@xxxxxxxxxxxxx> wrote:
Maxim S. Shatskih wrote:
Forget DDK 2600, use WDK 6001 and the XP build env in it.
Drivers built by XP build env will _not_ generically work on w2k.
To make a w2k-compatible driver, use w2k build env.
But the w2k build env can be hosted on an XP OS.
"Beginner to device driver" <ranu2...@xxxxxxxxx> wrote in message
news:45a9567e-40b2-48d0-8b16-81a95483ae99@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am a beginner to device driver
I hav Windows Xp Sp2 and I am using Windows DDK 2600.
My device driver source contains link to ntstrsafe.lib and and
#define <ntstrsafe.h>
But I am unable to find these files in the DDK 2600 ,
I get a compaliation error "No such file or directory"
Is there any equivalent header file and library in Windows DDK 2600 ?
Device driver built in Windows XP will it work on windows 2000 and
Windows 2003 ?
Please guide me- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- From: Maxim S. Shatskih
- Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- References:
- ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- From: Beginner to device driver
- Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- From: Maxim S. Shatskih
- Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- From: Ben Voigt [C++ MVP]
- ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- Prev by Date: Re: How to replace the Advanced property page of device UI
- Next by Date: Re: Problem with USB High Speed Hub
- Previous by thread: Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- Next by thread: Re: ntstrsafe.h "No such file or directory in Wndows DDk 2600" ????
- Index(es):
Relevant Pages
|