You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)