Re: What is the risk of NOT using build but Visual Studio IDE



I do not know if you know this, but at Hollis Technology you can download a
script called "DDKBUILD" which helps integrating the Windows DDK with Visual
Studio .Net

http://www.hollistech.com/

--
Christoph Lindemann
Undocumented Printing
http://www.undocprint.org/


"kuasha" <kuasha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:04F939EA-BDBF-41E8-901C-0F8D5BF92394@xxxxxxxxxxxxxxxx
Thanks Don. I was just curious about it. It should be really hard to
maintain
a project that does not use build. Tools does not work. Microsoft help is
not
available. But I think it is possible for microsoft to integrate the WDK
with
Visual Studio.

--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://www.kaz.com.bd
http://www.kuashaonline.com



"Don Burn" wrote:

The likelyhood of generating the wrong binary is very large. I have
encountered this with a number of companies, that thought they could use
Visual Studio and got drivers that "worked". Only problem is there was a
subtle bug, that did not work. In one case a client took my code and put
it in to a VS project (no DDKBUILD), then complained that there was a bug
in the production build. I proved it was their environment.

Not using BUILD and the tools designated by Microsoft is proof that the
firm is not professional, and their products and sevices should be
avoided.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

"kuasha" <kuasha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:732B6E5C-CADB-4859-BA67-EE247D7813FD@xxxxxxxxxxxxxxxx
Some tools like PreFast does not work. But is there any risk of
generating
wrong binary if I use the header files and lib files to compile the
driver
with Visual Studio IDE? I tried to build the driver and it worked. The
driver
verifier also did not report any error.

--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://www.kaz.com.bd
http://www.kuashaonline.com






.



Relevant Pages

  • Re: Build
    ... I also have heard of quite opposite stories. ... we sometimes have a choice not to choose what Microsoft provides. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)
  • Re: How to remove the INF files after uninstall the passthru IM driver
    ... Microsoft at present doesn't want you to muck with the INF/PNF ... is changing and there will be mechanisms for completely unloading a driver. ... Delete the files copied by the INF from the system. ... >> Don Burn (MVP, Windows DDK) ...
    (microsoft.public.development.device.drivers)
  • Re: VS Integration (Was: Which compliers to use ?)
    ... This tool has to invoke a Microsoft ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... > new project type specifically for driver development. ...
    (microsoft.public.development.device.drivers)
  • Re: windows ddk build over cygwin build
    ... Well since Microsoft changes things and getting all the parameters correct ... Seriously, Windows device driver writing is a complex task to begin with, ... Don Burn (MVP, Windows DDK) ...
    (microsoft.public.development.device.drivers)
  • Re: How do you make a WDF driver create .Raw & .Translated resourc
    ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... provide you with the resources. ...
    (microsoft.public.development.device.drivers)

Loading