memory.plg

来自「<Win2k系统编程>源码.次数为国人自编,内容丰富,还是不错的.」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: memory - Win32 Release--------------------
</h3>


Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 -Z7 -Od memory.c
memory.c
memory.c(62) : warning C4028: formal parameter 1 different from declaration
memory.c(62) : warning C4028: formal parameter 2 different from declaration
memory.c(83) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
memory.c(85) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
memory.c(87) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
memory.c(89) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
memory.c(91) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
memory.c(93) : warning C4133: 'function' : incompatible types - from 'struct HMENU__ *' to 'struct HWND__ *'
 cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 -Z7 -Od nmmemcli.c
nmmemcli.c
 cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 -Z7 -Od nmmemsrv.c
nmmemsrv.c
 rc /r -DWIN32 -D_WIN32 -DWINVER=0x0400   memory.rc
 link -debug:full -debugtype:cv /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:windows,4.0 -out:memory.exe      memory.obj nmmemcli.obj nmmemsrv.obj memory.res libc.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib shell32.lib



<h3>Results</h3>
memory.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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