-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Usage of FreeRDP-Sharp #1
Comments
Is there no solutions for this issue still? Where I can find an instruction of using FreeRDP-Sharp? |
@shacknet @DavyJohnes FreeRDP-Sharp is unmaintained (and has been for quite some time already). I just don't have the time to work on this side project anymore. |
@shacknet @DavyJohnes you can give these newer bindings a try, but they haven't been updated in 10 months: https://github.com/mrthebunny/SimpleRDPClient this was the first task I gave one of my employees, but we didn't push it further. |
@awakecoding: They still work. It is not very easy to tell what functionality is missing, such as device redirection and so on. @shacknet, @DavyJohnes: Create a Building the project from the repository still fails. |
@ghost curios which project were you referring to "They still work". This one or SimpleRDPClient? |
Hi,
i'm trying to use this C# bindings for FreeRDP.
The compilation of FreeRDP on windows was sucessful. I can use wfreerdp.exe.
When i try to run this Project (NFreeRDP, or FreeRDP in my own project) i'm not able to use it.
The debugger breaks at FreeRDP.Tcp.cs with the following exception:
DllNotFoundException
Unable to load DLL 'libfreerdp': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I've already copied the FreeRDP binaries to the Output directory (Where the NFreeRdp executable is), but no success in getting this to work.
Is there any further documentation for FreeRDP-Sharp? Or can you tell me where to store this "libfreerdp' binding?
Greetings!
The text was updated successfully, but these errors were encountered: