nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

#include "res_assert.h"

Open evilteach opened this issue 3 years ago • 2 comments

Where is the source for res_assert.h that is found in gui.cpp?

evilteach avatar Aug 18 '22 00:08 evilteach

The files res_assert.c and res_assert.h are automatically generated at build time by nrc (NAppGUI Resource Compiler) when running the CMake script. I attach them here, but they are considered "generated code"and not "source code".

More info: https://nappgui.com/en/start/resources.html#h7 https://nappgui.com/en/start/quick.html

res_assert.zip

frang75 avatar Aug 18 '22 06:08 frang75

Ah. So they get cleaned up by the cmake. Thank you.

evilteach avatar Aug 19 '22 00:08 evilteach