📄 dlltest.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: dlltest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\song\LOCALS~1\Temp\RSP1BC.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /I "c:\python24\include" /I "D:\test_zone\boost_1_32_0" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLTEST_EXPORTS" /FR"Debug/" /Fp"Debug/dlltest.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\test_zone\python\dlltest\dlltest.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\song\LOCALS~1\Temp\RSP1BC.tmp"
Creating temporary file "C:\DOCUME~1\song\LOCALS~1\Temp\RSP1BD.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 boost_python.lib /nologo /dll /incremental:yes /pdb:"Debug/dlltest.pdb" /debug /machine:I386 /out:"Debug/dlltest.dll" /implib:"Debug/dlltest.lib" /pdbtype:sept /libpath:"c:\python24\libs" /libpath:"C:\Boost_python_dll_vc6"
.\Debug\dlltest.obj
]
Creating command line "link.exe @C:\DOCUME~1\song\LOCALS~1\Temp\RSP1BD.tmp"
<h3>Output Window</h3>
Compiling...
dlltest.cpp
D:\test_zone\python\dlltest\dlltest.cpp(19) : error C2039: 'module' : is not a member of 'python'
D:\test_zone\python\dlltest\dlltest.cpp(19) : error C2065: 'module' : undeclared identifier
D:\test_zone\python\dlltest\dlltest.cpp(19) : error C2146: syntax error : missing ';' before identifier 'this_module'
D:\test_zone\python\dlltest\dlltest.cpp(19) : error C2065: 'this_module' : undeclared identifier
D:\test_zone\python\dlltest\dlltest.cpp(22) : error C2228: left of '.def' must have class/struct/union type
D:\test_zone\python\dlltest\dlltest.cpp(23) : error C2228: left of '.def' must have class/struct/union type
D:\test_zone\python\dlltest\dlltest.cpp(29) : warning C4508: 'BOOST_PYTHON_MODULE_INIT' : function should return a value; 'void' return type assumed
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"Debug/dlltest.bsc" .\Debug\dlltest.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
dlltest.dll - 6 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -