코드 맨 앞에 다음을 추가하면 해결될 수도 있다.
<c++ />#define GLEW_STATIC #define FREEGLUT_STATIC

'컴공' 카테고리의 다른 글
04. Drawing a Triangle and an Intro to Sampling (0) | 2022.04.12 |
---|---|
[C++] 오버로드와 템플릿 (Overloads and templates) (0) | 2022.03.12 |
[C++] 함수 호출 후에도 변수 값이 안 변할 때: Why do variables not change their values after being called by a function in C++? (0) | 2021.10.17 |
[C++] stringstream (0) | 2021.08.22 |
[C++] 프로그래밍 할 때 클래스를 사용하는 이유 (0) | 2021.08.20 |