gx_com.plg

来自「AB_5000_PLC以太网通讯动态连接库」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GX_COM - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPD2.tmp" with contents
[
/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GX_COM_EXPORTS" /Fp"Release/GX_COM.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"E:\GX_COM\SMain.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPD2.tmp" 
Creating command line "link.exe DTL32.Lib Komfort.lib w95_s7.lib /nologo /dll /pdb:none /machine:I386 /def:".\SMain.def" /out:"Release/GX_COM.dll" /implib:"Release/GX_COM.lib"  .\Release\SMain.obj "
<h3>Output Window</h3>
Compiling...
SMain.cpp
E:\GX_COM\SMain.cpp(111) : warning C4715: 'gx_DB_READ' : not all control paths return a value
E:\GX_COM\SMain.cpp(130) : warning C4715: 'gx_DB_READS' : not all control paths return a value
E:\GX_COM\SMain.cpp(149) : warning C4715: 'gx_DB_WRITE' : not all control paths return a value
E:\GX_COM\SMain.cpp(168) : warning C4715: 'gx_DB_WRITES' : not all control paths return a value
E:\GX_COM\SMain.cpp(225) : warning C4715: 'AB_INIT' : not all control paths return a value
Linking...
   Creating library Release/GX_COM.lib and object Release/GX_COM.exp
LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "w95_s7.dll" discarded by /OPT:REF



<h3>Results</h3>
GX_COM.dll - 0 error(s), 9 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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