managemdm.plg

来自「发布AT指令操作Gms Modem 或手机发送短信MFC源代码」· PLG 代码 · 共 58 行

PLG
58
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ManageMdm - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/ManageMdm.res" /d "_DEBUG" /d "_AFXDLL" "E:\ManageMdm\ManageMdm.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ManageMdm.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Comm\ExceptionEx.cpp"
"E:\ManageMdm\GmsModem.cpp"
"E:\Comm\ListCtrlEx.cpp"
"E:\ManageMdm\ManageMdm.cpp"
"E:\ManageMdm\ManageMdmDlg.cpp"
"E:\ManageMdm\SendSmDlg.cpp"
"E:\ManageMdm\SetupDlg.cpp"
"E:\Comm\Tool.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9B.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ManageMdm.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\ManageMdm\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9C.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9D.tmp" with contents
[
..//msgrsvr//GModemDll.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ManageMdm.pdb" /debug /machine:I386 /out:"Debug/ManageMdm.exe" /pdbtype:sept 
.\Debug\ExceptionEx.obj
.\Debug\GmsModem.obj
.\Debug\ListCtrlEx.obj
.\Debug\ManageMdm.obj
.\Debug\ManageMdmDlg.obj
.\Debug\SendSmDlg.obj
.\Debug\SetupDlg.obj
.\Debug\StdAfx.obj
.\Debug\Tool.obj
.\Debug\ManageMdm.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
e:\managemdm\stdafx.h(25) : fatal error C1083: Cannot open include file: '..//comm//tool.h': No such file or directory
Error executing cl.exe.



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

⌨️ 快捷键说明

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