Doug Binks

Results 293 comments of Doug Binks

I've not seen this before, and use GLFW 3.4 with Visual Studio 2022 on Windows 11 daily. The exception is also a bit odd, though it could be a generic...

Thanks @GamesTrap I've fixed the extra 0 on the link. @TurtleMan64 if all the other modules are in your System32 folder then this doesn't look like a DLL injection issue....

This is still somewhat puzzling. What happens if you run any of the GLFW tests or examples in the source distribution (or from Github), or this GLFW-CMake-starter https://github.com/enkisoftware/GLFW-CMake-starter?

Thanks! I still cannot replicate this and I can't see any logic wrong with the way GLFW creates and destroys the helper window. I am not very familiar with the...

This is beyond the scope of GLFW, but you could look into GUI libraries like nuklear as used in the [GLFW window.c test](https://github.com/glfw/glfw/blob/master/tests/window.c) or [Dear ImGui](https://github.com/ocornut/imgui).

Could you try building and then running any of the tests or examples which come with GLFW using CMake? I see that you have [opened an issue with BGFX](https://github.com/bkaradzic/bgfx/issues/3423), I...

Which version of macOS are you seeing this on? > Are these behaviors intended, and are there any fixes to this? The window being moved with a disabled cursor is...

> I'm using macOS 15.3.1, and also tested this on another mac running 15.3 I'm on 10.13 as I only have an old Intel Mac. I suspect there may have...

There are a couple of issues here: > CMake Warning: You need to specify the directories for the source, and optionally the output. See the [Compiling GLFW: Generating with command-line...

Closing this issue as if you follow the guidance above it should be resolved.