Can't reference to bgfx from C# project #2915
Answered
by
thedmd
ToastedHippy
asked this question in
Q&A
-
I generated a solution --with-shared-lib. In vs2022 retargeted it to windows SDK 10.0 and built bfx-shared-lib. Got bgfx-shared-libDebug.dll. In my app dependencies created reference to project bfx-shared-lib. Cant's see Bgfx namespace. Also tried to reference bgfx-shared-libDebug.dll directly but it says that reference is invalid or unsupported. What is wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
thedmd
Sep 5, 2022
Replies: 1 comment 1 reply
-
Well, you built native code dll not managed one. This dll can be used by bgfx bindings for C# located in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ToastedHippy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, you built native code dll not managed one. This dll can be used by bgfx bindings for C# located in
bindings/cs
.