schveiguy / raylib-d

Resurrected copy of onroundit's raylib-d
zlib License
55 stars 14 forks source link

raygui remove function for GetCodepointNext #32

Closed schveiguy closed 1 year ago

schveiguy commented 1 year ago

This interferes with the new version inside raylib that was not in 4.2.0.

0xEAB commented 1 year ago

can confirm, breaks out-of-the-box experience after upgrade to 4.5:

ld: error: duplicate symbol: GetCodepointNext
>>> defined at raygui.d:4348 (../../../.dub/packages/raylib-d-4.5.0/raylib-d/source/raygui.d:4348)
>>>            .dub/build/application-debug-linux.posix-x86_64-ldc_v1.31.0-…/my-game.o:(GetCodepointNext)
>>> defined at rtext.c
>>>            rtext.o:(.text+0xB697) in archive libraylib.a
schveiguy commented 1 year ago

Try raylib-d 4.5.1

0xEAB commented 1 year ago

oh thanks, didn’t see that version :)