Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

Failure to build

Open revolucas opened this issue 4 years ago • 2 comments

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.

revolucas avatar Jan 31 '21 10:01 revolucas

same problem, now only implement mode can be used.

walkthetalk avatar Aug 16 '23 03:08 walkthetalk

Is this still an issue?

RobLoach avatar Apr 16 '24 00:04 RobLoach