gamblerctrl.plg

来自「《VC++ 编程技巧与示例 .rar》各个示例代码绝对可用」· PLG 代码 · 共 77 行

PLG
77
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GamblerCtrl - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "_DEBUG" /tlb "Debug/GamblerCtrl.tlb" /mktyplib203 /win32 "E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrl.odl""
Creating command line "rc.exe /l 0x804 /fo"Debug/GamblerCtrl.res" /i "Debug" /d "_DEBUG" /d "_AFXDLL" "E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrl.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSPD371.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/GamblerCtrl.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrl.cpp"
"E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrlCtl.cpp"
"E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrlPpg.cpp"
"E:\Program Files\CDisk\第十二章\GamblerCtrl\OleShowPage.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPD371.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPD372.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/GamblerCtrl.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Program Files\CDisk\第十二章\GamblerCtrl\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPD372.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPD373.TMP" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/GamblerCtrl.pdb" /debug /machine:I386 /def:".\GamblerCtrl.def" /out:"Debug/GamblerCtrl.ocx" /implib:"Debug/GamblerCtrl.lib" /pdbtype:sept 
".\Debug\GamblerCtrl.obj"
".\Debug\GamblerCtrlCtl.obj"
".\Debug\GamblerCtrlPpg.obj"
".\Debug\OleShowPage.obj"
".\Debug\StdAfx.obj"
".\Debug\GamblerCtrl.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPD373.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPD374.BAT" with contents
[
@echo off
regsvr32 /s /c ".\Debug\GamblerCtrl.ocx"
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
]
Creating command line "C:\WINDOWS\TEMP\RSPD374.BAT"
Creating Type Library...
Processing E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrl.odl
GamblerCtrl.odl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
GamblerCtrl.cpp
GamblerCtrlCtl.cpp
GamblerCtrlPpg.cpp
OleShowPage.cpp
Generating Code...
E:\Program Files\CDisk\第十二章\GamblerCtrl\GamblerCtrlCtl.cpp(389) : warning C4715: 'CGamblerCtrlCtrl::GetHint' : not all control paths return a value
Linking...
   Creating library Debug/GamblerCtrl.lib and object Debug/GamblerCtrl.exp
<h3>Output Window</h3>
Registering ActiveX Control...



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

⌨️ 快捷键说明

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