[build] raylib 4.2.0 release, windows msvc16 dll and lib, raylibVersion
symbol is not exposed
#2671
Labels
good first issue
Good first issue to help with
there is no export of "raylibVersion" in raylibdll.lib, only in the static lib raylib.lib
(in the linux dynamic lib "raylibVersion" is exported)
so "raylibVersion" can not be found ie. with the d lang binding "raylib-d" (https://github.com/schveiguy/raylib-d) when you dynamic link to raylib in windows
(tested with the libs in raylib-4.2.0_win64_msvc16.zip and also with self compiled versions in vs2022)
The text was updated successfully, but these errors were encountered: