Newest questions tagged c# - Stack Overflow
librtlsdr.dll - vs2026 won't let me add the librtlsdr.dll file [closed]
I'm using my own c# code to run an SDR. I'm using RTlSdrManager nuget package, latest version.When I debug the code in VS2026, it stops at var manager = RtlSdrDeviceManager.Instance; with an Exception Unhandled System.
View original source