You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2022. It is now read-only.
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?