개발/Visual C++
Visual Studio 2010에서 glaux.h 사용하는 방법
belitino
2013. 8. 2. 15:06
출처: http://stmaker.tistory.com/29
Windows 7 x64, VS2010에서 출처에서 알려준 디렉토리에 glaux.h와 glaux.lib를 그대로 설치하는 경우
정상 동작하지 않길래 구글링 해보니 다음과 같이 복사하면 사용이 가능합니다.
glaux.h 파일은 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\gl
glaux.lib 파일은 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib에 넣어줍니다.