Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Olivier Cruilles
Hi, May be this email can help you. --- On Mon, 1 Dec 2008 06:50:06 am Robert Moss wrote: Robert this may not be much help to you and I'm not sure how related to your problem it is, but just on the off chance. I struggled with

Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Ricardo Díaz Martín
Thanks Olivier for your reply. I discovered last night binary files can be sent as text files if you uuencode on before sending and uudecode after files are received. uuencode and uudecode are unix standards commands (they are in Ubuntu repositories and in Mac OX too) The code you put in your

Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Benoît Minisini
Hi, Is there some way to send binary files using gambas sockets? Reading and sending byte per byte is too much slow. I read old post from Benoit about this and I think it's no possible at this time. It's true? Regards, Ricardo Díaz Use the WRITE or the PRINT instruction. For example:

Re: [Gambas-user] Where do put translation package for a gambas application (specifically IDE)?

2010-04-11 Thread Benoît Minisini
Hello to all. I'm continuing the pt_BR translation of Gambas3 IDE, but I'm having a problem. I'm using lokalize (old kbabel) to translate the potfile, but I don't know how integrate the translation into gambas IDE. I recreated the .mo file and recompiled gambas3.gambas, but it continues

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread Benoît Minisini
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Debugging program to find error Fecha: Thu, 8

[Gambas-user] Help with a Gambas version of VB registry settings functions?

2010-04-11 Thread chrisken
Hi, everybody. I've been thinking for a while that I'd like to come up with a gambas equivalent for the useful 'registry settings' functions included in visual basic 6 - obviously they couldn't use the registry in the same way, since that doesn't really exist in Linux, but the need for a simple

Re: [Gambas-user] Help with a Gambas version of VB registry settings functions?

2010-04-11 Thread Benoît Minisini
Hi, everybody. I've been thinking for a while that I'd like to come up with a gambas equivalent for the useful 'registry settings' functions included in visual basic 6 - obviously they couldn't use the registry in the same way, since that doesn't really exist in Linux, but the need for a

Re: [Gambas-user] Help with a Gambas version of VB registry settings functions?

2010-04-11 Thread chrisken
No, I didn't - I did look for something similar that was built-in, especially on the 'Differences from Visual Basic' page - but then, I guess you can't list everything there. Thanks muchly for the tip! Benoît Minisini wrote: Did you notice the gb.settings component? -- Benoît Minisini

Re: [Gambas-user] Where do put translation package for a gambas application (specifically IDE)?

2010-04-11 Thread Leandro Santiago
Ok. Now I'm doing it. I'm using translation dialog. I opened IDE project into gambas IDE. I translated my lang file and created the .gambas executable. I saw the /tmp/gambas structure and the lang file is there, but the program is yet in English. Until here everything is OK. But even in other

[Gambas-user] htonl equal

2010-04-11 Thread Mohammad Razeghi
Hi I am looking for c++ htonl function equal in gambas can any one help please ? Thanks ... -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and

Re: [Gambas-user] Where do put translation package for a gambas application (specifically IDE)?

2010-04-11 Thread Benoît Minisini
Ok. Now I'm doing it. I'm using translation dialog. I opened IDE project into gambas IDE. I translated my lang file and created the .gambas executable. I saw the /tmp/gambas structure and the lang file is there, but the program is yet in English. Until here everything is OK. But even

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread craf
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Debugging program to find error Fecha: Sun, 11 Apr

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread Benoît Minisini
Hello. I see that I can not explain it yet. :=) [...] That's what I'm trying to do, a ¡Wizzard to do the job automatically!. I appreciate your understanding: Regards. I understand. :-) But, if libffi.so.* are missing, why don't you provide them with your package? -- Benoît

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread craf
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Debugging program to find error Fecha: Mon, 12 Apr

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread Benoît Minisini
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Debugging program to find error Fecha: Mon,

Re: [Gambas-user] Debugging program to find error

2010-04-11 Thread Ron_1st
On Monday 12 April 2010, craf wrote: file: No such file or directory ), is that the routes included in the file .sh are not taken into account. To fix this I added the following paths to the file .profile (The tests carried out from a project created in gambas2.20 in Ubuntu 9.10 to Ubuntu