c++ - Eclipse Juno CDT opengl doesnt compile -


i want develop opengl app using cdt on eclipse . followed this guide.

now every time build program , print's following :

now know somehow related missing libriaries , tried add them via project -> properties -> paths , symbols -> libriaries .

there i've tried add libglu32.a , libglut32.a , libopengl32.a path c:\cygwin\lib\w32api .

didn't ...

i run eclipse juno 64 bit version , windows 7 .

what do wrong ?


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -