|
From: Grindelwald G <gri...@gm...> - 2012-11-30 23:04:45
|
Hi, I am college student trying out FreeRDP - so please excuse beginner mistakes. I have created a sample ping app (which echoes the string sent by server) using WTS API. I compiled the app as a DLL and it works fine over RDP-RDP. I wish to make it work over FreeRDP. I have reached a point where I can compile my code into a .so file. I put that .so file at /usr/lib/freerdp/ - does this guarantee that the so will be loaded by freerdp? How do I specify as a command line option to load custom plugins like this? Can anyone maybe share a command line that they used. I looked at the channels/sample/ code. My ping basically does the same thing (at least over Win32-Win32) Also, one more kind of unrelated question, how do I enable FreeRDP logging? (Apologies if this has been answered before on the Mail archives - unfortunately, I did not find it :-/) I checked /var/log/, tried looking for freerdp.log file on my filesystem - nothing. Where does freerdp put its logs? Thanks! -G |