Thank you to all who have given some guidance on my question. All of the answers have been very useful to me.
Best Regards, Sergio, EA3DU -----Mensaje original----- De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de Dave Bernstein Enviado el: sábado, 18 de marzo de 2006 7:41 Para: [email protected] Asunto: [digitalradio] Re: Question: sound card programming for Windows PSKCORE is implemented in C++ and MFC; its source code is available via http://www.qsl.net/ae4jy/pskcoredll.htm . The many different applications written around PSKCORE are written in C, C++, VB, and Delphi. Compiled languages are best for performance-critical code, such as one typically finds in DSP protocol engines. User interfaces are best implemented with integrated development environments that directly support event-driven programming and GUI-building technology; such environments are often built around interpreted languages. As a result, many soundcard-based applications are hybrids, composed of modules written in different languages using different tools. Microsoft's .NET framework should in theory let us have our cake and eat it too; the SDR-1000 development team chose this path and seems quite pleased with it. A development team, particularly a geographically dispersed one colaborating via the internet, would be best served by a language with strong support for modularity and encapsulation. C++, C#, Java, and Delphi are the best available commercial offerings. This is less of an issue for the developer working independently. 73, Dave, AA6YQ --- In [email protected], "Sergio Manrique Almeida" <[EMAIL PROTECTED]> wrote: > > Hello list > > > > What language/s and compiler/s do you prefer to program sound card- based ham > digital modes or other DSP ham applications for Windows? > > > > Regards, > > Sergio, EA3DU > Need a Digital mode QSO? Connect to Telnet://cluster.dynalias.org Other areas of interest: The MixW Reflector : http://groups.yahoo.com/group/themixwgroup/ DigiPol: http://groups.yahoo.com/group/Digipol (band plan policy discussion) Yahoo! Groups Links Need a Digital mode QSO? Connect to Telnet://cluster.dynalias.org Other areas of interest: The MixW Reflector : http://groups.yahoo.com/group/themixwgroup/ DigiPol: http://groups.yahoo.com/group/Digipol (band plan policy discussion) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/digitalradio/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
