Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/
Other
9.37k stars 571 forks source link

Failure to build #256

Open revolucas opened 3 years ago

revolucas commented 3 years ago

Because of the changes made to nuklear_internal.h and src/nuklear.h in this commit: https://github.com/Immediate-Mode-UI/Nuklear/commit/455b404d866820a5d9ad6efa4c1aa4877fb45ea1 I can't seem to build it into a shared dll without errors:

unresolved external symbol NK_COS unresolved external symbol NK_DTOA unresolved external symbol NK_MEMCPY unresolved external symbol NK_MEMSET unresolved external symbol NK_SIN

Vurtun's original repo, I have no issues. Seems like quite a few changes, in this repo, made to the single header version weren't mirrored into the separated implementation version.

walkthetalk commented 1 year ago

same problem, now only implement mode can be used.

RobLoach commented 7 months ago

Is this still an issue?