Results 1 to 1 of 1

Thread: [C#] Issue with PInvoke Bindings to FreeRDP

  1. #1
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default [C#] Issue with PInvoke Bindings to FreeRDP

    Please see https://github.com/FreeRDP/FreeRDP-Sharp/issues/1. If you pull the package from NuGet and use it in a project it will work fine, but compiling the solution (to e.g. produce your own package) fails. I've had similar issues with C# projects before but never got anywhere.

    The line the debugger references contains a name in the DllImport statement that makes it look like they were building from Linux. The name is "libfreerdp." There is a FreeRDP NuGet package that just has the DLLs in it - using that, the names are "freerdp" and "freerdp-server." Unfortunately changing the name leads to missing symbol errors as the bindings try to call a FreeRDP winsock setup function.

    Does anyone used C# enough to be able to help?


    My main interest in this C# binding is that FreeRDP is barely documented itself. Ultimately I may have to write my own wrappers for it.
    Last edited by R0b0t1; 06-20-2018 at 05:23 AM.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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