faacgui.plg

来自「faac-1.25.rar音频编解码器demo」· PLG 代码 · 共 44 行

PLG
44
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: faacgui - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\1.guo\LOCALS~1\Temp\RSP9D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "../include" /I "../common/libsndfile/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"DebugGUI/" /Fp"DebugGUI/faacgui.pch" /YX /Fo"DebugGUI/" /Fd"DebugGUI/" /FD /GZ /c 
"E:\接收文件\faac-1.25\frontend\maingui.c"
]
Creating command line "cl.exe @C:\DOCUME~1\1.guo\LOCALS~1\Temp\RSP9D.tmp" 
Creating temporary file "C:\DOCUME~1\1.guo\LOCALS~1\Temp\RSP9E.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:yes /pdb:"DebugGUI/faacgui.pdb" /debug /machine:I386 /out:"DebugGUI/faacgui.exe" /pdbtype:sept 
".\DebugGUI\input.obj"
".\DebugGUI\maingui.obj"
".\DebugGUI\faacgui.res"
"\接收文件\faac-1.25\libfaac\Debug\libfaac.lib"
]
Creating command line "link.exe @C:\DOCUME~1\1.guo\LOCALS~1\Temp\RSP9E.tmp"
<h3>Output Window</h3>
Compiling...
maingui.c
E:\接收文件\faac-1.25\frontend\maingui.c(223) : warning C4133: 'function' : incompatible types - from 'short *' to 'float *'
E:\接收文件\faac-1.25\frontend\maingui.c(223) : error C2198: 'wav_read_float32' : too few actual parameters
E:\接收文件\faac-1.25\frontend\maingui.c(237) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
E:\接收文件\faac-1.25\frontend\maingui.c(247) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
E:\接收文件\faac-1.25\frontend\maingui.c(262) : warning C4133: 'function' : incompatible types - from 'short *' to 'int *'
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"DebugGUI/faacgui.bsc"  ".\DebugGUI\input.sbr" ".\DebugGUI\maingui.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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