// JP opened flex table

Click to See Complete Forum and Search --> : setup vc6 with DDK2003 to built dd for win2000


bassamdo
December 13th, 2004, 03:39 AM
hi folks..

i need some help here.
i want to use VC6 with DDK2003 to built kernel device driver for win2000, but
for the first time how can i setup vc6 environment to work with ddk2003.
it is important..
thank you all,

And-or
December 13th, 2004, 08:36 AM
Read previous thread - you can find there a link to useful batch file, you can use to build drivers in vc6 using any DDK. If you already have it, copy it to your VC bin directory. Then start Visual Studio and create new makefile project. Then instead of "nmake /f project.mak" type "ddkbuild -W2KNET free ." (change "free" to "checked" in debug build). You should also create "sources" and "makefile" files for your project.

And-or

//JP added flex table