wdm1.plg

来自「一个简单的驱动程序(硬件为虚拟硬件)」· PLG 代码 · 共 91 行

PLG
91
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Wdm1 - Win32 Checked--------------------
</h3>

New or updated MSVC detected.  Updating DDK environment....

Setting environment for using Microsoft Visual C++ tools.
Starting dirs creation...Completed.
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading c:\NTDDK\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining c:\downloads\cant_cd\cant_cd\wdm1\sys directory for files to compile.
    c:\downloads\cant_cd\cant_cd\wdm1\sys 
    c:\downloads\cant_cd\cant_cd\wdm1\sys - 5 source files (1,824 lines)
BUILD: Saving c:\NTDDK\build.dat...
BUILD: Compiling c:\downloads\cant_cd\cant_cd\wdm1\sys directory
Compiling - wdm1.rc for i386
Compiling - debugprint.c for i386
Compiling - init.cpp for i386
Compiling - dispatch.cpp for i386
dispatch.cpp(126) : warning C4244: '=' : conversion from '__int64' to 'unsigned char', possible loss of data
Compiling - pnp.cpp for i386
Linking Executable - objchk\i386\wdm1.sys for i386
BUILD: Linking c:\downloads\cant_cd\cant_cd\wdm1\sys directory
Compiling - wdm1.rc for i386
Compiling - debugprint.c for i386
Compiling - init.cpp for i386
Compiling - dispatch.cpp for i386
dispatch.cpp(126) : warning C4244: '=' : conversion from '__int64' to 'unsigned char', possible loss of data
Compiling - pnp.cpp for i386
Linking Executable - objchk\i386\wdm1.sys for i386
BUILD: Done

    5 files compiled - 2 Warnings -   912 LPS
    2 executables built



<h3>Results</h3>
Wdm1.sys - 0 error(s), 2 warning(s)
<h3>
--------------------Configuration: Wdm1 - Win32 Free--------------------
</h3>

New or updated MSVC detected.  Updating DDK environment....

Setting environment for using Microsoft Visual C++ tools.
Starting dirs creation...Completed.
BUILD: Object root set to: ==> objfre
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading c:\NTDDK\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining c:\downloads\cant_cd\cant_cd\wdm1\sys directory for files to compile.
    c:\downloads\cant_cd\cant_cd\wdm1\sys 
    c:\downloads\cant_cd\cant_cd\wdm1\sys - 1 source files (360 lines)
BUILD: Compiling c:\downloads\cant_cd\cant_cd\wdm1\sys directory
Compiling - wdm1.rc for i386
Compiling - debugprint.c for i386
Compiling - init.cpp for i386
Compiling - dispatch.cpp for i386
dispatch.cpp(126) : warning C4244: '=' : conversion from '__int64' to 'unsigned char', possible loss of data
Compiling - pnp.cpp for i386
Linking Executable - objfre\i386\wdm1.sys for i386
BUILD: Linking c:\downloads\cant_cd\cant_cd\wdm1\sys directory
Compiling - wdm1.rc for i386
Compiling - debugprint.c for i386
Compiling - init.cpp for i386
Compiling - dispatch.cpp for i386
dispatch.cpp(126) : warning C4244: '=' : conversion from '__int64' to 'unsigned char', possible loss of data
Compiling - pnp.cpp for i386
Linking Executable - objfre\i386\wdm1.sys for i386
BUILD: Done

    5 files compiled - 2 Warnings -   360 LPS
    2 executables built



<h3>Results</h3>
Wdm1.sys - 0 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?