NDIS protocol driver (WinXP DDK 2600.1109)

  • Thread starter Alexandr Mishagin
  • Start date
A

Alexandr Mishagin

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.
 
P

Pavel A.

Alexandr Mishagin said:
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
 
A

Alexandr Mishagin

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 :)
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top