08 2011 档案
摘要:计算机 -> 属性 -> “高级系统设置” -> “环境变量”中添加如下变量:%Path%=Path=c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE;D:\Program Files\Microsoft Visual Studio 9.0\VC\BIN;C:\Program Files\Microsoft Visual Studio9.0\Common7\Tools;C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\WINDOWS\Microsoft.NET\Framewor
阅读全文
摘要:glut下载地址:http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip实际情况与VS2010安装目录为准1. 把解压得到的glut.h放到"C:\Program Files \Microsoft SDKs\Windows\v7.0A\Include\gl"(与具体安装位置有关,应该是 安装目录\microsoft sdks\windows\v7.0A\include\gl)2. 把解压得到的glut.lib和glut32.lib放到"“C:\Program Files\Microsoft
阅读全文
摘要:今天,练习《Visual C++ 技术内幕》中对状态栏的操作,发现源代码并不能在VS2010编译通过,原因是VS2010中部分类被更换,我就在状态栏上显示鼠标坐标进行显示。void CTestView::OnMouseMove(UINT nFlags, CPoint point){ CString str; CMainFrame* pFrame = (CMainFrame*) AfxGetApp()->m_pMainWnd; CStatusBar* pStatus = &pFrame->m_wndStatusBar; if (pStatus) { str.Format(..
阅读全文

浙公网安备 33010602011771号