Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am getting this error while trying to compile the animated movie (shark) given on this website please kindly help
C:\Users\Twinkle\Desktop\record movie\ATLANTIS.cpp|218|error: 'GL_BGR_EXT' was not declared in this scope|
Posted
Updated 15-Nov-11 1:00am
v3

You may post your Feedback/Comments to the Article(at the bottom) from where you Downloaded that code.

This will also send an Email Notification to corresponding Author. Who may help you to solve your problem.

Edit -

Below Article Search result may help you to find the corresponding Article.

http://www.codeproject.com/search.aspx?q=Shark+OpenGL&sbo=kw
 
Share this answer
 
v2
In my machine, declaration of GL_BGR_EXT is available at C:\Program Files\Microsoft SDK\include\gl\GL.h
/* EXT_bgra */
#define GL_BGR_EXT                        0x80E0


Please check any conflict of GL.h
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900