0
我已經從http://www.arcsynthesis.org/gltut/下載了教程0.3.8,然後根據說明我已經通過premake4.exe構建visual studio 2010文件。但是,當我試圖調試項目控制檯顯示第二和輸出顯示:OpenGl與http://www.arcsynthesis.org/gltut/教程
'Tut 01 MainD.exe': Loaded 'C:\Users\Bartek\Desktop\andagain\Tutorial 0.3.8\Tut 01 Hello Triangle\Tut 01 MainD.exe', Symbols loaded.
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\winmmbase.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\nvinit.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\ig4icd32.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file
'Tut 01 MainD.exe': Unloaded 'C:\Windows\SysWOW64\version.dll'
The program '[7932] Tut 01 MainD.exe: Native' has exited with code 1 (0x1).
@edit:我的Windows 8 64位,如果它意味着什麼了這一點。
您是否已安裝從GPU供應商網站下載的圖形驅動程序? Windows 8不支持支持現代OpenGL的驅動程序。這些教程需要現代OpenGL支持,並且只有使用從NVidia,Intel或AMD直接下載的驅動程序才能獲得此教程: – datenwolf
您發佈的輸出並不是非常有用,您可以啓動'C:\ Users \ Bartek \ Desktop \ andagain \ Tutorial 0.3。 8 \ Tut 01 Hello Triangle \ Tut 01 MainD.exe',並告訴我們是否有任何輸出? – PeterT
@PeterT:freeglut(Tut 01 mainD.exe):無法創建OpenGL 3.3上下文(標誌1,配置文件1) – Carlj28