Hi Gernot,

It seems your questions remain unanswered, so here is my understanding: 
adding rdpInst in a channel plugin is not right and is not safe even you 
hack it. Channel plugins are run in its own thread so trying to acces 
rdpInst it does not own will cause you trouble.

You did not specify the detail of what you want to do, but here are two 
examples for your reference:

1. cliprdr: it creates its own X11 display so it's completely separated 
from the UI. (unlike rdesktop which just reuse UI's X display)
2. tsmf: it sends video frames as events in a queue, so that the UI main 
thread can pick up the event and do whatever it needs in the main thread.

Vic

On 05/18/2011 08:38 PM, Gernot Tenchio wrote:
> Hello,
>
> i'm trying hard to access the RDP instance which created my clipboard
> object. Without success so far. Is there any regular way to solve this
> without hacking chanman and friends?
>
> Regards,
> Gernot



------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Freerdp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to