[Gambas-user] Re; EXEC / Embed

Gareth Bult gareth at ...1689...
Thu Jul 5 12:37:25 CEST 2007


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/ 


-- 
Gareth Bult, Encryptec Limited 
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657 
Email: gareth at ...1689... 
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. 



More information about the User mailing list