gpt4 book ai didi

c++ - GLTest.exe 中的 opengl 错误 : Unhandled exception at 0x0251D09F (ig4dev32. dll:0xC0000005:访问冲突读取位置 0x00000000

转载 作者:塔克拉玛干 更新时间:2023-11-03 07:30:59 24 4
gpt4 key购买 nike

<分区>

我想获取opengl版本,代码是:

#include "stdafx.h"
#include <GL/glut.h>

void main(int argc, char** argv)
{
glutInit(&argc,argv);
glutInitDisplayMode(GLUT_SINGLE|GLUT_RGB);
glutInitWindowPosition(100,100);
glutInitWindowSize(400,300);
glutCreateWindow("OpenGL Version");
const char* version = (const char*)glGetString(GL_VERSION);
printf("OpenGL version:%s\n", version);
glutMainLoop();
}

但是我在 glutCreateWindow("OpenGL Version"); 中遇到错误,谁能帮帮我?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com