I'm using the Code::Blocks PND to compile a small SDL2 program but it crashes when i run it. I'm using version 2.1.0.12 of codeblocks.pnd.
I've attached the source code of the test program. To compile just do:
cmake .
make
From codeblocks CLI window in the dir where the source files are.
The same exact program runs perfectly on desktop, so I don't know what it could be.
View attachment sdl-test.zip
I've attached the source code of the test program. To compile just do:
cmake .
make
From codeblocks CLI window in the dir where the source files are.
The same exact program runs perfectly on desktop, so I don't know what it could be.
View attachment sdl-test.zip