Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Usage of FreeRDP-Sharp #1

Open
shacknet opened this issue Jun 18, 2013 · 5 comments
Open

Usage of FreeRDP-Sharp #1

shacknet opened this issue Jun 18, 2013 · 5 comments

Comments

@shacknet
Copy link

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!

@DavyJohnes
Copy link

Is there no solutions for this issue still? Where I can find an instruction of using FreeRDP-Sharp?

@awakecoding
Copy link
Member

@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.

@awakecoding
Copy link
Member

@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.

@ghost
Copy link

ghost commented Jun 19, 2018

@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 FreeRDP.Core.RDP and call its Connect method. Inspect the send input functions. Also look at the NFreeRDP source which shows how interfaces are used to get the screen content.

Building the project from the repository still fails.

@lostmsu
Copy link

lostmsu commented Jun 20, 2020

@ghost curios which project were you referring to "They still work". This one or SimpleRDPClient?

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

No branches or pull requests

4 participants