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!