> Hi, > > Can anybody tell me the procedure of building tap driver > on windows? I'm > able to build tap0801 using WINDDK 3790, but tap0901 build is > failing. It > says autodefs/defs.h file is missing? The folder autodefs is > not in the > current directory. What should i do to get the defs.h header file? ...
That's not a DDK problem, but rather that file is generated when initially configuring the code for make. I can't remember just where, but I think when you run the configure.ac. The autodefs directory will be created, and the defs.h will be in it (along with some other stuff). -Dave