CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2011
    Posts
    5

    reed solomon in c#

    Hi

    is there a function is c# to encode reed solomon ?
    I found Utility.EncodeRs but my code did not know the namespace Microsoft.SPOT.Hardware

    Thanks
    Rinat

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: reed solomon in c#

    I'm not sure about the details of that function call, but it appears that Microsoft.SPOT namespace is part of the .NET micro framework (for use on embedded devices mostly). You can download the SDK at http://www.microsoft.com/downloads/e...displaylang=en, but I'm not sure if that will help or not. You might be able to add a reference to Microsoft.SPOT to your project after installing the micro framework, but perhaps not.

    Hope that points you somewhat in the right direction?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured