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