I need help with SDRSharp plugins

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
Hello friends, I am testing the development of plugins for SDRSharp, so far all the tests I have done on my plugins up to version v1.0.0.1777 have been very positive.

Here is the point where I need someone to help me, starting with this version it is supposed to be easier to implement the plugins in SDRSharp since it is enough to paste your dll in the plugins folder without the need to create the magic line , but in none of the versions higher than this do they present the plugins to me when I deposit them in the plugins folder.

It's probably something very simple that I'm missing, but I can't see it.

Although I haven't mentioned it, I want to say that I am developing these plugin tests in C# with the .NET Framework 4.8, thanks in advance for your answers.
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
7,801
Location
Suffolk County NY
I run 1742 and 1785. All my working plugins on those 2 versions are in the Sdr# directory and not in any folders.
 

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
I don't have version 1785, I usually use up to 1777, but when doing these tests starting from version 1800, the plugins that I am trying to develop do not appear.
 

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
Until this version (1777), they are effectively placed in the root folder of SDR#.
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
7,801
Location
Suffolk County NY
I dislike all that floating/dockable crap and the lower versions all did everything of interest to me. I do have 1909, and on that, most of what used to be in the root directory is now in the bin folder.

1704638897976.png
 

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
As you can see I have a few versions, of these and counting from 1807, they only have the Plugins folder, the rest of the folders do not appear.

1704639220458.png
 

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
Confirmed, thanks for your help @dave3825, in later versions it also supports them by putting them in the root folder and putting the magic line, I had been guided by the internet comments in which they said that it was enough to just put them in the plugins folder .
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
7,801
Location
Suffolk County NY
Edit

did not see your last post when I posted


I just downloaded 1807. I copied magic line from 1742 and added to plugins xml and move the dll over and placed in root directory and it works

1704640460794.png
 

Red_Ice

Member
Joined
Oct 21, 2021
Messages
98
Perfect, thank you very much, your information has been of great help to me.
 
Top