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.
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.