This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
UndefVarError: createwindow not defined #27
Comments
Do have an outdated version of GLFW? |
i downloaded the newest glfw file 2 days ago (glfw3) and placed it in system32 and syswow64 |
No, I mean of GLFW.jl |
I ckeckout'ed twice and both times it just said nothing to do. And i'm pretty sure GLFW.jl is up to date since it works flawlessly when used standalone |
Yeah, the api has changed... I'll update the readme! I'm not sure why |
well i just called it after loading GLWindow |
occured because primaryMonitor returned 0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to execute GLWindow.createwindow() i get a UndefVarError: createwindow not defined.
Searching through this repository i didn't find a definition but only calls to the missing method. When searching in the history i found a commit (c529f61) which removed a function with the given name. So in case the function should be replaced by create_glcontext (which is erroring, error at the end of this text) the front page of GLWindow should be updated and it should be considered to remove the export. So is there anything I am missing (like other projects) or is it a real issue?
create_glcontext() error (this happens to result in the same error as in GLVisualize (JuliaGL/GLVisualize.jl#60) what makes me assuming the error comes from my instance of glfw):
The text was updated successfully, but these errors were encountered: