Lazy_V

Results 4 comments of Lazy_V

It works fine on Windows, but on Linux, some APIs give the error EntryPoint not found, such as ImGui.PushStyleVar, ImGui.TreeNode, etc. How can I fix this problem?

> @zzxzzk115 If you want to talk about this please move to my repo https://github.com/MarioGK/ImGuiSharp OBS: I am rewriting the code generator from scratch using C#'s source generator and templates...

I found a solution: ```bash sudo apt-get install uuid-dev ``` Then you can simply link the library by name `uuid` and the include path is `usr/include/uuid/`.

> > Then you can simply link the library by name uuid and the include path is usr/include/uuid/. > > This isn't actually fixing the problem - it's just removing...