Re: WDK build 6000 under Visual Studio



Consider useing DDKbuild from http://www.hollistech.com/ it works fine with
6000 and takes the pain out of creating the batch script.


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

"theo" <nicos_theo@xxxxxxxxxxx> wrote in message
news:1171905701.138924.111870@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I've just upgraded to the latest WDK. I have batch file that builds
the driver from within visual studio and outputs everything to the
output window.

Everything works fine, however since upgrading the following
happens....

Running the batch file from a DOS prompt is fine.

Running the batch file in Visual studio works, but for every single
file I'm getting a dump of all the compiler flags. E.g.

BUILD: Building generated files in c:\xxxxxx
_NT_TARGET_VERSION SET TO WINXP
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.220
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl
/Ii386
/I.
/I..\..\..\..\inc
/IC:\WINDDK\6000\inc\api
/IC:\WINDDK\6000\inc\api
/IC:\WINDDK\6000\inc\ddk
/IC:\WINDDK\6000\inc\ddk
........
/D_X86_=1
/Di386=1
----------------
Does anyone know how can prevent that information from being
displayed? It seems to happen regardless of the build flags and never
occurs under a DOS prompt.

Thanks,



.



Relevant Pages

  • Re: Problem when executing application from batch file
    ... My batch file has 4 lines. ... > Apparently this is only supported in XP and most likely Windows 2000. ... >>> returned immediately before they finished executing. ...
    (microsoft.public.vb.general.discussion)
  • Re: batch file halts
    ... MS-MVP Windows Shell/User ... Anyway the only problem I have is that a batch file is halting ... If I execute each line in the batch file interactively at the command ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: subprocess and & (ampersand)
    ... As you can see, Windows is interpreting that "&" as separating two commands, instead of being part of the single argument as I intend it to be above. ... The docs there say that, to call a batch file, you need to ... means there's a special-caser behind the scenes of CreateProcess). ...
    (comp.lang.python)
  • Re: Multi-zip files -- Windows server
    ... native DOS versions). ... TO BATCH OR NOT TO BATCH ... and using a batch file to try and solve the problem... ... The IBM PC operating system command line is a most ...
    (comp.sys.cbm)
  • Re: Fix for: Server Application Unavailable Error after Applying Security Update for IE
    ... I've run the batch file, and now the login is failing for aspnet. ... > Internet Explorer security patch and ASP.NET V1.0 running on Windows XP. ... > Deletes and recreates the ASPNET account with a known temporary password ... This creates a new random password for the account ...
    (microsoft.public.dotnet.framework.aspnet.security)