Hey all,
I’m working on a prototype with OF and I’m having some issues with it on visual studio express 2012. First of all I’m totally an OSX person, never had any real issues with OF in XCode so i’m not ruling out the fact that there could just be a step in the VS IDE setup that I’m missing.
However when I try to run one of the examples after building the projects, I run into a memory access violation inside ofGLFWWindow::initializeWindow()
it seems like it happens right at the first method call, glfwSetMouseButtonCallback()
so it crashes before anything opens.
I’m not really sure what could be causing it. Has anyone seen this before or have any ideas as to how to get around it? Any help would be awesome. Thanks!