[Gambas-user] Re; EXEC / Embed

Benoit Minisini gambas at ...1...
Sat Jul 14 23:11:48 CEST 2007


On jeudi 05 juillet 2007, Gareth Bult wrote:
> Hi,
>
> I used to be able to embed an RDP session within a window using the "EMBED"
> module. (on 1.9.49, earlier SVN) Although I can still do this with ssh,
> rdesktop seems to have stopped working (?)
>
> DIM cmd = string[] =
> ["rdesktop","-g","1024x768","-a","8","-T","desktop",address]
>
> EXEC cmd
> WAIT 3
> id = Desktop.Find("rdesktop") ' this succeeds!
> embed.embed(id) ' this succeeds too!
>
> ..
> I get the screen apparently starting and then console then shows
> "connection reset by peer" ..
>
> Happens on all the machines I try to rdesktop to ..
>
> If I comment out the embed command things work fine. (I just get rdesktop
> in it's own window)
>
> Anyone any ideas ?
>
> tia
> Gareth/

Does it work if you use the Embedder example to embed rdesktop?

-- 
Benoit Minisini




More information about the User mailing list