-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Problem using GLEW #1576
Comments
Please provide a callstack, there's no way we can magically guess what is happening. Does the stock unmodified example using gl3w works? |
i modified only the main.cpp file. |
Please provide a callstack. |
the example works fine. backtrace: |
You can compile with -g and possibly other settings to get a more readable callstack. |
I compiled with -Wall and -g |
Then maybe use a debugger to figure out what's wrong (where it crashes) |
lol, i managed to get it working by activating the experimental version of glew. |
Problem solved then! |
Hello,
I'm trying to compile the opengl3 example with glew, but
ImGui_ImplGlfwGL3_NewFrame();
keep give me segmentation fault core dumped. i don't know what's wrong.here is the full code: https://hastebin.com/zogobayexi.cpp ( i have changed only the headers name and gl3wInit() to glewInit() ).
and here is the makeifile: https://hastebin.com/facidepodu.rb
I've been trying to fix it for a whole day, i don't what to do, and i really want to start a project of mine with imgui ...
The text was updated successfully, but these errors were encountered: