Mingw w64's linker skipping incompatible when searching for -lglut32 new

前端 未结 0 1676
不知归路
不知归路 2020-12-12 18:07

I am trying to compile this simple C/OpenGL program with mingw w64

#include 

void display()
{
 glClear(GL_COLOR_BUFFER_BIT);
   
 glColor3f(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题