jgrashow
06-06-2000, 05:58 AM
I am having trouble with the include file "glaux.h." I am running windows NT 4, and using Visual C++ 6.0. Everytime I add the statement #include <GL/glaux.h> I get the following errors :
c:\program files\microsoft visual studio\vc98\include\windef.h(171) : error C2146: syntax error : missing ';' before identifier 'LPARAM'
c:\program files\microsoft visual studio\vc98\include\windef.h(171) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
This is very frusterating because I am trying to load .bmp files using the glaux library. If anyone has any information about how I could fix this problem or where I could find information on how to fix this problem please tell me!!
c:\program files\microsoft visual studio\vc98\include\windef.h(171) : error C2146: syntax error : missing ';' before identifier 'LPARAM'
c:\program files\microsoft visual studio\vc98\include\windef.h(171) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
This is very frusterating because I am trying to load .bmp files using the glaux library. If anyone has any information about how I could fix this problem or where I could find information on how to fix this problem please tell me!!