On Wed, Sep 26, 2018 at 3:15 PM, Alexandr via FreeRDP-devel
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> В Ср, 26/09/2018 в 18:02 +0300, Alexandr пишет:
>> В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет:
>> > freerdp_client_settings_parse_command_line
>>
>> So
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
В Ср, 26/09/2018 в 18:02 +0300, Alexandr пишет:
> В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет:
> > freerdp_client_settings_parse_command_line
>
> Sorry for confusion, looks like my questions is not precise enough.
> THe proble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет:
> freerdp_client_settings_parse_command_line
Sorry for confusion, looks like my questions is not precise enough.
THe problem is what for some reason in my case libfreerdp do not usi
This might be a useful thread for you:
https://sourceforge.net/p/freerdp/mailman/freerdp-devel/thread/CAAD4mYgNe2NvYA2ua8wBJrCrbTsWdcEFky0ZmeigBZvLtWmY2A%40mail.gmail.com/#msg36379264
On Wed, Sep 26, 2018 at 4:18 AM R0b0t1 via FreeRDP-devel <
freerdp-devel@lists.sourceforge.net> wrote:
> On Wed,
On Wed, Sep 26, 2018 at 9:11 AM, Armin Novak via FreeRDP-devel
wrote:
> Hi,
>
>
> Better try the opposite approach.
>
> If you check the sample client, there already is a settings struct
> allocated with default values when
> freerdp_client_settings_parse_command_line is called.
>
> Populate this
Hi,
Better try the opposite approach.
If you check the sample client, there already is a settings struct
allocated with default values when
freerdp_client_settings_parse_command_line is called.
Populate this struct instance with your connection data and you're set.
regards
Armin
On 9/26/18
Good day.
I have problem with writing rdp client.
I can't find proper way to pass rdpSetting structure
my code:
i->instance = freerdp_new();
if(!i->instance)
{
WLog_ERR(TAG, "Failed to create FreeRDP instance");
goto error;
}