Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.86k stars 535 forks source link

how to fix size of array '_dummy_array214' is negative error? #655

Open shrikantvaishnav opened 1 week ago

shrikantvaishnav commented 1 week ago

Hi everyone,

I'm working with codeblocks and using the Nuklear SDL Renderer example. When I compile, I'm encountering an error message that states "size of array '_dummy_array214' is negative." I've tried adding NK_Implementation before Nuklear.h as suggested in previous discussions, but the error persists.

Here's some additional context that might be helpful:

Compiler: I'm using Mingw on Windows 10.

Nuklear