comserver.plg

来自「DCOM 上位机和嵌入式系统通信」· PLG 代码 · 共 268 行 · 第 1/2 页

PLG
268
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ComServer - Win32 Unicode Release MinDependency--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"ReleaseUMinDependency/ComServer.res" /d "NDEBUG" "D:\工作\src\ComServer\ComServer.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13F.tmp" with contents
[
/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Fp"ReleaseUMinDependency/ComServer.pch" /Yu"stdafx.h" /Fo"ReleaseUMinDependency/" /Fd"ReleaseUMinDependency/" /FD /c 
"D:\工作\src\ComServer\capid.cpp"
"D:\工作\src\ComServer\ComServer.cpp"
"D:\工作\src\ComServer\Eval.cpp"
"D:\工作\src\ComServer\hotuse.cpp"
"D:\工作\src\ComServer\netweb.cpp"
"D:\工作\src\ComServer\PrvString.cpp"
"D:\工作\src\ComServer\reg.cpp"
"D:\工作\src\ComServer\rjremote.cpp"
"D:\工作\src\ComServer\Server1.cpp"
"D:\工作\src\ComServer\Server2.cpp"
"D:\工作\src\ComServer\Server3.cpp"
"D:\工作\src\ComServer\Stack.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13F.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP140.tmp" with contents
[
/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Fp"ReleaseUMinDependency/ComServer.pch" /Yc"stdafx.h" /Fo"ReleaseUMinDependency/" /Fd"ReleaseUMinDependency/" /FD /c 
"D:\工作\src\ComServer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP140.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP141.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:no /pdb:"ReleaseUMinDependency/ComServer.pdb" /machine:I386 /out:"ReleaseUMinDependency/ComServer.exe" 
".\ReleaseUMinDependency\capid.obj"
".\ReleaseUMinDependency\ComServer.obj"
".\ReleaseUMinDependency\Eval.obj"
".\ReleaseUMinDependency\hotuse.obj"
".\ReleaseUMinDependency\netweb.obj"
".\ReleaseUMinDependency\PrvString.obj"
".\ReleaseUMinDependency\reg.obj"
".\ReleaseUMinDependency\rjremote.obj"
".\ReleaseUMinDependency\Server1.obj"
".\ReleaseUMinDependency\Server2.obj"
".\ReleaseUMinDependency\Server3.obj"
".\ReleaseUMinDependency\Stack.obj"
".\ReleaseUMinDependency\StdAfx.obj"
".\ReleaseUMinDependency\ComServer.res"
".\WinIo.lib"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP141.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP142.bat" with contents
[
@echo off
if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
".\ReleaseUMinDependency\ComServer.exe" /RegServer
echo regsvr32 exec. time > ".\ReleaseUMinDependency\regsvr32.trg"
echo Server registration done!
goto end
:NOTNT
echo Warning : Cannot register Unicode EXE on Windows 95
:end
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP142.bat"
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
capid.cpp
ComServer.cpp
Eval.cpp
D:\工作\src\ComServer\Eval.cpp(602) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
D:\工作\src\ComServer\Eval.cpp(583) : warning C4101: 'retval' : unreferenced local variable
D:\工作\src\ComServer\Eval.cpp(617) : warning C4101: 'resbuf' : unreferenced local variable
hotuse.cpp
netweb.cpp
D:\工作\src\ComServer\netweb.cpp(152) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
PrvString.cpp
reg.cpp
D:\工作\src\ComServer\reg.cpp(43) : error C2664: 'RegSetValueW' : cannot convert parameter 2 from 'char [7]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\reg.cpp(85) : error C2664: 'RegOpenKeyW' : cannot convert parameter 2 from 'char [7]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\reg.cpp(86) : error C2664: 'RegQueryValueW' : cannot convert parameter 2 from 'char [7]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\reg.cpp(216) : warning C4244: 'return' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
D:\工作\src\ComServer\reg.cpp(223) : warning C4244: 'return' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\工作\src\ComServer\reg.cpp(242) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\工作\src\ComServer\reg.cpp(251) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\工作\src\ComServer\reg.cpp(252) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\工作\src\ComServer\reg.cpp(257) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\工作\src\ComServer\reg.cpp(266) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
rjremote.cpp
D:\工作\src\ComServer\rjremote.cpp(93) : error C2065: '_mbscpy' : undeclared identifier
D:\工作\src\ComServer\rjremote.cpp(106) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'char [260]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(110) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
D:\工作\src\ComServer\rjremote.cpp(111) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(111) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(111) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(114) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(116) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(117) : error C2664: 'CopyFileW' : cannot convert parameter 1 from 'char [260]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(128) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'char [260]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(132) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
D:\工作\src\ComServer\rjremote.cpp(133) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(133) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(136) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(138) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(139) : error C2664: 'CopyFileW' : cannot convert parameter 1 from 'char [260]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(151) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'char [260]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(155) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
D:\工作\src\ComServer\rjremote.cpp(156) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(156) : error C2664: 'strcmp' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(159) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\工作\src\ComServer\rjremote.cpp(161) : error C2664: 'strcat' : cannot convert parameter 2 from 'unsigned short [260]' to 'const char *'

⌨️ 快捷键说明

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