[Gambas-user] something very strange with the compiler

2009-06-29 Thread kobolds
I found something very strange with the compiler . I have a variable that I declare it public in a module . I use the variable in a form code . then I change the name of the variable and select compile all and make . no error show up . but when I run the program and hit the line where I using the

[Gambas-user] How to report signal #11

2009-06-29 Thread Pino Zollo
Hi, In certain circumstances my project ends with signal #11 I am trying to follow the following instructions but I am confused about the complete sequence: -- 3. Reporting a crash (a segmentation fault, or a signal #11) If Gambas crashes, you can trace it

[Gambas-user] gb.net.smtp doubt!!

2009-06-29 Thread Diego Fernández
Hi all, I am implementing a notification system on an app. The thing is i need to be able to conect to a mail server with authentication. Ive been playing around with the component all day but seems i cant do that. Correct me if i am wrong. Also if someone has any suggestion it will be

Re: [Gambas-user] gb.net.smtp doubt!!

2009-06-29 Thread Benoît Minisini
Hi all, I am implementing a notification system on an app. The thing is i need to be able to conect to a mail server with authentication. Ive been playing around with the component all day but seems i cant do that. Correct me if i am wrong. Also if someone has any suggestion it will be

[Gambas-user] Using gb.web in my own gambas web server

2009-06-29 Thread guiodic
Hi Benoit, hi to all. You kwon I'm the author of BaShare, a simple web server with a GUI useful in file sharing. I'm trying to implement file reception in BaShare from a web form like this: form method='post' action='http://localhost:65001' name='Upload' enctype='multipart/form-data' input