ehx-v1

Results 95 comments of ehx-v1

Did you add glew properly? That's the most common issue people have.

> I do know c++ and it doesn't make a lot of sense to me either. look up some tutorials online or somthing, just don't be lazy and give up...

Same black window as #13 and #44?

LPCWSTR is most definitely a VS Code type. If you're trying to compile with G++ or something, that's most likely the cause. Other programming languages have that phenomenon as well,...

You shouldn't try to compile VS Code with anything other than Visual Studio. There's always a good chance the code uses proprietary features that no other compiler can handle.

@multivac3834 Could you please document your findings on #13? As it would probably make more sense to track this issue there.

Again, the "black window" issue is tracked on #13 , please go there to document anything you find out.

Looks like it can't find Engine.cpp for some reason. If it's not there, try redownloading it. If it's there, maybe check the path you're building from. Personally, I'm not sure...

Probably not without delving into the code. From my understanding, this is designed to be a game engine rather than a complete game.

Not sure what ZIP you mean. If you're talking about downloading the repository, the EXE should be right in the `NonEuclidean` folder. Unless you accidentally downloaded a different branch instead...