⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mousecontrol.plg

📁 基于NEHE第48课的程序,改为MFC下运行.运用轨迹球技术,初学者值得参考
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MouseControl - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\zbz\LOCALS~1\Temp\RSP6.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MouseControl.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zbz\LOCALS~1\Temp\RSP6.tmp" 
Creating temporary file "C:\DOCUME~1\zbz\LOCALS~1\Temp\RSP7.tmp" with contents
[
opengl32.lib glu32.lib glaux.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MouseControl.pdb" /debug /machine:I386 /out:"Debug/MouseControl.exe" /pdbtype:sept 
".\Debug\ArcBall.obj"
".\Debug\DlgDrawCube.obj"
".\Debug\Figure.obj"
".\Debug\MainFrm.obj"
".\Debug\MouseControl.obj"
".\Debug\MouseControlDoc.obj"
".\Debug\MouseControlView.obj"
".\Debug\Scene.obj"
".\Debug\StdAfx.obj"
".\Debug\MouseControl.res"
]
Creating command line "link.exe @C:\DOCUME~1\zbz\LOCALS~1\Temp\RSP7.tmp"
<h3>Output Window</h3>
Compiling...
MouseControlView.cpp
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(56) : warning C4355: 'this' : used in base member initializer list
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(231) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(232) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(249) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(250) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(374) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(375) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\OpenGL练习\MouseControl\MouseControl\MouseControlView.cpp(376) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
Linking...



<h3>Results</h3>
MouseControl.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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