NDIS protocol driver (WinXP DDK 2600.1109)

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)

Hello!

There is WIN9X define in NDIS protocol driver sample (from WinXP DDK
2600.1109).
C_DEFINES=$(C_DEFINES) -DWIN9X=1 (in SOURCES file).

Can i compile (Win XP Build Environment) these sources and use binary in
Win9X without any modification?
How can i use these sources for Win9x? How to install?

Thank for any advise.
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)

"Alexandr Mishagin" <spacer@au.ru> wrote in message news:eS0VLCRDFHA.1932@TK2MSFTNGP14.phx.gbl...
> Hello!
>
> There is WIN9X define in NDIS protocol driver sample (from WinXP DDK
> 2600.1109).
> C_DEFINES=$(C_DEFINES) -DWIN9X=1 (in SOURCES file).
>
> Can i compile (Win XP Build Environment) these sources and use binary in
> Win9X without any modification?

Short answer is no. For Win98, use win2000 build environment.

> How can i use these sources for Win9x? How to install?

This really depends on the sources, not all sources are compatible with win9x.
How to install: see samples in the DDK.

Good luck.
--PA
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)

Hello!

So i get sources from WinXP(!) DDK.
Uncomment WIN9X(!) define in SOURCES file.
Compile sample with W2K(!) environment.

Can i use driver in W9X after above steps? wow :)

"Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
news:%23BXwZaYDFHA.3840@tk2msftngp13.phx.gbl...
> "Alexandr Mishagin" <spacer@au.ru> wrote in message
> news:eS0VLCRDFHA.1932@TK2MSFTNGP14.phx.gbl...
>> Hello!
>>
>> There is WIN9X define in NDIS protocol driver sample (from WinXP DDK
>> 2600.1109).
>> C_DEFINES=$(C_DEFINES) -DWIN9X=1 (in SOURCES file).
>>
>> Can i compile (Win XP Build Environment) these sources and use binary in
>> Win9X without any modification?
>
> Short answer is no. For Win98, use win2000 build environment.
>
>> How can i use these sources for Win9x? How to install?
>
> This really depends on the sources, not all sources are compatible with
> win9x.
> How to install: see samples in the DDK.
>
> Good luck.
> --PA
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)

And again, the answer is - it depends.
Miniports require special tricks to work on win9x.
So yes, you CAN use it. Try. maybe it will work (wow!) but maybe not.
--PA

"Alexandr Mishagin" wrote:
> Hello!
>
> So i get sources from WinXP(!) DDK.
> Uncomment WIN9X(!) define in SOURCES file.
> Compile sample with W2K(!) environment.
>
> Can i use driver in W9X after above steps? wow :)
>
> "Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
> news:%23BXwZaYDFHA.3840@tk2msftngp13.phx.gbl...
> > "Alexandr Mishagin" <spacer@au.ru> wrote in message
> > news:eS0VLCRDFHA.1932@TK2MSFTNGP14.phx.gbl...
> >> Hello!
> >>
> >> There is WIN9X define in NDIS protocol driver sample (from WinXP DDK
> >> 2600.1109).
> >> C_DEFINES=$(C_DEFINES) -DWIN9X=1 (in SOURCES file).
> >>
> >> Can i compile (Win XP Build Environment) these sources and use binary in
> >> Win9X without any modification?
> >
> > Short answer is no. For Win98, use win2000 build environment.
> >
> >> How can i use these sources for Win9x? How to install?
> >
> > This really depends on the sources, not all sources are compatible with
> > win9x.
> > How to install: see samples in the DDK.
> >
> > Good luck.
> > --PA
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)

Hallo!

NDISUIO is an NDIS protocol sample, not NDIS miniport.
ok.

"Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
news:8CF19E29-3012-4E6E-AC3E-9DC8CD234831@microsoft.com...
> And again, the answer is - it depends.
> Miniports require special tricks to work on win9x.
> So yes, you CAN use it. Try. maybe it will work (wow!) but maybe not.
> --PA
>
> "Alexandr Mishagin" wrote:
>> Hello!
>>
>> So i get sources from WinXP(!) DDK.
>> Uncomment WIN9X(!) define in SOURCES file.
>> Compile sample with W2K(!) environment.
>>
>> Can i use driver in W9X after above steps? wow :)
>>
>> "Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
>> news:%23BXwZaYDFHA.3840@tk2msftngp13.phx.gbl...
>> > "Alexandr Mishagin" <spacer@au.ru> wrote in message
>> > news:eS0VLCRDFHA.1932@TK2MSFTNGP14.phx.gbl...
>> >> Hello!
>> >>
>> >> There is WIN9X define in NDIS protocol driver sample (from WinXP DDK
>> >> 2600.1109).
>> >> C_DEFINES=$(C_DEFINES) -DWIN9X=1 (in SOURCES file).
>> >>
>> >> Can i compile (Win XP Build Environment) these sources and use binary
>> >> in
>> >> Win9X without any modification?
>> >
>> > Short answer is no. For Win98, use win2000 build environment.
>> >
>> >> How can i use these sources for Win9x? How to install?
>> >
>> > This really depends on the sources, not all sources are compatible with
>> > win9x.
>> > How to install: see samples in the DDK.
>> >
>> > Good luck.
>> > --PA
>
 

TRENDING THREADS