Re: Newbie question: how to develop DDK in Visual Studio 2005

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Fudan Boy" <asfa> wrote:

It seems that DDKBuild will leverage the MAKEFILE project to invoke the
DDKBuild.bat for the build and compilation. However, we still have to
manually create the SOURCES, MAKEFILE and various *.c files with notepad.

Utter nonsense. You can use whatever editor you want. If you like the
editor in VS2005, then use the editor in VS2005. You can do that even if
you pop out to a cmd shell to do build, but the advantage of DDKBUILD.BAT
is that it lets you press F7 from inside VS2005, just like a user-mode
project.

Is there any automation tool allowing us to create a template project type
which frees us the creating to these basic files? That is creating a basic
DDK project skeleton for us.

Walter Oney shipped one with his WDM driver book, but starting from one of
the samples is probably a better plan at this point. The book is somewhat
dated at this point.

Additional, can you show me what tool do you use to create a basic DDK
project skeleton? Do you use a favorate editor to create SOURCES, MAKEFILE
and various *.c files and then use DDKBuild.bat to build it? I am curious
about your advice :-)

I almost always start from one of the DDK samples. I use vim as my primary
editor, and build from a command line. However, many people have good luck
using the VS2005 IDE with DDKBUILD.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.



Relevant Pages

  • Re: another BUILD question
    ... What sort of makefiles does DDKBUILD expect? ... DDK toolkit frontend to Microsoft's nmake version of make. ... makefiles that do all sorts of makefile things in more or less ...
    (microsoft.public.development.device.drivers)
  • Installing FTE
    ... I am currently running Redhat 9.0. ... I want a console editor, ... FTE packages from Sourceforge.net (fte-0.49.13-2.src.tar.gz ... Unix Makefile within the /src directory. ...
    (comp.os.linux.questions)
  • Re: Philips webcam
    ... Thank you for the amazingly detailed instructions, Thomas. ... dedication is much appreciated. ... Open the Makefile in your favorite editor and change line 41 to: ...
    (Ubuntu)
  • Re: Philips webcam
    ... Thank you for the amazingly detailed instructions, Thomas. ... dedication is much appreciated. ... Open the Makefile in your favorite editor and change line 41 to: ...
    (Ubuntu)
  • total newbee questions
    ... Also does anyone out there have the source code and makefile for vi? ... That is the editor I have used on other Unix systems. ...
    (freebsd-questions)