You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was creating something similar to raygui custom file dialog for my project but the GuiListViewEx function gives me the following type error: expected type '[*c][*c]const u8', found '[*c]const [*:0]const u8'. Changing the type fixed it, however I'm new in Zig and maybe I did something wrong.
Hey, I was creating something similar to raygui custom file dialog for my project but the
GuiListViewEx
function gives me the following type error:expected type '[*c][*c]const u8', found '[*c]const [*:0]const u8'
. Changing the type fixed it, however I'm new in Zig and maybe I did something wrong.zig version: 0.12.0-dev.1849+bb0f7d55e
raygui.zig commit: 78c8855
Example:
Compiler Error:
Original Function:
Possible Solution:
The text was updated successfully, but these errors were encountered: