Clément Dreptin

Results 7 comments of Clément Dreptin

After further investigation, I realized the problem came from the `prj.location` token. I replaced it with `../%{prj.name}` (which is what `prj.location` is in my case) and it worked. I also...

Yes, I'm intentionally setting the location to be the parent directory. Why can't `pchheader` just be `pch.h` if `%{prj.location}/src` is in `includedirs`?

The small example is not in a repo. I attached a zip archive with all the files you need to test to this comment. You'll just have to run the...

Hi! Thanks for the bug report! I unfortunately don't have a macOS machine so I could never test anything on that platform besides the automatic builds in github actions. I...

I found [this issue](https://github.com/ocornut/imgui/issues/6577) which indicates macOS has stricter requirements for the OpenGL context version. [This example from ImGui](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/main.cpp#L51) uses a different OpenGL version and sets different GLFW window hints...

I don't understand how you even come to execute this code, this project uses glad to load OpenGL, so ImGui should not try to use its built-in OpenGL loader. I'm...