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

2009-07-04 Thread guiodic
Well, I wrote the parsing of multipart form. But I have another issue. I must read from the socket strem and write to a file stream. But I must insert a pause (a very long pause...). If not, the socket stream ends before the file is written. I must use SLEEP, not WAIT, because this read/write ope

Re: [Gambas-user] Gambas and 3d game engines

2009-07-04 Thread François Gallo
Le 5 mai 09 à 07:03, jbskaggs a écrit : > > Are there any 3d game engines designed to work with Gambas? Or > rather are > there 3d game engines Gambas can use? No there is no 3D game engines for Gambas currently. > > JB SKaggs > -- > View this message in context: > http://www.nabble.com/Ga

Re: [Gambas-user] Bug in package creator?

2009-07-04 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> Yes! There is no magic in dependencies. They are all explicit. > > Regards, > Maybe because you didn't try to make Gambas on a Debian based distro... If you specify sqlite3 in the components of the project, then the Deb package will search for gambas2-db-sqlite3 a