Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author is #5

Open
DxrMorgan opened this issue Nov 19, 2018 · 3 comments
Open

Author is #5

DxrMorgan opened this issue Nov 19, 2018 · 3 comments

Comments

@DxrMorgan
Copy link

It turns out to compile, but the author did not take into account much or cut it out. There is no portaudio.dll file, so it swears in Windows 10, but I found it and is working fine. 2 visual interface is all lost! no Waterfall, SpectrumAnalyzer, FrequencyEdit, CollapsiblePanel. I don’t understand why posting a deliberately non-working version! The author, a question for you! Why do you make fun of people? I will certainly restore this source. But this is meanness.

@cgommel
Copy link
Owner

cgommel commented Nov 19, 2018

Serjaru, I am NOT the author. I just rescued the former open source software from its original repository since the author decided to continue development closed source.

I am NOT responsible for this so please don't be angry at me.

@wvdvegt
Copy link

wvdvegt commented Feb 18, 2022

Got things starting without errors about missing dll's.

Sources of dll's

Make sure the dll's are copied as content to the output folder.

@wvdvegt
Copy link

wvdvegt commented Feb 18, 2022

Had to add some safeguards as well (linenumbers are approximate):

  • SDRSharp.MainForm.cs
    536: if (locationArray != null && locationArray.Length != 0)
    549: if (sizeArray != null && sizeArray.Length != 0)

  • SDRSharp.Radio,Utils.cs
    210: var values = (strValue == null ? new string[] { } : strValue.Split(','));

Errors probably caused by a cold start without any radio attached. (but still nasty issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants