Devs:
I’ve been trying to get FreeRDP integrated into an existing OS X
application for a while now without success. So I have a few questions. First
off, has anyone found a way to build FreeRDP as an OS X framework for easy
importing into Xcode projects?
Jon Shier
Hi,
Thank you very much for publishing the iOS client, I'm really impressed
with it so far. Is this the best place to report problems/make
suggestions? There doesn't seem to be a freerdp-users list and comments
on the website are disabled.
The only minor issue I've run in to so far is the tool
Hi Chris,
thank you.
On 06/14/2013 02:44 PM, Christian Plattner wrote:
> I am new to the list, and I want to publish a bugfix.
> If you call xfreerdp with invalid arguments, a segfault happens at cleanup,
> caused by the null-pointer in this line in GetExitCodeThread:
> *lpExitCode = thr
Hello,
I am new to the list, and I want to publish a bugfix.
If you call xfreerdp with invalid arguments, a segfault happens at cleanup,
caused by the null-pointer in this line in GetExitCodeThread:
*lpExitCode = thread->dwExitCode;
I suggest to fix the function winpr_Handle_GetInfo like