Re: [Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Pietro Di Costanzo
Sorry, You're right, I had the revision 2388. Now with #2391 it works without problems, Thanks! 2009/10/12 BenoƮt Minisini > > Hi, > > > > I would like to signal a bug into the gambas interpreter. > > > > If I create a simple script that just create a socket and wait after a > > connection, the

[Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Pietro Di Costanzo
Hi, I would like to signal a bug into the gambas interpreter. If I create a simple script that just create a socket and wait after a connection, the interpreter crashes. This does appen only if i don't use gb.qt or gb.gtk (I should run it into a pc without X ). This is the example code, the bug

[Gambas-user] gstlibs on gambas!

2008-06-26 Thread Pietro Di Costanzo
Hi to all! After spending much time understanding the extern and pointers functionality under gambas i've made a little app based on the gstreamer libraries. The application can play audio/video files (with the video embedded in the application), play-pause-stop them and has seeking functionality