Francisco García Collado
Francisco García Collado
Hi @rochus-keller ! If in Windows dynamic build, functions link but global variables (such as kBOX2D_NULLf) do not, the reason is that GEOM2D_IMPORT was not defined before #include "box2d.h" (`__declspec(dllimport)`...
Related issue #44. Expected to change in future releases.
Hi @hippie68 ! In next NAppGUI release (1.4), the 'nrc' will be compiled in CMake generate process. All precompiled binaries will be removed. 
NAppGUI 1.4 has removed all binary files from repo. `nrc` is build from sources.
@chris-deep
W.I.P 
WebView support implemented in this commit: https://github.com/frang75/nappgui_src/commit/586a6a156a222c5a30fa03e41efe782f08e898d2 Doc: https://nappgui.com/en/gui/webview.html Example: https://nappgui.com/en/howto/webhello.html
Hi! At the moment this feature is not implemented in WebView. In future revisions of component may be added.
The support for MinGW has been added in NAppGUI 1.4.2. Doc: https://nappgui.com/en/guide/win_mac_linux.html#h4 Commit: https://github.com/frang75/nappgui_src/commit/5f638074231f028a5eb8a07c2f0d232edad408c6 Thanks for the patience.
Hi @MikeLorenz! NAppGUI gets the standard font size from the Win32 global settings. Please check these steps: 1) Open regedit. This is a Win32 application. If the font size is...