Cannot run Opengl program

前端 未结 3 955
梦毁少年i
梦毁少年i 2021-01-16 09:03

I took this progrAM from OpenGL superbible 5th edition.I setup everything like they said in the book,the include paths and also including existing items for the project.

3条回答
  •  甜味超标
    2021-01-16 09:28

    You are going to need to right click your project from the solution explorer -> Properties -> Linker -> System and make sure that SubSystem is set to Console.

提交回复
热议问题