Open GoogleCodeExporter opened 8 years ago
I couldn't repro the issue under both debug and release (only x64). The program
(NullTechnique) compiled without errors.
Can you step into glfx? Where does it break?
Original comment by max.snif...@gmail.com
on 19 Mar 2013 at 8:11
Thank you for your prompt response!
I ran some tests and it looks like it consistently crashes whenever
glCreateProgram() is called within the glfx code. My research suggests that
this occurs when glewInit() is not called first, but this is not the case with
me. I am able to call glCreateProgram() from within my own code without
trouble, but when I delegate to glfx, it crashes at the first sign of
glCreateProgram().
I suspect that glfx and my project are somehow creating separate instances of
glew and the glfx instance is not initialized, but I'm not sure how to verify
or correct this.
Original comment by TheGener...@gmail.com
on 20 Mar 2013 at 3:17
This sounds like a promising direction.
How do you compile glew? Dynamic or static?
Original comment by max.snif...@gmail.com
on 20 Mar 2013 at 8:28
Original issue reported on code.google.com by
TheGener...@gmail.com
on 18 Mar 2013 at 3:35Attachments: