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
{{ message }}
This repository was archived by the owner on Aug 22, 2018. It is now read-only.
"Use the native libraries from libs/x86 (32 bit) or libs/x64 (64 bit) instead. You could also ship both directories and create a .dll.config file for ImGuiCS.dll / SDL2-CS.dll that takes this into account."
Can you clarify this? I'm getting System.Dll not found exception on cimgui.dll in Monodevelop on linux Mint when I try debugrun the ImGuiSDL2CS-Example.
However I can see the above x64 libs in the project getting copied to the output directory. not sure what the problem is.
Do I need to find that and compile it on linux?
"Use the native libraries from libs/x86 (32 bit) or libs/x64 (64 bit) instead. You could also ship both directories and create a .dll.config file for ImGuiCS.dll / SDL2-CS.dll that takes this into account."
Can you clarify this? I'm getting System.Dll not found exception on cimgui.dll in Monodevelop on linux Mint when I try debugrun the ImGuiSDL2CS-Example.
However I can see the above x64 libs in the project getting copied to the output directory. not sure what the problem is.
Do I need to find that and compile it on linux?