[Freerdp-devel] FreeRDP as OS X Framework

2013-06-14 Thread Jon Shier
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

Re: [Freerdp-devel] iFreeRDP available on App Store (iOS)

2013-06-14 Thread drbob
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

Re: [Freerdp-devel] Suggested Bugfix

2013-06-14 Thread Bernhard Miklautz
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

[Freerdp-devel] Suggested Bugfix

2013-06-14 Thread Christian Plattner
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