Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When i debug or build, it shows just black window and some errors #35

Open
richardlee-kr opened this issue Nov 7, 2020 · 1 comment

Comments

@richardlee-kr
Copy link

richardlee-kr commented Nov 7, 2020

I downloaded all files with zip, changed properties for #include <GL/glew.h>, and added glew-2.1.0 to the main directory.
But, when i debug or build this solution, visual studio shows some errors

image
image
in Camera.cpp

image
image
in GL.h

And NonEuclidean-master\NonEuclidean-master\NonEuclidean\NonEuclidean.exe also shows just black window

thank for reading

@Axol3
Copy link

Axol3 commented Dec 22, 2020

Since Glew is now in the same directory, you have to do #include "Glew.h" instead of #include <Glew.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants