Re: [FreeRDP-devel] Clipboard issues in migration from 2.11 to 3.8

2024-10-11 Thread Armin Novak via FreeRDP-devel
So, added a new subsection for migrating existing clients and explicitly tell to use `rdpClientContext`, `freerdp_client_context_new` and `freerdp_client_context_free` hope that makes it easier to figure out. On 11.10.24 10:01, Fabrice FRANCOIS via FreeRDP-devel wrote: Hello! This problem

Re: [FreeRDP-devel] Clipboard issues in migration from 2.11 to 3.8

2024-10-11 Thread Armin Novak via FreeRDP-devel
Hi Francois, that is actually mentioned in https://github.com/FreeRDP/FreeRDP/wiki/FreeRDP3-migration-notes > Channel loading has been moved from PreConnect to LoadChannels. This has a default implementation in client/common and only step required is removing calls to freerdp_client_load_ad

Re: [FreeRDP-devel] Clipboard issues in migration from 2.11 to 3.8

2024-10-11 Thread Fabrice FRANCOIS via FreeRDP-devel
Hello! This problem has been solved by setting a callback dedicated to loading the channels during the context initialisation. Indeed the main change from 2.11 to 3.8 is that a client common context has been created to provide channels callbacks and to avoid having to handle these manually. In