GLFW v80b #GLFW_APP_LABEL not working ?
Monkey Forums/Monkey Bug Reports/GLFW v80b #GLFW_APP_LABEL not working ?
| ||
if I add the line #GLFW_APP_LABEL="MonkeyAppLabel" in the bananas fileiotest.monkey the test.png file is still saved to C:\MonkeyXPro80b\bananas\mak\fileiotest\fileiotest.buildv80b\glfw\gcc_winnt\Release\internal\test.png instead of C:\Users\...\AppData\Roaming\MonkeyAppLabel\test.png Or I didn't get your explanations about it. (Windows 7 64b) |
| ||
Oops, there's a typo in targets/glfw/modules/native/glfwgame.cpp - search for CFG_GFLW_APP_LABEL and replace with CFG_GLFW_APP_LABEL for a quick fix. Will be fixed in 80c release. Hmm...not sure how I was able to successfully test GLFW_APP_LABEL at all with that in there...must be getting a bit dyslexic in my old age! |
| ||
Thank you Mark. I could have searched myself but I thought it was due to something more complicated because of all directories handling changes. |