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
I had to manually download SDL2.dll and copy it to the same directory as my application in order for the library to be properly found by the SipSorceryMedia functions.
Otherwise I received the following error: Unhandled exception: System.DllNotFoundException: Unable to load DLL 'SDL2' or one of its dependencies: The specified module could not be found. (0x8007007E)
The text was updated successfully, but these errors were encountered:
There are dedicated sdl2 packages in nuget that DO contain sdl2.dll, I checked the package zip file, but they still don't result in the sdl2.dll being put into the bin directory.
Probably something has changed on the nuget side and packages now have to be signed or something. As far as the nuget package for SIPSorceryMedia.SDL2 foes did it ever contain the native sdl2.dll?
I had to manually download SDL2.dll and copy it to the same directory as my application in order for the library to be properly found by the SipSorceryMedia functions.
Otherwise I received the following error:
Unhandled exception: System.DllNotFoundException: Unable to load DLL 'SDL2' or one of its dependencies: The specified module could not be found. (0x8007007E)
The text was updated successfully, but these errors were encountered: