Search found 3 matches

by ka4zbn
Thu Sep 05, 2019 5:59 pm
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 89099

Re: Tryin to get the sample sdr app to work

Thanks that was a big help. The example used the mir_sdr_play.dll instead of the new ver 3 api but that worked for me after recompiling for x64. I only have a rsp1a and ver 2.13 worked. One thing I wish that both the ver 3 api and the posted example using ver 2 had was a simple call using the callba...
by ka4zbn
Wed Aug 21, 2019 1:58 am
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 89099

Re: Tryin to get the sample sdr app to work

Just an update. I went back an ran the api example as a C++ version. It ran for me very similar to what Darin reported. I used the free Visual Studio 2019 Community version to make and build the console application. Now back trying the C# version. A C# form application makes adding data plots much e...
by ka4zbn
Wed Aug 14, 2019 7:08 pm
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 89099

Re: Tryin to get the sample sdr app to work

I want to try using the api in a C# application using Visual Studio 2019. It looks like I need to import the DLL and declare the calls as static : static extern <an actual function >; I wonder if anybody already has these statements working and willing to share. I tried the following in my initial c...