From gambas at ...1... Mon Dec 1 18:12:36 2003 From: gambas at ...1... (Benoit Minisini) Date: Mon, 1 Dec 2003 18:12:36 +0100 Subject: [Gambas-devel] New preversion of gambas-0.73 Message-ID: <200312011812.36531.gambas@...1...> Hi everybody, I uploaded gambas-0.73pre2 on the web site so that you could test the following things : - Compilation on Solaris - Compilation on Cygwin - Compilation with QT 3.2 - Fix for the file selector Tell me the result. Then I will just wait for an updated network component Changelog from Daniel Campos before I release this version. http://gambas.sf.net/gambas-0.73pre2.tar.bz2 Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...47... Mon Dec 1 23:11:24 2003 From: danielcampos at ...47... (daniel) Date: Mon, 01 Dec 2003 22:11:24 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <200312011812.36531.gambas@...1...> References: <200312011812.36531.gambas@...1...> Message-ID: <1070316684.2323.6.camel@...49...> Another bug, today I'm the Gambas nightmare :) I've erased $HOME/.gambas directory, and then ,when I try to start Gambas, and then "Open project...", file selector, places me on root "/" directory (OK), I enter into "/home" (OK), and when I try to enter in "/home/daniel" the program fails: FSupSelector.Fill_Explorer.210: #32: Bad string conversion regards, Daniel Campos El lun, 01-12-2003 a las 17:12, Benoit Minisini escribi?: > Hi everybody, > > I uploaded gambas-0.73pre2 on the web site so that you could test the > following things : > > - Compilation on Solaris > - Compilation on Cygwin > - Compilation with QT 3.2 > - Fix for the file selector > > Tell me the result. Then I will just wait for an updated network component > Changelog from Daniel Campos before I release this version. > > http://gambas.sf.net/gambas-0.73pre2.tar.bz2 > > Regards, From danielcampos at ...47... Mon Dec 1 23:06:26 2003 From: danielcampos at ...47... (daniel) Date: Mon, 01 Dec 2003 22:06:26 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <200312011812.36531.gambas@...1...> References: <200312011812.36531.gambas@...1...> Message-ID: <1070316386.2328.1.camel@...49...> Oppps!, a bug in that beta version, I removed my old gambas sources directory, and then I started Gambas, and tried option "Open project..." the program failed with this error message: FSupSelector.Fill_Explorer.207: #45: File or directory does not exist: /home/daniel/GAMBAS/gambas-0.72/examples/HTTPPost Regards, Daniel Campos El lun, 01-12-2003 a las 17:12, Benoit Minisini escribi?: > Hi everybody, > > I uploaded gambas-0.73pre2 on the web site so that you could test the > following things : > > - Compilation on Solaris > - Compilation on Cygwin > - Compilation with QT 3.2 > - Fix for the file selector > > Tell me the result. Then I will just wait for an updated network component > Changelog from Daniel Campos before I release this version. > > http://gambas.sf.net/gambas-0.73pre2.tar.bz2 > > Regards, From gambas at ...1... Tue Dec 2 19:57:37 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 2 Dec 2003 19:57:37 +0100 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <1070316684.2323.6.camel@...49...> References: <200312011812.36531.gambas@...1...> <1070316684.2323.6.camel@...49...> Message-ID: <200312021957.37262.gambas@...1...> On Monday 01 December 2003 23:11, daniel wrote: > Another bug, today I'm the Gambas nightmare :) > > I've erased $HOME/.gambas directory, and then ,when I try to start > Gambas, and then "Open project...", file selector, places me on > root "/" directory (OK), I enter into "/home" (OK), and when I try to > enter in "/home/daniel" the program fails: > > FSupSelector.Fill_Explorer.210: #32: Bad string conversion > > > regards, > > Daniel Campos > Could you open the IDE project, debug it, and tell me what file name is passed to Stat() at Fill_Explorer.210 when it fails ? Thanks in advance, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...47... Tue Dec 2 21:36:59 2003 From: danielcampos at ...47... (daniel) Date: Tue, 02 Dec 2003 20:36:59 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <200312021957.37262.gambas@...1...> References: <200312011812.36531.gambas@...1...> <1070316684.2323.6.camel@...49...> <200312021957.37262.gambas@...1...> Message-ID: <1070397317.2248.3.camel@...49...> El mar, 02-12-2003 a las 18:57, Benoit Minisini escribi?: > On Monday 01 December 2003 23:11, daniel wrote: > > Another bug, today I'm the Gambas nightmare :) > > > > I've erased $HOME/.gambas directory, and then ,when I try to start > > Gambas, and then "Open project...", file selector, places me on > > root "/" directory (OK), I enter into "/home" (OK), and when I try to > > enter in "/home/daniel" the program fails: > > > > FSupSelector.Fill_Explorer.210: #32: Bad string conversion > > > > > > regards, > > > > Daniel Campos > > > > Could you open the IDE project, debug it, and tell me what file name is passed > to Stat() at Fill_Explorer.210 when it fails ? > > Thanks in advance, it was hard to debug it as I could not open Gambas IDE, but finally I created a new folder "/home/danfake", and finally I could access to that folder, so I supposed the problem was only in my own folder. Then I added : PRINT (sPath &/ sDir) Just before : Stat(sPath &/ sDir) And that's the final part of the trace: .... /home/daniel/kde_apps /home/daniel/wine-20030911-mdk9.1.i586.rpm /home/daniel/hppsmtools-1.1 /home/daniel/.gtkrc-1.2-gnome2 /home/daniel/libfam0-2.6.10-1mdk.i586.rpm /home/daniel/kbasic /home/daniel/instant?nea1.jpg FSupSelector.?.0: #32: Bad string conversion so it seems the problem is due to file "instant?nea1.jpg", in which you can see there's a spanish character "?", may be string conversion fails in that point. Regards, Daniel Campos From Gambasfr at ...4... Tue Dec 2 22:08:19 2003 From: Gambasfr at ...4... (Fabien Bodard) Date: Tue, 2 Dec 2003 21:08:19 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <1070397317.2248.3.camel@...49...> References: <200312011812.36531.gambas@...1...> <200312021957.37262.gambas@...1...> <1070397317.2248.3.camel@...49...> Message-ID: <200312022108.19494.Gambasfr@...4...> Le Mardi 2 D?cembre 2003 20:36, daniel a ?crit : > El mar, 02-12-2003 a las 18:57, Benoit Minisini escribi?: > > On Monday 01 December 2003 23:11, daniel wrote: > > > Another bug, today I'm the Gambas nightmare :) > > > > > > I've erased $HOME/.gambas directory, and then ,when I try to start > > > Gambas, and then "Open project...", file selector, places me on > > > root "/" directory (OK), I enter into "/home" (OK), and when I try to > > > enter in "/home/daniel" the program fails: > > > > > > FSupSelector.Fill_Explorer.210: #32: Bad string conversion > > > > > > > > > regards, > > > > > > Daniel Campos > > > > Could you open the IDE project, debug it, and tell me what file name is > > passed to Stat() at Fill_Explorer.210 when it fails ? > > > > Thanks in advance, > > it was hard to debug it as I could not open Gambas IDE, but finally I > created a new folder "/home/danfake", and finally I could access to that > folder, so I supposed the problem was only in my own folder. Then I > added : > > PRINT (sPath &/ sDir) > > Just before : > > Stat(sPath &/ sDir) > > And that's the final part of the trace: > .... > /home/daniel/kde_apps > /home/daniel/wine-20030911-mdk9.1.i586.rpm > /home/daniel/hppsmtools-1.1 > /home/daniel/.gtkrc-1.2-gnome2 > /home/daniel/libfam0-2.6.10-1mdk.i586.rpm > /home/daniel/kbasic > /home/daniel/instant?nea1.jpg > FSupSelector.?.0: #32: Bad string conversion > > > so it seems the problem is due to file "instant?nea1.jpg", in which > you can see there's a spanish character "?", may be string conversion > fails in that point. > > Regards, > > Daniel Campos > > evel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel hem a problem with conv$ ? > /home/daniel/instant?nea1.jpg have an '?' Fabien i'm going to see what i can do From Gambasfr at ...4... Tue Dec 2 22:10:32 2003 From: Gambasfr at ...4... (Fabien Bodard) Date: Tue, 2 Dec 2003 21:10:32 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <1070316386.2328.1.camel@...49...> References: <200312011812.36531.gambas@...1...> <1070316386.2328.1.camel@...49...> Message-ID: <200312022110.32146.Gambasfr@...4...> Le Lundi 1 D?cembre 2003 22:06, daniel a ?crit : > Oppps!, a bug in that beta version, I removed my old gambas sources > directory, and then I started Gambas, and tried option "Open project..." > the program failed with this error message: > > > FSupSelector.Fill_Explorer.207: #45: File or directory does not exist: > /home/daniel/GAMBAS/gambas-0.72/examples/HTTPPost > > > Regards, > > Daniel Campos il me semblait que j'en avait upload? un patch? dans mes message a u gambas users... fabien > El lun, 01-12-2003 a las 17:12, Benoit Minisini escribi?: > > Hi everybody, > > > > I uploaded gambas-0.73pre2 on the web site so that you could test the > > following things : > > > > - Compilation on Solaris > > - Compilation on Cygwin > > - Compilation with QT 3.2 > > - Fix for the file selector > > > > Tell me the result. Then I will just wait for an updated network > > component Changelog from Daniel Campos before I release this version. > > > > http://gambas.sf.net/gambas-0.73pre2.tar.bz2 > > > > Regards, > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From Gambasfr at ...4... Tue Dec 2 23:57:59 2003 From: Gambasfr at ...4... (Fabien Bodard) Date: Tue, 2 Dec 2003 22:57:59 +0000 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <1070316684.2323.6.camel@...49...> References: <200312011812.36531.gambas@...1...> <1070316684.2323.6.camel@...49...> Message-ID: <200312022257.59818.Gambasfr@...4...> Le Lundi 1 D?cembre 2003 22:11, daniel a ?crit : Hi daniel : > Another bug, today I'm the Gambas nightmare :) > > I've erased $HOME/.gambas directory, and then ,when I try to start > Gambas, and then "Open project...", file selector, places me on > root "/" directory (OK), I enter into "/home" (OK), and when I try to > enter in "/home/daniel" the program fails: > > FSupSelector.Fill_Explorer.210: #32: Bad string conversion First add this in the header of the fill_explorer sub : IF NOT Exist(sPath) THEN RETURN For benoit : GGRRRRR i've found ! the second bug ... it because benoit have change, the Conv$ process to an automatical one ... :-( * Files instructions like OPEN, KILL, MKDIR, etc. now convert automatically the file name from UTF-8 to system charset. This implies that gambas source code files must be written in UTF-8 ! The error is in the Fill_tree sub.... PRIVATE SUB Fill_Tree(sPath AS String) DIM sDir AS String DIM arFile AS NEW String[] DIM scDir AS String DIM sSeq AS String 'Message("tree " & sPath) sSeq = Left(sPath) sPath = Mid(sPath,2) IF NOT Exist (sPath) THEN RETURN IF NOT TreeExplorer.Exist(sSeq & sPath &/ "child") THEN RETURN TreeExplorer.Remove(sSeq & sPath &/ "child") *************************** ERROR LOCATION ****************************** TRY sDir = Dir(sPath) WHILE sDir IF IsDir(sPath &/ sDir) THEN Stat(sPath &/ sDir) IF File.Hidden AND NOT ShowHidden THEN GOTO JumpDir arFile.add(sDir) ENDIF JumpDir: sDir = Dir() WEND ********************************************************************************** There is a probl?me with some sp?cific directories or files name that have sp?cial letter like 'd?b?re?rela?' but i don't know why ..... I can't made a IsDir, or an Stat I've tryed to delete all my conv line to see... but no change any more... Maybe this error come from you change in the intepreter. **************************************************************************** arFile.Sort FOR EACH sDir IN arFile scDir = Conv$(sDir, System.Charset, Desktop.Charset) IF Exist(sPath &/ sDir &/ ".project") THEN TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeProject,sSeq & sPath) IF HaveDirChild(sPath &/ sDir) THEN TreeExplorer.add(sSeq & sPath &/ sDir &/ "child", "",imgTreeDir,sSeq & sPath &/ sDir) ELSE IF AccessTest(sPath &/ sDir) THEN TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeDir,sSeq & sPath) IF HaveDirChild(sPath &/ sDir) THEN TreeExplorer.add(sSeq & sPath &/ sDir &/ "child", "",imgTreeDir,sSeq & sPath &/ sDir) ELSE TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeNoDir,sSeq & sPath) ENDIF ENDIF NEXT CATCH Message ("erreur " & Error.text) PRINT "erreur " & spath &/ sdir QUIT END Fabien From gambas at ...1... Tue Dec 2 23:53:22 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 2 Dec 2003 23:53:22 +0100 Subject: [Gambas-devel] New preversion of gambas-0.73 In-Reply-To: <200312022257.59818.Gambasfr@...4...> References: <200312011812.36531.gambas@...1...> <1070316684.2323.6.camel@...49...> <200312022257.59818.Gambasfr@...4...> Message-ID: <200312022353.22919.gambas@...1...> On Tuesday 02 December 2003 23:57, Fabien Bodard wrote: > Le Lundi 1 D?cembre 2003 22:11, daniel a ?crit : > > Hi daniel : > > Another bug, today I'm the Gambas nightmare :) > > > > I've erased $HOME/.gambas directory, and then ,when I try to start > > Gambas, and then "Open project...", file selector, places me on > > root "/" directory (OK), I enter into "/home" (OK), and when I try to > > enter in "/home/daniel" the program fails: > > > > FSupSelector.Fill_Explorer.210: #32: Bad string conversion > > First add this in the header of the fill_explorer sub : > > IF NOT Exist(sPath) THEN RETURN > > > > > For benoit : > > GGRRRRR i've found ! the second bug ... it because benoit have change, the > Conv$ process to an automatical one ... :-( > > > * Files instructions like OPEN, KILL, MKDIR, etc. now convert automatically > the > file name from UTF-8 to system charset. This implies that gambas source > code files > must be written in UTF-8 ! > > > > > > > The error is in the Fill_tree sub.... > > > PRIVATE SUB Fill_Tree(sPath AS String) > > DIM sDir AS String > DIM arFile AS NEW String[] > DIM scDir AS String > DIM sSeq AS String > 'Message("tree " & sPath) > sSeq = Left(sPath) > sPath = Mid(sPath,2) > > IF NOT Exist (sPath) THEN RETURN > IF NOT TreeExplorer.Exist(sSeq & sPath &/ "child") THEN RETURN > TreeExplorer.Remove(sSeq & sPath &/ "child") > > > *************************** ERROR LOCATION ****************************** > TRY sDir = Dir(sPath) > > WHILE sDir > > > IF IsDir(sPath &/ sDir) THEN > Stat(sPath &/ sDir) > IF File.Hidden AND NOT ShowHidden THEN GOTO JumpDir > arFile.add(sDir) > ENDIF > JumpDir: > sDir = Dir() > WEND > > *************************************************************************** >******* There is a probl?me with some sp?cific directories or files name > that have sp?cial letter like 'd?b?re?rela?' > but i don't know why ..... > > I can't made a IsDir, or an Stat > > I've tryed to delete all my conv line to see... but no change any more... > Maybe this error come from you change in the intepreter. > > *************************************************************************** >* arFile.Sort > FOR EACH sDir IN arFile > scDir = Conv$(sDir, System.Charset, Desktop.Charset) > IF Exist(sPath &/ sDir &/ ".project") THEN > TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeProject,sSeq & > sPath) > IF HaveDirChild(sPath &/ sDir) THEN TreeExplorer.add(sSeq & sPath &/ > sDir &/ "child", "",imgTreeDir,sSeq & sPath &/ sDir) > > ELSE > IF AccessTest(sPath &/ sDir) THEN > TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeDir,sSeq & > sPath) IF HaveDirChild(sPath &/ sDir) THEN TreeExplorer.add(sSeq & sPath &/ > sDir &/ "child", "",imgTreeDir,sSeq & sPath &/ sDir) > ELSE > TreeExplorer.add(sSeq & sPath &/ sDir, scDir,imgTreeNoDir,sSeq & > sPath) > > ENDIF > > ENDIF > NEXT > CATCH > Message ("erreur " & Error.text) > PRINT "erreur " & spath &/ sdir > QUIT > > END > > > Fabien > Sorry Fabien ;-) This was a pre-version. I have just finished removing unnecessary Conv$() from FSupSelector.class. I will post a new pre-version soon ! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Dec 3 00:05:25 2003 From: gambas at ...1... (Benoit Minisini) Date: Wed, 3 Dec 2003 00:05:25 +0100 Subject: [Gambas-devel] gambas-0.73pre3 Message-ID: <200312030005.25836.gambas@...1...> Hi everybody, I have just uploaded gambas-0.73pre3 on the web site. This should fix file selector problems and many file functions that didn't automatically convert their argument from UTF-8 (like RENAME, COPY, ...) http://gambas.sf.net/gambas-0.73pre3.tar.bz2 Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Wed Dec 3 13:07:28 2003 From: danielcampos at ...45... (danielcampos at ...45...) Date: Wed, 3 Dec 2003 13:07:28 CET Subject: [Gambas-devel] 0.73pre3 Message-ID: Well, it seems that bugs found in 0.73pre2 has been fixed, now I can display correctly "instant?nea1.jpg". Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From danielcampos at ...45... Wed Dec 3 14:02:51 2003 From: danielcampos at ...45... (danielcampos at ...45...) Date: Wed, 3 Dec 2003 14:02:51 CET Subject: [Gambas-devel] es.po file and bug Message-ID: * Here's updated translation for Gambas 0.73 * There's a bug in translations form : -> Select "Translate" -> Make some changes -> Save them -> Press the "glasses" button The program fails with "Null Object" The point is that : STATIC PUBLIC SUB Run() DIM hForm AS Form hForm = NEW FTranslate hForm.ShowModal END Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: es.po URL: From danielcampos at ...45... Wed Dec 3 17:04:04 2003 From: danielcampos at ...45... (danielcampos at ...45...) Date: Wed, 3 Dec 2003 17:04:04 CET Subject: [Gambas-devel] es.po file and bug Message-ID: >* There's a bug in translations form : > >-> Select "Translate" >-> Make some changes >-> Save them >-> Press the "glasses" button > >The program fails with "Null Object" > >The point is that : > >STATIC PUBLIC SUB Run() > > DIM hForm AS Form > > hForm = NEW FTranslate > hForm.ShowModal > >END More precisely the prgram fails when : ... PUBLIC SUB btnVerify_Click() DIM sKey AS String DIM sOrig AS String DIM sTrans AS String WITH cvwTranslate sKey = .Current.Key DO IF .Item[1] THEN <- Here ! May be cvwTranslate was unloaded? Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From gambas at ...1... Fri Dec 5 20:07:13 2003 From: gambas at ...1... (Benoit Minisini) Date: Fri, 5 Dec 2003 20:07:13 +0100 Subject: [Gambas-devel] es.po file and bug In-Reply-To: References: Message-ID: <200312052007.13843.gambas@...1...> On Wednesday 03 December 2003 21:04, danielcampos at ...45... wrote: > >* There's a bug in translations form : > > > >-> Select "Translate" > >-> Make some changes > >-> Save them > >-> Press the "glasses" button > > > >The program fails with "Null Object" > > > >The point is that : > > > >STATIC PUBLIC SUB Run() > > > > DIM hForm AS Form > > > > hForm = NEW FTranslate > > hForm.ShowModal > > > >END > > More precisely the prgram fails when : > ... > PUBLIC SUB btnVerify_Click() > > DIM sKey AS String > DIM sOrig AS String > DIM sTrans AS String > > WITH cvwTranslate > > > sKey = .Current.Key > > DO > > IF .Item[1] THEN <- Here ! > > May be cvwTranslate was unloaded? > > Regards, > > Daniel Campos > > Thanks, I fixed it. Actually, there is a internal problem in the interface that allows browsing Listview, Treeview and ColumnView elements. I think I will have to change it after 0.73 ! Regards, -- Benoit Minisini mailto:gambas at ...1... From dries at ...87... Sun Dec 21 17:22:30 2003 From: dries at ...87... (Dries Verachtert) Date: Sun, 21 Dec 2003 17:22:30 +0100 Subject: [Gambas-devel] problems while installing gambas into a buildroot (needed for packaging) Message-ID: <200312211722.30967.dries@...87...> Hello, I would like to inform you that a 'make install' while using a buildroot (with $DESTDIR) is a bit difficult with the current Makefile.am files. At quite a lot of places, the variable $DESTDIR is not used. I created a small patch which fixes the Makefile.am files so a 'make install' works. The file is attached to this mail. It might be interesting to change the 'reconf' script so it also does a reconf in libltdl immediately. It took me a while before i figured out that i also had to do a reconf in that directory :-) The patched Makefile.am also checks if $(bindir) is different of /usr/bin, because if they are the same, the script shouldn't try to create links from /usr/bin/file to $(bindir)/file. I still have one problem: the part where it creates the library info files won't work within a buildroot. Currently it's commented out if you apply the patch. The command which fails is: @$(DESTDIR)$(bindir)/gbi -a The errormessage is: Cannot read symbolic link /usr/bin/gbx Is there maybe a solution for this problem so i can also build the library info files within a buildroot? Thank you in advance, Dries Verachtert -------------- next part -------------- A non-text attachment was scrubbed... Name: makefiles-destdir.patch.bz2 Type: text/x-makefile Size: 1473 bytes Desc: not available URL: From danielcampos at ...45... Sun Dec 21 22:37:58 2003 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 21 Dec 2003 21:37:58 +0000 Subject: [Gambas-devel] es.po for 0.74 Message-ID: <1072042675.23959.3.camel@...49...> Hi : Here's updated es.po file for Gambas 0.74. These days I'm very busy : new job, new home, hollydays, and other things, but I suppose I'll can continue my work on network and XML in January... Best regards, Daniel Campos -- Daniel Campos -------------- next part -------------- # #-#-#-#-# CClassInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CClassInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CComponent.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CComponent.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CControl.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CControl.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CCoolButton.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CCoolButton.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CPropertyInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CPropertyInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSplit.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSplit.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSymbolInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSymbolInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FAbout.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FAbout.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FDebug.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FDebug.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FExplorer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FExplorer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FFind.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FFind.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGambas.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGambas.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGetIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGetIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGotoLine.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGotoLine.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconTool.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconTool.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLanguage.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLanguage.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FList.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FList.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLocal.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLocal.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMain.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewClass.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewClass.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewDirectory.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewDirectory.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewModule.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewModule.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOpenProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOpenProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOption.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOption.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOutput.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOutput.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyFile.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyFile.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FProperty.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FProperty.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FRename.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FRename.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSave.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSave.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSelector.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSelector.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FStack.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FStack.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTest.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTest.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTextEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTextEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTips.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTips.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBar.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBar.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBox.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBox.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTranslate.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTranslate.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWatch.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWatch.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWelcome.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWelcome.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Language.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Language.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Project.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Project.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-11-01 04:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: FProperty.class:697 msgid "..." msgstr "..." #: FMain.class:987 msgid "&?" msgstr "&?" #: FNewIcon.class:277 msgid "16 x 16" msgstr "16 x 16" #: FPropertyFile.class:71 FPropertyProject.class:579 FSupSelector.class:324 msgid "&1 K" msgstr "&1 K" #: FTranslate.class:174 msgid "&1 strings (&2 not translated)" msgstr "&1 cadenas (&2 no traducidas)" #: FNewIcon.class:298 msgid "24 x 24" msgstr "24 x 24" #: FGotoLine.class:74 msgid "255" msgstr "255" #: FNewIcon.class:263 msgid "32 x 32" msgstr "32 x 32" #: FPropertyProject.class:851 msgid "4" msgstr "4" #: FNewIcon.class:291 msgid "48 x 48" msgstr "48 x 48" #: FNewIcon.class:284 msgid "64 x 64" msgstr "64 x 64" #: FOption.class:517 msgid "8" msgstr "8" #: FNewIcon.class:270 msgid "8 x 8" msgstr "8 x 8" #: FMain.class:1008 msgid "&About Gambas..." msgstr "&Acerca de Gambas..." #: FAbout.class:124 msgid "About Gambas..." msgstr "Acerca de Gambas..." #: FNewIcon.class:162 msgid "Add icon" msgstr "A?adir icono" #: FNewModule.class:122 msgid "Add module" msgstr "A?adir M?dulo" #: FPropertyProject.class:771 msgid "Advanced options" msgstr "Opciones Avanzadas" #: FNewModule.class:37 FNewText.class:38 msgid "All files" msgstr "Todos los Archivos" #: FSupSelector.class:164 msgid "All files|*" msgstr "Todos los archivos|*" #: FAbout.class:205 FWelcome.class:225 msgid "Alpha version (X.XX)" msgstr "Versi?n Alpha(X.XX)" #: FMenu.class:781 msgid "ALT" msgstr "ALT" #: Project.module:1349 msgid "A name must begin with a letter, followed by any letter or digit." msgstr "Un nombre tiene que comenzar con una letra, seguida de letras o d?gitos." #: FOption.class:568 FPropertyProject.class:660 msgid "Apply" msgstr "Aplicar" #: Language.module:7 msgid "Arabic (Egypt)" msgstr "Ar?bico (Egipto)" #: Language.module:8 msgid "Arabic (Tunisia)" msgstr "Ar?bico (Tunicia)" #: FPropertyProject.class:882 msgid "Arguments" msgstr "Argumentos" #: FForm.class:1690 msgid "Arrange horizontally" msgstr "Alinear horizontalmente" #: FForm.class:1667 msgid "Arrangement" msgstr "Alineamiento" #: FForm.class:1696 msgid "Arrange vertically" msgstr "Alinear verticalmente" #: Project.module:629 msgid "at line &1 in &2" msgstr "en l?nea &1 en &2" #: FOption.class:287 msgid "Background" msgstr "Fondo" #: FForm.class:64 msgid "Bad form file" msgstr "Archivo de formulario incorrecto" #: FProperty.class:232 msgid "Bad group !" msgstr "? Grupo incorrecto !" #: FMenu.class:243 msgid "Bad group name !" msgstr "? Nombre de grupo incorrecto !" #: FMenu.class:237 msgid "Bad menu name !" msgstr "? Nombre de men? incorrecto !" #: FProperty.class:220 msgid "Bad name !" msgstr "? Nombre incorrecto !" #: FProperty.class:282 msgid "Bad property value !" msgstr "?Valor err?neo de la propiedad!" #: FPropertyProject.class:121 msgid "Bad version number" msgstr "Versi?n err?nea" #: FSupSelector.class:949 msgid "&Bookmark this directory" msgstr "&Marcar esta carpeta" #: FOption.class:447 msgid "Breakpoints" msgstr "Puntos de interrupci?n" #: FForm.class:1671 msgid "Bring to foreground" msgstr "Mandar al frente" #: FExplorer.class:269 msgid "Broken link" msgstr "Enlace roto" #: Language.module:10 msgid "Bulgarian (Bulgaria)" msgstr "B?lgaro (Bulgaria)" #: FWatch.class:103 msgid "Cancel" msgstr "Cancelar" #: Project.module:1773 msgid "Cannot copy file &1." msgstr "No es posible copiar el archivo &1." #: FSupSelector.class:1136 msgid "Cannot copy file &1\n\n&2" msgstr "Imposible copiar el archivo &1\n\n&2" #: Project.module:823 msgid "Cannot copy template file." msgstr "Imposible copiar el archivo de plantilla." #: Project.module:916 msgid "Cannot create project !" msgstr "?No puedo crear el proyecto!" #: FMain.class:296 msgid "Cannot delete file or directory" msgstr "No puedo borrar el archivo o carpeta" #: FSupSelector.class:760 msgid "Cannot found this directory." msgstr "No se encontr? la carpeta." #: FSupSelector.class:774 msgid "Cannot found this file." msgstr "No se encontr? el archivo." #: FSupSelector.class:737 msgid "Cannot found this project." msgstr "No se encuentra el proyecto." #: Project.module:1785 msgid "Cannot move file &1." msgstr "No se puede mover el archivo &1." #: Project.module:184 msgid "Cannot open project file :\n" msgstr "No se puede abrir el archivo de proyecto :\n" #: FTranslate.class:194 msgid "Cannot read translation file for language '&1'" msgstr "No se puede cargar el archivo de traducci?n del idioma '&1'" #: FIconEditor.class:284 msgid "Cannot save &1 !" msgstr "? No se puede guardar &1 !" #: FTranslate.class:303 msgid "Cannot save translation." msgstr "No puedo guardar la traducci?n." #: FMenu.class:751 msgid "Caption" msgstr "T?tulo" #: FFind.class:570 msgid "&Case sensitive" msgstr "S&ensible a mayusculas" #: FAbout.class:232 msgid "(c) Benoit MINISINI" msgstr "(c) Benoit MINISINI" #: FMenu.class:833 msgid "Checked" msgstr "Checked" #: FOption.class:491 msgid "&Choose..." msgstr "&Elegir..." #: FLanguage.class:54 msgid "Choose language" msgstr "Elija lenguaje" #: FLanguage.class:74 msgid "Choose the translation to duplicate :" msgstr "Ellija la traducci?n a duplicar :" #: FPropertyFile.class:55 msgid "Class" msgstr "Clase" #: FMain.class:1036 msgid "&Class..." msgstr "&Clase..." #: FPropertyProject.class:579 Project.module:434 msgid "Classes" msgstr "Clases" #: FIconEditor.class:1180 FList.class:107 FWatch.class:103 msgid "Clear" msgstr "Borrar" #: FIconTool.class:571 msgid "Clear all" msgstr "Borrar todo" #: FMain.class:414 msgid "&Clear history" msgstr "Borrar &historial" #: FTranslate.class:762 msgid "Clear this translation" msgstr "Borrar esta traducci?n" #: FProperty.class:666 msgid "Click on a form or a control to modify its properties..." msgstr "Pulse sobre un formulario o un control para modificar sus propiedades..." #: FMenu.class:717 msgid "Click on Insert to add a new menu." msgstr "Pulse Insertar para a?adir un men? nuevo." #: FTips.class:206 msgid "Close" msgstr "Cerrar" #: FTranslate.class:784 msgid "&Close" msgstr "&Cerrar" #: FMain.class:959 msgid "Close &all windows" msgstr "Cerrar tod&as las ventanas" #: FForm.class:1727 msgid "Code" msgstr "C?digo" #: FEditor.class:824 FTranslate.class:31 msgid "Comment" msgstr "Comentario" #: FOption.class:440 msgid "Comments" msgstr "Comentarios" #: FPropertyProject.class:776 msgid "Compilation" msgstr "Compilaci?n" #: FMain.class:1182 msgid "Compile" msgstr "Compilar" #: FMain.class:841 msgid "&Compile" msgstr "&Compilar" #: FMain.class:1209 msgid "Compile all" msgstr "Compilar todo" #: FMain.class:848 msgid "Compile &All" msgstr "Compil&ar todo" #: Project.module:676 msgid "Compiling project" msgstr "Compilando proyecto" #: FPropertyProject.class:88 msgid "Component" msgstr "Componente" #: FMain.class:1200 msgid "Component explorer" msgstr "Componente explorador" #: FPropertyProject.class:755 msgid "Components" msgstr "Componentes" #: FMain.class:1227 FOutput.class:134 msgid "Console" msgstr "Consola" #: FMain.class:947 msgid "&Console" msgstr "&Consola" #: FNewClass.class:218 FNewForm.class:244 msgid "&Constructor" msgstr "&Constructor" #: FSave.class:111 FTranslate.class:496 msgid "Continue" msgstr "Continuar" #: FEditor.class:786 FForm.class:1641 FTextEditor.class:304 msgid "Copy" msgstr "Copiar" #: FMain.class:1111 FSupSelector.class:976 msgid "&Copy" msgstr "&Copiar" #: FTranslate.class:753 msgid "Copy untranslated string" msgstr "Copiar cadena no traducida" #: FNewProject.class:109 msgid "Create a new project" msgstr "Crear un nuevo proyecto" #: Project.module:1592 msgid "Create source package" msgstr "Crear paquete fuente" #: Language.module:34 msgid "Croatian (Croatia)" msgstr "Croata (Croacia)" #: FMenu.class:769 msgid "CTRL" msgstr "CTRL" #: FOption.class:433 msgid "Current line" msgstr "L?nea actual" #: FEditor.class:779 FForm.class:1634 FTextEditor.class:297 msgid "Cut" msgstr "Cortar" #: FMain.class:1104 FSupSelector.class:969 msgid "&Cut" msgstr "&Cortar" #: Language.module:12 msgid "Danish (Denmark)" msgstr "Dan?s (Dinamarca)" #: Project.module:437 msgid "Data" msgstr "Datos" #: FMain.class:970 msgid "&Database manager..." msgstr "Gestor de Bases de &Datos..." #: FOption.class:463 msgid "Data types" msgstr "Tipos de datos" #: FSupSelector.class:93 msgid "Date" msgstr "Fecha" #: FDebug.class:714 FMain.class:1245 msgid "Debug" msgstr "Depuraci?n" #: FNewForm.class:258 msgid "Default dialo&g management" msgstr "&Gesti?n del di?logo por defecto" #: FTranslate.class:391 msgid "Delete" msgstr "Borrar" #: FList.class:200 FMenu.class:865 msgid "&Delete" msgstr "&Borrar" #: FMain.class:1125 msgid "&Delete..." msgstr "&Borrar..." #: FTranslate.class:656 msgid "Delete translation" msgstr "Borrar traducci?n" #: FPropertyProject.class:90 msgid "Description" msgstr "Descripci?n" #: FNewIcon.class:309 FNewText.class:174 msgid "Destination" msgstr "Destino" #: FNewClass.class:212 FNewForm.class:238 msgid "&Destructor" msgstr "&Destructor" #: FPropertyFile.class:40 FSupSelector.class:255 msgid "Directory" msgstr "Carpeta" #: FMain.class:1064 msgid "&Directory..." msgstr "&Carpeta..." #: FSupSelector.class:153 msgid "Directory :" msgstr "Carpeta :" #: Project.module:839 msgid "Directory already exists." msgstr "La carpeta ya existe." #: FSupSelector.class:1184 msgid "Do you really want to delete the file : " msgstr "?Realmente desea borrar el archivo :" #: FMain.class:276 msgid "Do you really want to delete this directory ?" msgstr "?Realmente quiere borrar esta carpeta?" #: FMain.class:288 msgid "Do you really want to delete this file ?" msgstr "?Realmente quiere borrar este archivo?" #: FTranslate.class:391 msgid "Do you really want to delete this translation ?" msgstr "?Realmente quiere borrar esta trducci?n?" #: FTranslate.class:462 msgid "Do you really want to reload this translation ?" msgstr "?Realmente quiere recargar esta traducci?n?" #: FSupSelector.class:1109 msgid "Do you really want to remove this bookmark ?" msgstr "? Realmente quiere borrar esta marca ?" #: FTranslate.class:423 msgid "Do you really want to replace this translation ?" msgstr "?Realmente quiere reemplazar esta traducci?n?" #: FWatch.class:103 msgid "Do you want to clear the expression list ?" msgstr "?Quiere borrar la lista de expresiones?" #: FIconEditor.class:1180 msgid "Do you want to clear the image ?" msgstr "?Quiere borrar la imagen?" #: FList.class:107 msgid "Do you want to clear the value list ?" msgstr "?Quiere borrar la lista de valores?" #: FIconTool.class:591 msgid "Draw" msgstr "Dibujo" #: FTranslate.class:665 msgid "Duplicate a translation" msgstr "Duplicar una traducci?n" #: Language.module:43 msgid "Dutch (Belgium)" msgstr "Flamenco (B?lgica)" #: Language.module:42 msgid "Dutch (Netherlands)" msgstr "Flamenco (Holanda)" #: FMain.class:1071 msgid "&Edit" msgstr "&Editar" #: FPropertyProject.class:794 msgid "Edition" msgstr "Edici?n" #: FList.class:155 msgid "Edit list property" msgstr "Editar lista de propiedades" #: FOption.class:263 msgid "Editor" msgstr "Editor" #: FOption.class:275 msgid "Editor colors" msgstr "Colores del editor" #: FOption.class:486 msgid "Editor font" msgstr "Fuente del editor" #: FText.class:64 msgid "Edit text property" msgstr "Editar propiedad de texto" #: FEditor.class:881 msgid "edtEditor" msgstr "edtEditor" #: FIconTool.class:621 msgid "Ellipse" msgstr "Elipse" #: FIconTool.class:178 msgid "Ellipse,Filled ellipse,Filled delimited ellipse" msgstr "Elipse, Elipse rellena, Elipse rellena delimitada" #: FMenu.class:827 msgid "Enabled" msgstr "Habilitado" #: Language.module:21 msgid "English (Australia)" msgstr "Ingl?s (Australia)" #: Language.module:22 msgid "English (Canada)" msgstr "Ingl?s (Canad?)" #: Language.module:19 msgid "English (United Kingdom)" msgstr "Ingl?s (Reino Unido)" #: Language.module:20 msgid "English (U.S.A.)" msgstr "Ingl?s (U.S.A.)" #: FRename.class:91 msgid "Enter new name :" msgstr "Introduzca nuevo nombre :" #: FLocal.class:58 FWatch.class:43 msgid "ERROR:" msgstr "ERROR:" #: FForm.class:1616 msgid "Event" msgstr "Evento" #: FTranslate.class:575 msgid "Everything seems to be correct." msgstr "Todo parece estar correcto." #: FPropertyProject.class:579 msgid "Executable" msgstr "Ejecutable" #: FPropertyProject.class:840 msgid "Execution" msgstr "Ejecuci?n" #: FNewModule.class:185 FNewText.class:172 msgid "Existing" msgstr "Existente" #: FExplorer.class:592 msgid "Explore" msgstr "Explorar" #: FTranslate.class:476 msgid "Export a translation" msgstr "Exportar una traducci?n" #: FWatch.class:10 msgid "Expression" msgstr "Expresi?n" #: FOption.class:542 msgid "External programs" msgstr "Programas externos" #: FSupSelector.class:317 msgid "File" msgstr "Archivo" #: FFind.class:619 FMain.class:784 msgid "&File" msgstr "&Archivo" #: FSupSelector.class:156 msgid "File :" msgstr "Archivo :" #: Project.module:794 msgid "File already exists." msgstr "El archivo ya existe." #: FSupSelector.class:1553 msgid "Filters" msgstr "Filtros" #: FFind.class:553 msgid "Find" msgstr "Encontrar" #: FEditor.class:841 FTextEditor.class:342 msgid "Find..." msgstr "Encontrar..." #: FTranslate.class:707 msgid "Find a string in translation" msgstr "Encontrar una cadena en la traducci?n" #: FFind.class:590 msgid "Find &next" msgstr "Encontrar &siguiente" #: FEditor.class:848 FTextEditor.class:350 msgid "Find Next" msgstr "Encontrar siguiente" #: FFind.class:633 msgid "Find &previous" msgstr "Encontrar &anterior" #: FEditor.class:854 FTextEditor.class:357 msgid "Find Previous" msgstr "Encontrar anterior" #: FFind.class:545 msgid "Find & Replace" msgstr "Encontrar & reemplazar" #: FIconTool.class:641 msgid "Flip" msgstr "Flip" #: FIconTool.class:631 msgid "Flood fill" msgstr "Relleno" #: FIconTool.class:183 msgid "Flood fill,Patterned flood fill" msgstr "Relleno, relleno con patr?n" #: Project.module:1573 msgid "Forbidden characters in project name." msgstr "Caracteres no v?lidos en el nombre del proyecto." #: FEditor.class:872 FForm.class:1605 FPropertyFile.class:57 msgid "Form" msgstr "Formulario" #: FMain.class:1030 msgid "&Form..." msgstr "&Formulario..." #: FNewIcon.class:242 msgid "Format :" msgstr "Formato:" #: FPropertyProject.class:787 msgid "Form controls are public" msgstr "Los controles de formulario son p?blicos" #: FOption.class:506 msgid "Form editor" msgstr "Editor de formularios" #: FPropertyProject.class:579 Project.module:435 msgid "Forms" msgstr "Formularios" #: FDebug.class:750 msgid "Forward" msgstr "Adelante" #: FMain.class:874 msgid "&Forward" msgstr "&Adelante" #: Language.module:28 msgid "French (Belgium)" msgstr "Franc?s (B?lgica)" #: Language.module:29 msgid "French (Canada)" msgstr "Franc?s (Canad?)" #: Language.module:27 msgid "French (France)" msgstr "Franc?s (Francia)" #: Language.module:30 msgid "French (Switzerland)" msgstr "Franc?s (Suiza)" #: FNewText.class:190 msgid "FSelector" msgstr "FSelector" #: FWelcome.class:286 msgid "Gambas" msgstr "Gambas" #: FAbout.class:163 msgid "Gambas Almost Means BASic !" msgstr "Gambas Almost Means BASic !" #: FSupSelector.class:269 msgid "Gambas class" msgstr "Clase Gambas" #: FNewClass.class:37 msgid "Gambas classes" msgstr "Clases Gambas" #: FOption.class:268 msgid "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" msgstr "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" #: FNewClass.class:37 FNewForm.class:37 FNewModule.class:37 msgid "Gambas files" msgstr "Archivos Gambas" #: FSupSelector.class:272 msgid "Gambas form" msgstr "Formulario Gambas" #: FNewForm.class:37 msgid "Gambas forms" msgstr "Formularios Gambas" #: FSupSelector.class:275 msgid "Gambas module" msgstr "M?dulo Gambas" #: FNewModule.class:37 msgid "Gambas modules" msgstr "M?dulos Gambas" #: FSupSelector.class:250 msgid "Gambas project" msgstr "Proyecto Gambas" #: FPropertyFile.class:147 FPropertyProject.class:668 msgid "General" msgstr "General" #: Language.module:15 msgid "German (Belgium)" msgstr "Alem?n (B?lgica)" #: Language.module:14 msgid "German (Germany)" msgstr "Alem?n (Alemania)" #: FEditor.class:751 msgid "Go to" msgstr "Ir a" #: FGotoLine.class:48 msgid "Go to line" msgstr "Ir a l?nea" #: FGotoLine.class:68 msgid "Go to line :" msgstr "Ir a l?nea :" #: FEditor.class:756 FTextEditor.class:286 msgid "Go to line..." msgstr "Ir a l?nea..." #: Language.module:17 msgid "Greek (Greece)" msgstr "Griego (Grecia)" #: FMenu.class:739 msgid "Group" msgstr "Grupo" #: FAbout.class:186 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:179 msgid "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" msgstr "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" #: FOption.class:511 msgid "Handle size" msgstr "Tama?o del handle" #: FMain.class:991 msgid "&Help browser" msgstr "&Visor de ayuda" #: FExplorer.class:579 msgid "Help browser" msgstr "Visor de ayuda" #: FIconTool.class:151 msgid "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" msgstr "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" #: FAbout.class:223 msgid "http://gambas.sourceforge.net" msgstr "http://gambas.sourceforge.net" #: Language.module:32 msgid "Hungarian (Hungary)" msgstr "H?ngaro (Hungr?a)" #: FSupSelector.class:1200 msgid "I can't remove this folder !!" msgstr "?? No es posible eliminar la carpeta !!" #: FMain.class:1047 msgid "&Icon..." msgstr "&Icono..." #: FIconEditor.class:1264 FIconTool.class:501 msgid "Icon editor" msgstr "Editor de iconos" #: FTranslate.class:490 msgid "Import a translation" msgstr "Importar una traducci?n" #: FExplorer.class:657 msgid "Index" msgstr "Indice" #: Language.module:36 msgid "Indonesian (Indonesia)" msgstr "Indonesio (Indonesia)" #: FPropertyFile.class:220 FPropertyProject.class:738 msgid "Information" msgstr "Informaci?n" #: FList.class:180 FMenu.class:859 msgid "&Insert" msgstr "&Insertar" #: FOption.class:547 msgid "Internet browser" msgstr "Navegador de internet" #: FOption.class:479 msgid "&Invert colors" msgstr "&Invertir colores" #: Language.module:38 msgid "Irish (Ireland)" msgstr "Gal?ico (Irlanda)" #: Language.module:40 msgid "Italian (Italy)" msgstr "Italiano (Italia)" #: FPropertyProject.class:859 msgid "Kb" msgstr "Kb" #: FPropertyProject.class:781 msgid "Keep debugging information in executable" msgstr "Mantener informaci?n de depuraci?n en el ejecutable" #: FOption.class:319 msgid "Keywords" msgstr "Pal?abras clave" #: FPropertyFile.class:177 msgid "Last modified" msgstr "Ultima modificaci?n" #: FSupSelector.class:1547 msgid "lblFile" msgstr "lblFile" #: FIconTool.class:601 msgid "Line" msgstr "L?nea" #: FPropertyProject.class:579 msgid "Lines" msgstr "L?neas" #: FDebug.class:795 FLocal.class:82 msgid "Local variables" msgstr "Variables locales" #: FPropertyFile.class:213 msgid "Location" msgstr "Ubicaci?n" #: FSupSelector.class:1498 msgid "Look in" msgstr "Buscar en" #: FMain.class:893 msgid "Make e&xecutable" msgstr "Crear e&jecutable" #: FMain.class:899 msgid "Make source package..." msgstr "Crear paquete fuente..." #: Project.module:930 msgid "Making executable..." msgstr "Creando ejecutable..." #: FGambas.class:120 msgid "Mascot" msgstr "Mascota" #: FMenu.class:25 msgid "Menu editor" msgstr "Editor de men?" #: FForm.class:1708 msgid "Menu editor..." msgstr "Editor de men?..." #: FOption.class:501 msgid "Miscellaneous" msgstr "Miscel?nea" #: FTextEditor.class:70 msgid "modified" msgstr "Modificado" #: FPropertyFile.class:53 msgid "Module" msgstr "M?dulo" #: FMain.class:1024 msgid "&Module..." msgstr "&M?dulo..." #: FPropertyProject.class:579 Project.module:436 msgid "Modules" msgstr "M?dulos" #: FLocal.class:19 FMenu.class:727 FSupSelector.class:90 msgid "Name" msgstr "Nombre" #: FStack.class:42 msgid "native code" msgstr "C?digo nativo" #: FNewProject.class:127 msgid "  1 • Choose a project name" msgstr "  1 • Elija nombre de proyecto" #: FNewClass.class:162 msgid "  1 • Choose the class name" msgstr "  1 • Elija nombre de clase" #: FNewDirectory.class:110 msgid "  1 • Choose the directory name" msgstr "  1 • Elija el nombre de la carpeta " #: FNewForm.class:196 msgid "  1 • Choose the form name" msgstr "  1 • Elija el nombre del formulario" #: FNewIcon.class:185 msgid "  1 • Choose the icon name" msgstr "  1 • Elija el nombre del icono" #: FNewModule.class:145 msgid "  1 • Choose the module name" msgstr "  1 • Elija el nombre del m?dulo" #: FNewClass.class:172 msgid "  2 • Choose the class options" msgstr "  2 • Elija las opciones de la clase" #: FNewForm.class:206 msgid "  2 • Choose the form options" msgstr "  2 • Elija las opciones del formulario" #: FNewIcon.class:195 msgid "  2 • Choose the icon size and format" msgstr "  2 • Elija el tama?o del icono y el formato" #: FNewModule.class:155 msgid "  2 • Choose the module options" msgstr "  2 • Elija las opciones del m?dulo" #: FNewDirectory.class:100 msgid "  2 • Choose the parent directory" msgstr "  2 • Elija la carpeta ra?z" #: FNewProject.class:117 msgid "  2 • Choose the project directory" msgstr "  2 • Elija la carpeta de proyecto" #: FNewIcon.class:326 FNewText.class:182 msgid "  Change destination project folder" msgstr "  Cambiar carpeta de destino del proyecto" #: FNewText.class:153 msgid "  Choose the text file name" msgstr "  Elija el nombre del archivo de texto" #: FSupSelector.class:1181 msgid "Necessary gambas file. You can't delete it !" msgstr "Archivo necesario para Gambas. ? No puede borrarlo !" #: FNewModule.class:130 FNewText.class:145 msgid "New" msgstr "Nuevo" #: FMain.class:1020 msgid "&New" msgstr "&Nuevo" #: FNewClass.class:132 msgid "New class" msgstr "Nueva clase" #: FNewDirectory.class:83 msgid "New directory" msgstr "Nueva carpeta" #: FNewForm.class:180 msgid "New form" msgstr "Nuevo formulario" #: FMain.class:788 msgid "&New project..." msgstr "&Nuevo proyecto..." #: FMain.class:1155 msgid "New project" msgstr "Nuevo proyecto" #: FWelcome.class:42 msgid "New project..." msgstr "Nuevo proyecto..." #: FNewText.class:123 msgid "New text file" msgstr "Nuevo archivo de texto" #: FExplorer.class:648 msgid "Next" msgstr "Siguiente" #: FMenu.class:853 msgid "&Next" msgstr "&Siguiente" #: FTips.class:200 msgid "&Next >>" msgstr "&Siguiente >>" #: FOption.class:303 msgid "Normal text" msgstr "Texto normal" #: Language.module:45 msgid "Norwegian (Norway)" msgstr "Noruego (noruega)" #: Project.module:694 msgid "Nothing to do." msgstr "Nada pendiente." #: FOption.class:383 msgid "Numbers" msgstr "N?meros" #: FText.class:76 Project.module:710 msgid "OK" msgstr "OK" #: FMain.class:807 msgid "Open &example" msgstr "Abrir &ejemplo" #: FWelcome.class:45 msgid "Open example >>" msgstr "Abrir ejemplo >>" #: FMain.class:795 msgid "&Open project..." msgstr "Abrir pr&oyecto..." #: FMain.class:1164 msgid "Open project" msgstr "Abrir proyecto" #: FWelcome.class:43 msgid "Open project..." msgstr "Abrir proyecto..." #: FMain.class:802 msgid "Open &recent" msgstr "Abrir &reciente" #: FOption.class:351 msgid "Operators" msgstr "Operaciones" #: FFind.class:565 msgid "Options" msgstr "Opciones" #: FDebug.class:768 msgid "Output" msgstr "Salida" #: FTextEditor.class:311 msgid "Paste" msgstr "Pegar" #: FMain.class:1118 FSupSelector.class:983 msgid "&Paste" msgstr "&Pegar" #: FDebug.class:732 msgid "Pause" msgstr "Pausa" #: FIconTool.class:581 msgid "Pick color" msgstr "Elegir color" #: FMenu.class:794 FPropertyFile.class:59 msgid "Picture" msgstr "Imagen" #: FSupSelector.class:283 msgid "Picture file" msgstr "Archivo de imagen" #: FGetIcon.class:31 FNewIcon.class:41 msgid "Picture files" msgstr "Archivos de imagen" #: Project.module:1305 msgid "Please type a name." msgstr "Por favor indique un nombre." #: Project.module:1566 msgid "Please type a project name." msgstr "Por favor indique un nombre de proyecto." #: FPropertyProject.class:49 msgid "Please wait..." msgstr "Por favor, espere..." #: FNewIcon.class:250 msgid "PNG\nXPM\nJPEG" msgstr "PNG\nXPM\nJPEG" #: Language.module:47 msgid "Polish (Poland)" msgstr "Polaco (Polonia)" #: FMain.class:1015 msgid "Popup" msgstr "Emergente" #: Language.module:50 msgid "Portuguese (Brazil)" msgstr "Portugu?s (Brasil)" #: Language.module:49 msgid "Portuguese (Portugal)" msgstr "Portugu?s (Portugal)" #: FNewIcon.class:304 msgid "Predefined sizes :" msgstr "Tama?os predefinidos :" #: FOption.class:241 msgid "Preferences" msgstr "Preferencias" #: FMain.class:981 msgid "&Preferences..." msgstr "&Preferencias..." #: FExplorer.class:639 msgid "Previous" msgstr "Previo" #: FTips.class:194 msgid "<< &Previous" msgstr "<< &Previo" #: FFind.class:626 msgid "Proce&dure" msgstr "Proce&dimiento" #: FMain.class:779 Project.module:458 msgid "Project" msgstr "Proyecto" #: FMain.class:837 msgid "&Project" msgstr "&Proyecto" #: FFind.class:613 msgid "Pro&ject" msgstr "Pro&yecto" #: FSupSelector.class:147 msgid "Project :" msgstr "Proyecto :" #: FPropertyProject.class:718 msgid "Project is translatable" msgstr "El proyecto es traducible" #: FPropertyProject.class:46 msgid "Project properties" msgstr "Propiedades del proyecto" #: FPropertyProject.class:579 msgid "Project size" msgstr "Tama?o del proyecto" #: FPropertyProject.class:687 msgid "Properties" msgstr "Propiedades" #: FMain.class:933 msgid "&Properties" msgstr "&Propiedades" #: FMain.class:923 msgid "&Properties..." msgstr "&Propiedades..." #: FMain.class:1218 msgid "Properties sheet" msgstr "Hoja de propiedades" #: FSave.class:31 FWelcome.class:46 msgid "Quit" msgstr "Salir" #: FMain.class:829 msgid "&Quit" msgstr "&Salir" #: FWelcome.class:208 msgid "Recent" msgstr "Reciente" #: FWelcome.class:44 msgid "Recent projects >>" msgstr "Proyectos recientes >>" #: FIconTool.class:611 msgid "Rectangle" msgstr "Rect?ngulo" #: FIconTool.class:173 msgid "Rectangle,Filled rectangle,Filled delimited rectangle" msgstr "Rect?ngulo, rect?ngulo relleno, rect?ngulo relleno delimitado" #: FEditor.class:812 FTextEditor.class:330 msgid "Redo" msgstr "Rehacer" #: FExplorer.class:630 FSupSelector.class:1031 msgid "Refresh" msgstr "Refrescar" #: FMain.class:917 msgid "&Refresh" msgstr "&Refrescar" #: FFind.class:583 msgid "Re&gular expression" msgstr "Expresi?n re&gular" #: FTranslate.class:462 msgid "Reload" msgstr "Recargar" #: FTranslate.class:647 msgid "Reload translation" msgstr "Recargar traducci?n" #: FSupSelector.class:1109 msgid "Remove" msgstr "Eliminar" #: FSupSelector.class:957 msgid "&Remove current bookmark" msgstr "Elimina&r esta marca" #: FRename.class:19 FSupSelector.class:994 msgid "Rename" msgstr "Renombrar" #: FMain.class:1093 msgid "&Rename..." msgstr "&Renombrar..." #: Project.module:1411 msgid "Rename class" msgstr "Renombrar clase" #: Project.module:1436 msgid "Rename directory" msgstr "Renombrar carpeta" #: Project.module:1436 msgid "Rename file" msgstr "Renombrar archivo" #: Project.module:1409 msgid "Rename form" msgstr "Renombrar formulario" #: Project.module:1413 msgid "Rename module" msgstr "Renombrar m?dulo" #: FFind.class:559 FTranslate.class:423 msgid "Replace" msgstr "Reemplazar" #: FFind.class:596 msgid "&Replace" msgstr "&Reemplazar" #: FFind.class:602 msgid "Replace &all" msgstr "Reemplaz&ar todo" #: FMain.class:881 msgid "R&eturn from" msgstr "&Retornar de" #: FDebug.class:804 msgid "Return from" msgstr "Retornar de" #: FDebug.class:723 FMain.class:1191 msgid "Run" msgstr "Ejecutar" #: FMain.class:860 msgid "&Run" msgstr "Ejecuta&r" #: Language.module:52 msgid "Russian (Russia)" msgstr "Ruso (Rusia)" #: FIconTool.class:511 FSave.class:104 FTextEditor.class:380 msgid "Save" msgstr "Guardar" #: FMain.class:1086 msgid "&Save" msgstr "&Guardar" #: FSave.class:86 msgid "Save modified files" msgstr "Guardar archivos modificados" #: FMain.class:817 msgid "S&ave project" msgstr "&Guardar proyecto" #: FMain.class:1173 msgid "Save project" msgstr "Guardar proyecto" #: FTranslate.class:638 msgid "Save translation" msgstr "Guardar traducci?n" #: FIconTool.class:541 msgid "Scroll" msgstr "Scroll" #: FExplorer.class:600 msgid "Search" msgstr "Buscar " #: FFind.class:608 msgid "Search in" msgstr "Buscar en" #: FFind.class:99 FTranslate.class:361 msgid "Search string cannot be found." msgstr "La cadena buscada no se encontr?n." #: FFind.class:153 msgid "Search string replaced &1 times." msgstr "La cadena buscada se reemplaz? &1 veces." #: FFind.class:151 msgid "Search string replaced once." msgstr "La cadena se reemplaz? una vez." #: FForm.class:1610 msgid "Select" msgstr "Seleccionar" #: FForm.class:1628 msgid "Select all" msgstr "Seleccionar todo" #: FIconTool.class:551 msgid "Select and transparent paste" msgstr "Seleccionar con pegado transparente" #: FIconTool.class:190 msgid "Select and transparent paste,Select and opaque paste" msgstr "Seleccionar con pegado transparente, seleccionar con pegado opaco " #: FGetIcon.class:76 msgid "Select a picture" msgstr "Seleccionar una imagen" #: FOpenProject.class:85 msgid "Select a project" msgstr "Seleccionar un proyecto" #: FSupSelector.class:1539 msgid "Select Filters" msgstr "Seleccionar Filtros" #: FForm.class:1678 msgid "Send to background" msgstr "Enviar al fondo" #: FMenu.class:775 msgid "SHIFT" msgstr "SHIFT" #: FMenu.class:763 msgid "Shortcut" msgstr "Atajo" #: FSupSelector.class:458 msgid "Show by icon" msgstr "Mostrar por icono" #: FSupSelector.class:475 msgid "Show by list" msgstr "Mostrar por lista" #: FPropertyProject.class:799 msgid "Show &grid" msgstr "Mostrar &parrilla" #: FSupSelector.class:1023 msgid "Show hidden files" msgstr "Mostrar archivos ocultos" #: FOption.class:536 msgid "Show mascot" msgstr "Mostrar mascota" #: FPropertyProject.class:760 msgid "Show only components used in project" msgstr "Mostrar s?lo componentes empleados en el proyecto" #: FSupSelector.class:1015 msgid "Show preview picture" msgstr "Mostrar previsualizaci?n" #: FTips.class:188 msgid "Show tips on startup" msgstr "Mostrar consejos al inicio" #: FPropertyFile.class:171 FSupSelector.class:91 msgid "Size" msgstr "Tama?o" #: FNewIcon.class:256 msgid "Size :" msgstr "Tama?o :" #: FPropertyProject.class:205 msgid "Snapping value is incorrect." msgstr "Snapping value is incorrect." #: FPropertyProject.class:806 msgid "&Snap to grid" msgstr "Aju&star a la parrilla" #: FSave.class:92 msgid "Some files have been modified. Do you want to save them ?" msgstr "Algunos archivos se han modificado. ?Quiere guardar los cambios?" #: Language.module:25 msgid "Spanish (Argentina)" msgstr "Espa?ol (Argentina)" #: Language.module:24 msgid "Spanish (Spain)" msgstr "Espa?ol (Espa?a)" #: FDebug.class:777 FStack.class:88 msgid "Stack" msgstr "Pila" #: FPropertyProject.class:845 msgid "Stack size" msgstr "Tama?o de pila" #: FPropertyProject.class:199 msgid "Stack size is incorrect. It must be between 4 and 256 Kb." msgstr "El tama?o de pila es incorrecto. Debe estar entre 4 y 256 Kb." #: FMain.class:1076 FNewClass.class:179 FNewForm.class:213 msgid "&Startup class" msgstr "Clase de &inicio" #: FNewModule.class:162 msgid "&Startup module" msgstr "M?dulo de &inicio" #: FNewModule.class:168 msgid "Static &constructor" msgstr "&Constructor est?tico" #: FNewClass.class:185 FNewForm.class:219 msgid "Static co&nstructor" msgstr "Co&nstructor est?tico" #: FNewModule.class:174 msgid "Static &destructor" msgstr "&Destructor est?tico" #: FNewClass.class:191 FNewForm.class:225 msgid "Static des&tructor" msgstr "Des&tructor est?tico" #: FDebug.class:759 msgid "Step" msgstr "Paso" #: FMain.class:867 msgid "&Step" msgstr "Pa&so" #: FDebug.class:741 msgid "Stop" msgstr "Parar" #: FOption.class:399 msgid "Strings" msgstr "Cadenas" #: FOption.class:335 msgid "Subroutines" msgstr "Subrutinas" #: Language.module:54 msgid "Swedish (Sweden)" msgstr "Sueco (Suecia)" #: FOption.class:367 msgid "Symbols" msgstr "S?mbolos" #: FPropertyFile.class:62 msgid "Text" msgstr "Texto" #: FTextEditor.class:389 msgid "TextArea1" msgstr "TextArea1" #: FMain.class:1053 msgid "&Text file..." msgstr "Archivo de &texto..." #: FNewText.class:38 msgid "Text files" msgstr "Archivos de texto" #: FTips.class:214 msgid "TextView1" msgstr "TextView1" #: FTranslate.class:74 msgid "The 'msgmerge' command has failed" msgstr "El comando 'msgmerge' ha fallado" #: FDebug.class:232 msgid "The program has returned the value: &1" msgstr "El programa retorn? con valor : &1" #: FDebug.class:229 msgid "The program stopped unexpectedly by raising signal #&1.\n\nPlease send a bug report to gambas at ...70..." msgstr "El programa se detuvo inesperadamente devolviendo la se?al : #&1.\n\nPor favor, env?e un reporte del error a gambas at ...71...e.net." #: FPropertyProject.class:385 msgid "This component is in use." msgstr "Este componente est? siendo usado." #: FSupSelector.class:1243 msgid "This file name is protected by Gambas. You cannot rename it !" msgstr "Este nombre de archivo est? protegido por Gambas. ? No puede renombrarlo !" #: FIconEditor.class:1199 msgid "This image has been modified.\nDo you want to save it ?" msgstr "La imagen se ha modificado.\n?Quiere guardarla?" #: FTranslate.class:419 msgid "This is the same translation !" msgstr "?Es la misma traducci?n!" #: FMenu.class:501 msgid "This menu is too deep !" msgstr "?El men? tiene demasiados niveles!" #: Project.module:1310 msgid "This name contains a forbidden character :" msgstr "El nombre contiene un caracter ilegal :" #: Project.module:1315 msgid "This name is already used. Choose another one." msgstr "Este nombre ya est? en uso. Elija otro." #: Project.module:1580 msgid "This project already exists." msgstr "El proyecto ya existe." #: FTranslate.class:744 msgid "This string must not be translated" msgstr "Esta cadena no debe ser traducida" #: FTips.class:42 msgid "Tip of the day" msgstr "Consejo del d?a" #: FTips.class:176 msgid " Tips of the day" msgstr "Consejos del d?a" #: FMain.class:998 msgid "&Tips of the day" msgstr "Conse&jos del d?a" #: FTips.class:168 msgid "Tips of the day" msgstr "Consejos del d?a" #: FPropertyProject.class:724 msgid "Title" msgstr "T?tulo" #: FMain.class:1236 FToolBox.class:197 msgid "Toolbox" msgstr "Caja de herramientas" #: FMain.class:940 msgid "&Toolbox" msgstr "Caja de herramien&tas" #: FMain.class:966 msgid "&Tools" msgstr "Herramien&tas" #: FMain.class:904 msgid "&Translate..." msgstr "&Traducir..." #: FTranslate.class:562 msgid "Translated string symbols do not match untranslated string ones." msgstr "Los s?mbolos de las cadenas traducidas no concuerdan con los de las cadenas sin traducir." #: FTranslate.class:618 msgid "Translate project" msgstr "Traducir proyecto" #: FTranslate.class:738 msgid "Translation" msgstr "Traducci?n" #: FTranslate.class:478 msgid "Translation files" msgstr "Archivos de traducci?n" #: FTranslate.class:624 msgid "Translation language :" msgstr "Idioma de traducci?n :" #: Language.module:56 msgid "Turkish (Turkey)" msgstr "Turco (Turqu?a)" #: FPropertyProject.class:875 msgid "txtArgument" msgstr "txtArgument" #: FOutput.class:143 msgid "txtOutput" msgstr "txtOutput" #: FText.class:69 msgid "txtText" msgstr "txtText" #: FPropertyFile.class:183 FSupSelector.class:92 msgid "Type" msgstr "Tipo" #: FTips.class:107 msgid "Unable to read tip of the day !" msgstr "? Error al leer el consejo del d?a !" #: Project.module:1449 msgid "Unable to rename '&1'" msgstr "Error al renombrar el archivo '&1'" #: FEditor.class:830 msgid "Uncomment" msgstr "Descomentar" #: FEditor.class:805 FIconTool.class:521 FTextEditor.class:323 msgid "Undo" msgstr "Deshacer" #: Language.module:89 msgid "Unknown" msgstr "Desconocido" #: FTranslate.class:30 msgid "Untranslated" msgstr "Sin traducir" #: FTranslate.class:724 msgid "Untranslated string" msgstr "Cadena sin traducir" #: FOption.class:559 msgid "%U represents the page URL." msgstr "%U representa la URL de la p?gina." #: FLocal.class:20 FWatch.class:11 msgid "Value" msgstr "Valor" #: FTranslate.class:692 msgid "Verify the translation" msgstr "Verificar traducci?n" #: FPropertyProject.class:698 msgid "Version" msgstr "Versi?n" #: FWelcome.class:77 msgid "version &1" msgstr "versi?n &1" #: FMain.class:929 msgid "&View" msgstr "&Vista" #: FMenu.class:821 msgid "Visible" msgstr "Visible" #: Language.module:58 msgid "Wallon (Belgium)" msgstr "Val?n (B?lgica)" #: FTranslate.class:496 msgid "Warning ! The translation file does not match the current language." msgstr "? Cuidado ! El archivo de traducci?n no corresponde al idioma actual." #: FEditor.class:767 msgid "&Watch expression..." msgstr "Analizar e&xpresi?n..." #: FDebug.class:786 FWatch.class:133 msgid "Watch expression" msgstr "Analizar expresion" #: FWelcome.class:202 msgid "Welcome to Gambas !" msgstr "? Bienvenido a Gambas !" #: FMain.class:1264 msgid "Welcome to GAMBAS !" msgstr "? Bienvenido a Gambas !" #: FWelcome.class:247 msgid "Welcome to Gambas ! This program is published under the GNU General Public Licence. See http://gambas.sourceforge.net for more details..." msgstr "? Bienvenido a Gambas ! Este programa se ha publicado bajo los t?rminos de la licencia GNU General Public Licence. Consulte m?s detalles en http://gambas.sourceforge.net..." #: FOutput.class:29 msgid "Welcome to the Gambas console.\nTo evaluate any expression, type '?' followed by\nthe expression, then hit return.\n\n" msgstr "Bienvenido a la consola Gambas.\n Para evalua una expresi?n, escriba '?' seguido de\nla expresi?n, despu?spulse return.\n\n" #: FFind.class:576 msgid "&Word only" msgstr "S?lo &palabra" #: FTextEditor.class:370 msgid "&Word wrap" msgstr "Intercambio de &palabras" #: FNewIcon.class:235 msgid "x" msgstr "x" #: FPropertyProject.class:813 msgid "X =" msgstr "X =" #: FPropertyProject.class:826 msgid "Y =" msgstr "Y =" #: FSupSelector.class:1315 msgid "You must choose a directory who have less than 6 level depth !" msgstr "? Debe elegir una carpeta con menos de 6 niveles de profundidad !" #: Project.module:1278 msgid "You must define a startup class or form !" msgstr "? Debe elegir una clase o formulario de inicio !" #: FIconTool.class:531 msgid "Zoom" msgstr "Zoom" From gambas at ...1... Tue Dec 23 19:53:07 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 23 Dec 2003 19:53:07 +0100 Subject: [Gambas-devel] problems while installing gambas into a buildroot (needed for packaging) In-Reply-To: <200312211722.30967.dries@...87...> References: <200312211722.30967.dries@...87...> Message-ID: <200312231953.07135.gambas@...1...> On Sunday 21 December 2003 17:22, Dries Verachtert wrote: > Hello, Hello, > > I would like to inform you that a 'make install' while using a buildroot > (with $DESTDIR) is a bit difficult with the current Makefile.am files. At > quite a lot of places, the variable $DESTDIR is not used. Could you explain me what is a "buildroot" ? I never heard about the $DESTIR variable before, and I don't understand it, because every variables like $(bindir), $(datadir), or $(libdir) are already absolute paths given by the prefix option of the configure script. Why adding something before an absolute path ? > > I created a small patch which fixes the Makefile.am files so a 'make > install' works. The file is attached to this mail. > > It might be interesting to change the 'reconf' script so it also does a > reconf in libltdl immediately. It took me a while before i figured out that > i also had to do a reconf in that directory :-) Mmmm. You are right. I will fix it. > > The patched Makefile.am also checks if $(bindir) is different of /usr/bin, > because if they are the same, the script shouldn't try to create links from > /usr/bin/file to $(bindir)/file. Excellent idea ! I wanted to do that for the next version. > > I still have one problem: the part where it creates the library info files > won't work within a buildroot. Currently it's commented out if you apply > the patch. The command which fails is: > @$(DESTDIR)$(bindir)/gbi -a > The errormessage is: > Cannot read symbolic link /usr/bin/gbx > > Is there maybe a solution for this problem so i can also build the library > info files within a buildroot? Installing in /usr/bin needs a change in gbi and gbx (reading the symbolic link is not needed in this case). > > Thank you in advance, > Dries Verachtert Thanks for your patch, but please answer my questions so that I can insert it quietly ! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Dec 23 19:39:09 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 23 Dec 2003 19:39:09 +0100 Subject: [Gambas-devel] es.po for 0.74 In-Reply-To: <1072042675.23959.3.camel@...49...> References: <1072042675.23959.3.camel@...49...> Message-ID: <200312231939.09542.gambas@...1...> On Sunday 21 December 2003 22:37, Daniel Campos wrote: > Hi : > > > Here's updated es.po file for Gambas 0.74. > > These days I'm very busy : new job, new home, hollydays, > and other things, but I suppose I'll can continue my work > on network and XML in January... > > Best regards, > > Daniel Campos Thanks Daniel, Tell me when you have time, so that we can talk about the network component (adding support for cookies in http client, https, ...) Merry Christmas and Happy New Year ! -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...19... Tue Dec 23 20:54:58 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 23 Dec 2003 14:54:58 -0500 Subject: [Gambas-devel] problems while installing gambas into a buildroot (needed for packaging) In-Reply-To: <200312231953.07135.gambas@...1...> References: <200312211722.30967.dries@...87...> <200312231953.07135.gambas@...1...> Message-ID: <200312231453.17940.sourceforge-raindog2@...19...> On Tuesday 23 December 2003 13:53, Benoit Minisini wrote: > Could you explain me what is a "buildroot" ? I never heard > about the $DESTIR variable before, and I don't understand it, > because every variables like $(bindir), $(datadir), or > $(libdir) are already absolute paths given by the prefix > option of the configure script. Why adding something before an > absolute path ? You need to prefix your absolute install paths with a buildroot when building packages, because it's typically not done as root and therefore the user doesn't have access to install the files to their final destinations. However, having packaged Gambas for almost a year now, I have simply replaced "make install" with the following in my specfiles: export PATH=${RPM_BUILD_ROOT}/usr/bin:$PWD/src/comp:$PATH install -d ${RPM_BUILD_ROOT}/usr/bin/ install -d ${RPM_BUILD_ROOT}/usr/share/doc/%{name}-%{version} install -d ${RPM_BUILD_ROOT}/usr/include/ install -d ${RPM_BUILD_ROOT}/usr/include/%{name} install -d ${RPM_BUILD_ROOT}%appdir/ install -d ${RPM_BUILD_ROOT}%appdir/lib/ install -s -m 0755 src/exec/gbx ${RPM_BUILD_ROOT}/usr/bin/ install -s -m 0755 src/comp/gba ${RPM_BUILD_ROOT}/usr/bin/ install -s -m 0755 src/comp/gbi ${RPM_BUILD_ROOT}/usr/bin/ install -s -m 0755 src/comp/gbc ${RPM_BUILD_ROOT}/usr/bin/ find src -name *.la -exec cp {} ${RPM_BUILD_ROOT}%appdir/lib \; find src -name *.so* -exec cp -a {} ${RPM_BUILD_ROOT}%appdir/lib \; cp -a src/share/gambas.h ${RPM_BUILD_ROOT}/usr/include/%{name} find ${RPM_BUILD_ROOT} -size 0 -exec rm -f {} \; (someone else said:) > > Cannot read symbolic link /usr/bin/gbx > > Is there maybe a solution for this problem so i can also > > build the library info files within a buildroot? My solution to this problem was adding the following to the install script: tar cjvf ${RPM_BUILD_ROOT}%appdir/gambas-gui-%{version}.tar.bz2 app/ `find src/ -name *.component` and making gambas-gui a separate package dependent on gambas, gambas-lib, and gambas-help. However, I also have a ln -s /usr/lib/gambas-(version)/bin/gbx-real /usr/bin/gbx Granted that neither of these would be necessary if make install worked the "usual" way, but things are always tricky when you're writing part of an app in itself ;) Rob From gambas at ...1... Tue Dec 23 21:48:36 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 23 Dec 2003 21:48:36 +0100 Subject: [Gambas-devel] problems while installing gambas into a buildroot (needed for packaging) In-Reply-To: <200312231453.17940.sourceforge-raindog2@...19...> References: <200312211722.30967.dries@...87...> <200312231953.07135.gambas@...1...> <200312231453.17940.sourceforge-raindog2@...19...> Message-ID: <200312232148.36725.gambas@...1...> On Tuesday 23 December 2003 20:54, Rob wrote: > On Tuesday 23 December 2003 13:53, Benoit Minisini wrote: > > Could you explain me what is a "buildroot" ? I never heard > > about the $DESTIR variable before, and I don't understand it, > > because every variables like $(bindir), $(datadir), or > > $(libdir) are already absolute paths given by the prefix > > option of the configure script. Why adding something before an > > absolute path ? > > You need to prefix your absolute install paths with a buildroot > when building packages, because it's typically not done as root > and therefore the user doesn't have access to install the files > to their final destinations. However, having packaged Gambas > for almost a year now, I have simply replaced "make install" > with the following in my specfiles: > But why using ./configure --prefix=$DESTDIR/usr would not be sufficient ? I don't understand yet... :-( -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...19... Tue Dec 23 21:52:51 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 23 Dec 2003 15:52:51 -0500 Subject: [Gambas-devel] problems while installing gambas into a buildroot (needed for packaging) In-Reply-To: <200312232148.36725.gambas@...1...> References: <200312211722.30967.dries@...87...> <200312231453.17940.sourceforge-raindog2@...19...> <200312232148.36725.gambas@...1...> Message-ID: <200312231551.36026.sourceforge-raindog2@...19...> On Tuesday 23 December 2003 15:48, Benoit Minisini wrote: > But why using ./configure --prefix=$DESTDIR/usr would not be > sufficient ? I don't understand yet... :-( You know, it's been so long since I built that first package that I can't even remember why that didn't work... maybe it would work now ;) I was all set to submit gambas to Mandrake contrib before leaving for the holidays, but now I'm thinking I should wait till the next release, especially if I no longer need a separate gambas-gui package.... Rob From danielcampos at ...45... Thu Dec 25 19:50:03 2003 From: danielcampos at ...45... (Daniel Campos) Date: Thu, 25 Dec 2003 18:50:03 +0000 Subject: [Gambas-devel] Problem with new Documentation Message-ID: <1072378202.2341.2.camel@...49...> Hi Rob (and company): I've been adding the last changes to "Net" documentation, but I have a problem with this page: http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentNetHttpClientPost "ContentType" appears with a "?" symbol, and I don't know how to erase it, as I don't want to add any reference in that point... Regards, Daniel Campos -- Daniel Campos From karl.reinl at ...16... Thu Dec 25 19:01:44 2003 From: karl.reinl at ...16... (Charlie) Date: Thu, 25 Dec 2003 19:01:44 +0100 Subject: [Gambas-devel] Problem with new Documentation References: <1072378202.2341.2.camel@...49...> Message-ID: <3FEB2608.6070007@...16...> Daniel Campos schrieb: >Hi Rob (and company): > >I've been adding the last changes to "Net" documentation, but I have a >problem with this page: > >http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentNetHttpClientPost > > >"ContentType" appears with a "?" symbol, and I don't know how to erase >it, as I don't want to add any reference in that point... > >Regards, > >Daniel Campos > >Thats because you use Cap.Letters in the word > Charlie > > > From danielcampos at ...47... Thu Dec 25 20:16:38 2003 From: danielcampos at ...47... (daniel) Date: Thu, 25 Dec 2003 19:16:38 +0000 Subject: [Gambas-devel] Problem with new Documentation In-Reply-To: <3FEB2608.6070007@...16...> References: <1072378202.2341.2.camel@...49...> <3FEB2608.6070007@...16...> Message-ID: <1072379798.2511.1.camel@...49...> El jue, 25-12-2003 a las 18:01, Charlie escribi?: > Daniel Campos schrieb: > > >Hi Rob (and company): > > > >I've been adding the last changes to "Net" documentation, but I have a > >problem with this page: > > > >http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentNetHttpClientPost > > > > > >"ContentType" appears with a "?" symbol, and I don't know how to erase > >it, as I don't want to add any reference in that point... > > > >Regards, > > > >Daniel Campos > > > >Thats because you use Cap.Letters in the word > > > > Charlie Yes, I also think this is the problem, but "ContentType" is the name of one of the function parameters, so I can not change it to lower case, what can I do? Regards, Daniel Campos > > > > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From danielcampos at ...45... Thu Dec 25 21:13:59 2003 From: danielcampos at ...45... (Daniel Campos) Date: Thu, 25 Dec 2003 20:13:59 +0000 Subject: [Gambas-devel] Updating of net package Message-ID: <1072383238.2511.6.camel@...49...> Hi Beno?t: You should remove the following files from "net" component in the next release: doc/Networking_Component.html --> It is out of date, people looking for information about "net" should go to binara.com, at look at the new documentation in progress doc/README --> It was useful before "net" become a part of Gambas, but now it has no sense Regards, Daniel Campos -- Daniel Campos From gambas at ...1... Fri Dec 26 17:16:00 2003 From: gambas at ...1... (Benoit Minisini) Date: Fri, 26 Dec 2003 17:16:00 +0100 Subject: [Gambas-devel] Problem with new Documentation In-Reply-To: <1072378202.2341.2.camel@...49...> References: <1072378202.2341.2.camel@...49...> Message-ID: <200312261716.00919.gambas@...1...> On Thursday 25 December 2003 19:50, Daniel Campos wrote: > Hi Rob (and company): > > I've been adding the last changes to "Net" documentation, but I have a > problem with this page: > > http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentNetHtt >pClientPost > > > "ContentType" appears with a "?" symbol, and I don't know how to erase > it, as I don't want to add any reference in that point... > > Regards, > > Daniel Campos Capitalized words are automatically converted to links by the Wiki. Just put "" before the capitalized word to prevent this: ContentType You should read the Wiki doc to get more tips: you will find the links on the bottom of edit pages. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Fri Dec 26 17:16:09 2003 From: gambas at ...1... (Benoit Minisini) Date: Fri, 26 Dec 2003 17:16:09 +0100 Subject: [Gambas-devel] Updating of net package In-Reply-To: <1072383238.2511.6.camel@...49...> References: <1072383238.2511.6.camel@...49...> Message-ID: <200312261716.09777.gambas@...1...> On Thursday 25 December 2003 21:13, Daniel Campos wrote: > Hi Beno?t: > > You should remove the following files from "net" component in the > next release: > > doc/Networking_Component.html --> It is out of date, people looking > for information about "net" should go to binara.com, at look at the > new documentation in progress > > doc/README --> It was useful before "net" become a part of Gambas, but > now it has no sense > > > Regards, > > Daniel Campos OK -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Sat Dec 27 23:24:31 2003 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 27 Dec 2003 22:24:31 +0000 Subject: [Gambas-devel] Bug in IDE (0.74) Message-ID: <1072563870.2300.33.camel@...49...> Hi: Carlos Mauro told me about a bug in Gambas IDE (he will write a report to the list soon to extend the information). But, by now, I found this: When trying to write a modified form, the program failed: [unimauro at ...88... gambas-0.74]$ gambas FEditor.Save.81: #43: Access forbidden [unimauro at ...88... gambas-0.74]$ gambas FForm.Save.245: #43: Access forbidden This is a problem with file rights (no write permission), but the IDE crashes instead of telling the problem. I've found that File.Save and File.Rename are not protected in some methods, so I suggest a path like this: (at Feditor.class ) PUBLIC SUB Save() 'Project.Config.WriteString("/Window" &/ Name &/ "Pos", ' CStr(ME.X) & "," & CStr(ME.Y) & "," & CStr(ME.Width) & "," & CStr(ME.Height)) IF NOT $bModify THEN RETURN TRY KILL Path & "~" TRY RENAME Path AS Path & "~" ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Rename file" ) RETURN END IF TRY File.Save(Path, edtEditor.Text) ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Save " & Path) RETURN END IF $bModify = FALSE DrawTitle END In fact, the same error happens in other classes, like FForm : PUBLIC SUB Save() DIM hFic AS File IF NOT $bModify THEN RETURN ResetSave AddLine(Project.FORM_MAGIC) AddLine() SaveOne(Control[Name]) TRY KILL Path & "~" RENAME Path AS Path & "~" <- THESE TWO LINES CAN CRASH THE PROGRAM! File.Save(Path, $sSave) 'OPEN Path & ".test" FOR CREATE AS #hFic ' y a un truc bizarre avec CREATE ! 'PRINT #hFic, $sSave 'CLOSE #hFic $sSave = "" $bModify = FALSE DrawTitle END The program also fails when you try to exit and it asks to you "The project has been modified : Save?, Forget?" (free translation:), so may be these "Save" methods should be Functions returning OK or Error, instead of "Subs" so the program can cancel the exiting, and let the user save the program in another folder; think that may be somebody can be working on a hard disk or network device that has been umounted by other user, so our programmer would lost all his changes! Regards, Daniel Campos -- Daniel Campos From danielcampos at ...45... Sat Dec 27 23:24:31 2003 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 27 Dec 2003 22:24:31 +0000 Subject: [Gambas-devel] Bug in IDE (0.74) Message-ID: <1072563870.2300.33.camel@...49...> Hi: Carlos Mauro told me about a bug in Gambas IDE (he will write a report to the list soon to extend the information). But, by now, I found this: When trying to write a modified form, the program failed: [unimauro at ...88... gambas-0.74]$ gambas FEditor.Save.81: #43: Access forbidden [unimauro at ...88... gambas-0.74]$ gambas FForm.Save.245: #43: Access forbidden This is a problem with file rights (no write permission), but the IDE crashes instead of telling the problem. I've found that File.Save and File.Rename are not protected in some methods, so I suggest a path like this: (at Feditor.class ) PUBLIC SUB Save() 'Project.Config.WriteString("/Window" &/ Name &/ "Pos", ' CStr(ME.X) & "," & CStr(ME.Y) & "," & CStr(ME.Width) & "," & CStr(ME.Height)) IF NOT $bModify THEN RETURN TRY KILL Path & "~" TRY RENAME Path AS Path & "~" ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Rename file" ) RETURN END IF TRY File.Save(Path, edtEditor.Text) ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Save " & Path) RETURN END IF $bModify = FALSE DrawTitle END In fact, the same error happens in other classes, like FForm : PUBLIC SUB Save() DIM hFic AS File IF NOT $bModify THEN RETURN ResetSave AddLine(Project.FORM_MAGIC) AddLine() SaveOne(Control[Name]) TRY KILL Path & "~" RENAME Path AS Path & "~" <- THESE TWO LINES CAN CRASH THE PROGRAM! File.Save(Path, $sSave) 'OPEN Path & ".test" FOR CREATE AS #hFic ' y a un truc bizarre avec CREATE ! 'PRINT #hFic, $sSave 'CLOSE #hFic $sSave = "" $bModify = FALSE DrawTitle END The program also fails when you try to exit and it asks to you "The project has been modified : Save?, Forget?" (free translation:), so may be these "Save" methods should be Functions returning OK or Error, instead of "Subs" so the program can cancel the exiting, and let the user save the program in another folder; think that may be somebody can be working on a hard disk or network device that has been umounted by other user, so our programmer would lost all his changes! Regards, Daniel Campos -- Daniel Campos From danielcampos at ...45... Sat Dec 27 23:24:31 2003 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 27 Dec 2003 22:24:31 +0000 Subject: [Gambas-devel] Bug in IDE (0.74) Message-ID: <1072563870.2300.33.camel@...49...> Hi: Carlos Mauro told me about a bug in Gambas IDE (he will write a report to the list soon to extend the information). But, by now, I found this: When trying to write a modified form, the program failed: [unimauro at ...88... gambas-0.74]$ gambas FEditor.Save.81: #43: Access forbidden [unimauro at ...88... gambas-0.74]$ gambas FForm.Save.245: #43: Access forbidden This is a problem with file rights (no write permission), but the IDE crashes instead of telling the problem. I've found that File.Save and File.Rename are not protected in some methods, so I suggest a path like this: (at Feditor.class ) PUBLIC SUB Save() 'Project.Config.WriteString("/Window" &/ Name &/ "Pos", ' CStr(ME.X) & "," & CStr(ME.Y) & "," & CStr(ME.Width) & "," & CStr(ME.Height)) IF NOT $bModify THEN RETURN TRY KILL Path & "~" TRY RENAME Path AS Path & "~" ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Rename file" ) RETURN END IF TRY File.Save(Path, edtEditor.Text) ' Protected IF Error THEN Message.Error("Access Forbiden : unable to Save " & Path) RETURN END IF $bModify = FALSE DrawTitle END In fact, the same error happens in other classes, like FForm : PUBLIC SUB Save() DIM hFic AS File IF NOT $bModify THEN RETURN ResetSave AddLine(Project.FORM_MAGIC) AddLine() SaveOne(Control[Name]) TRY KILL Path & "~" RENAME Path AS Path & "~" <- THESE TWO LINES CAN CRASH THE PROGRAM! File.Save(Path, $sSave) 'OPEN Path & ".test" FOR CREATE AS #hFic ' y a un truc bizarre avec CREATE ! 'PRINT #hFic, $sSave 'CLOSE #hFic $sSave = "" $bModify = FALSE DrawTitle END The program also fails when you try to exit and it asks to you "The project has been modified : Save?, Forget?" (free translation:), so may be these "Save" methods should be Functions returning OK or Error, instead of "Subs" so the program can cancel the exiting, and let the user save the program in another folder; think that may be somebody can be working on a hard disk or network device that has been umounted by other user, so our programmer would lost all his changes! Regards, Daniel Campos -- Daniel Campos From danielcampos at ...45... Mon Dec 29 08:30:11 2003 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 29 Dec 2003 08:30:11 CET Subject: [Gambas-devel] About alternative graphical component Message-ID: Hi: These days we have talk a little about GTK+ component, as an "alternative" graphical component to QT one. There has been also some work on Cygwin-Windows version. If may be one of the goals in the future is to have a Linux-Windows- FreeBSD-Solaris Gambas, we should think that: - QT libraries for Win probably will be never released under GPL, as TrollTech doesn't seem to like it. - GTK+ for Windows, is unstable, and has few support by GTK/Gnome comunity. Why not work on a WxWindows (http://www.wxwindows.org/) component? It is just what we need to have a cross-platform graphical library. it internally, uses GTK+ uder UNIX and native libraries under Windows. May be it should be remarked as a point for Gambas future. What do you think about that? Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From gambas at ...1... Mon Dec 29 11:56:51 2003 From: gambas at ...1... (Benoit Minisini) Date: Mon, 29 Dec 2003 11:56:51 +0100 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: References: Message-ID: <200312291156.52012.gambas@...1...> On Monday 29 December 2003 12:30, danielcampos at ...45... wrote: > Hi: > > These days we have talk a little about GTK+ component, as an > "alternative" graphical component to QT one. There has been > also some work on Cygwin-Windows version. > > If may be one of the goals in the future is to have a Linux-Windows- > FreeBSD-Solaris Gambas, we should think that: > > - QT libraries for Win probably will be never released under GPL, as > TrollTech doesn't seem to like it. - GTK+ for Windows, is unstable, and has > few support by GTK/Gnome comunity. > > Why not work on a WxWindows (http://www.wxwindows.org/) component? It is > just what we need to have a cross-platform graphical library. it > internally, uses GTK+ uder UNIX and native libraries under Windows. > > May be it should be remarked as a point for Gambas future. What do you > think about that? > > Regards, > > Daniel Campos > > This will be technically possible if wxWindows allow us accessing the low-level of widget management. I will take a glance at the doc to see if it is possible. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambasfr at ...4... Mon Dec 29 16:54:02 2003 From: gambasfr at ...4... (Fabien) Date: Mon, 29 Dec 2003 16:54:02 +0100 (CET) Subject: [Gambas-devel] About alternative graphical component Message-ID: <31263531.1072713242827.JavaMail.www@...90...> Hi wxBasic Already Exist .. isn't it? ;?) Fabien But it's a good idea > Message du 29/12/03 11:57 > De : Benoit Minisini > A : gambas-devel at lists.sourceforge.net > Copie ? : > Objet : Re: [Gambas-devel] About alternative graphical component > On Monday 29 December 2003 12:30, danielcampos at ...45... wrote: > > Hi: > > > > These days we have talk a little about GTK+ component, as an > > "alternative" graphical component to QT one. There has been > > also some work on Cygwin-Windows version. > > > > If may be one of the goals in the future is to have a Linux-Windows- > > FreeBSD-Solaris Gambas, we should think that: > > > > - QT libraries for Win probably will be never released under GPL, as > > TrollTech doesn't seem to like it. - GTK+ for Windows, is unstable, and has > > few support by GTK/Gnome comunity. > > > > Why not work on a WxWindows (http://www.wxwindows.org/) component? It is > > just what we need to have a cross-platform graphical library. it > > internally, uses GTK+ uder UNIX and native libraries under Windows. > > > > May be it should be remarked as a point for Gambas future. What do you > > think about that? > > > > Regards, > > > > Daniel Campos > > > > > > This will be technically possible if wxWindows allow us accessing the > low-level of widget management. I will take a glance at the doc to see if it > is possible. > > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From danielcampos at ...47... Mon Dec 29 20:42:43 2003 From: danielcampos at ...47... (daniel) Date: Mon, 29 Dec 2003 19:42:43 +0000 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <31263531.1072713242827.JavaMail.www@...90...> References: <31263531.1072713242827.JavaMail.www@...90...> Message-ID: <1072726963.2248.2.camel@...49...> El lun, 29-12-2003 a las 15:54, Fabien escribi?: > Hi > > wxBasic Already Exist .. isn't it? > > ;) > > Fabien > I didn't knew that Basic implementation, however Gambas approach would be quite different, as it is not based in any specific graphic library. But I'll take a look at that source code, maybe it can help us to develop a component for Gambas. For those interested in this: http://wxbasic.sourceforge.net Thanks, and regards, Daniel Campos > > > But it's a good idea > > > > > > > > Message du 29/12/03 11:57 > > De : Benoit Minisini > > A : gambas-devel at lists.sourceforge.net > > Copie : > > Objet : Re: [Gambas-devel] About alternative graphical > component > > On Monday 29 December 2003 12:30, > danielcampos at ...45... wrote: > > > Hi: > > > > > > These days we have talk a little about GTK+ component, as > an > > > "alternative" graphical component to QT one. There has > been > > > also some work on Cygwin-Windows version. > > > > > > If may be one of the goals in the future is to have a > Linux-Windows- > > > FreeBSD-Solaris Gambas, we should think that: > > > > > > - QT libraries for Win probably will be never released > under GPL, as > > > TrollTech doesn't seem to like it. - GTK+ for Windows, is > unstable, and has > > > few support by GTK/Gnome comunity. > > > > > > Why not work on a WxWindows (http://www.wxwindows.org/) > component? It is > > > just what we need to have a cross-platform graphical > library. it > > > internally, uses GTK+ uder UNIX and native libraries under > Windows. > > > > > > May be it should be remarked as a point for Gambas future. > What do you > > > think about that? > > > > > > Regards, > > > > > > Daniel Campos > > > > > > > > > > This will be technically possible if wxWindows allow us > accessing the > > low-level of widget management. I will take a glance at the > doc to see if it > > is possible. > > > > Regards, > > > > -- > > Benoit Minisini > > mailto:gambas at ...1... > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IBM Linux Tutorials. > > Become an expert in LINUX or just sharpen your skills. Sign > up for IBM's > > Free Linux Tutorials. Learn everything from the bash shell > to sys admin. > > Click now! > http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > _______________________________________________ > > Gambas-devel mailing list > > Gambas-devel at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > From Gambasfr at ...4... Mon Dec 29 20:09:43 2003 From: Gambasfr at ...4... (Fabien Bodard) Date: Mon, 29 Dec 2003 20:09:43 +0100 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <1072726963.2248.2.camel@...49...> References: <31263531.1072713242827.JavaMail.www@...90...> <1072726963.2248.2.camel@...49...> Message-ID: <200312292009.43934.Gambasfr@...4...> Le Lundi 29 D?cembre 2003 20:42, daniel a ?crit : > El lun, 29-12-2003 a las 15:54, Fabien escribi?: > > Hi > > > > wxBasic Already Exist .. isn't it? > > > > ;) > > > > Fabien > > I didn't knew that Basic implementation, however Gambas approach > would be quite different, as it is not based in any specific graphic > library. > > But I'll take a look at that source code, maybe it can help us > to develop a component for Gambas. > > For those interested in this: > > http://wxbasic.sourceforge.net > > Thanks, and regards, > > Daniel Campos In fact, gambas is better... For exemple Gambas have a developement IDE. It's a thing that wxBasic don't have. And more other thing, like the socket... in the past i've tryed to make some program in wxBasic... it's more difficult than in Gambas. Fabien Bodard From danielcampos at ...45... Tue Dec 30 00:01:03 2003 From: danielcampos at ...45... (Daniel Campos) Date: Mon, 29 Dec 2003 23:01:03 +0000 Subject: [Gambas-devel] Curl library Message-ID: <1072738863.2283.8.camel@...49...> Hi Beno?t: Probably the January 2, I'll have time to restart my work. I've thinking a little, and may be protocols like FTP are too wide to be implemented in a reasonably time, so at least while some new classes can be implemented fully in my own code, I was thinking to use libcurl to implement a FTP/FTPS client, a TELNET client, and to add a decent support for Proxies and HTTPS to current classes : http://curl.haxx.se/libcurl/ This library has many bindings, and seems to be stable and well-tested by a lot of people, and has been ported to lot of platforms, so I suppose it will give stability to the new classes in few time. May be in the future references to libcurl could be replaced for native code, (if it provides any advantage) Tell me something about the prioritys of "net" component ("HTTPS", "FTP", etc) for Gambas. Regards, Daniel Campos -- Daniel Campos From sourceforge-raindog2 at ...19... Mon Dec 29 23:43:19 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Mon, 29 Dec 2003 17:43:19 -0500 Subject: [Gambas-devel] Curl library In-Reply-To: <1072738863.2283.8.camel@...49...> References: <1072738863.2283.8.camel@...49...> Message-ID: <200312291743.19086.sourceforge-raindog2@...19...> On Monday 29 December 2003 18:01, Daniel Campos wrote: > Tell me something about the prioritys of "net" component > ("HTTPS", "FTP", etc) for Gambas. I'd love to see an HttpsClient class for Gambas, though I have no idea how mature libcurl's https support is. It's possible to handle https urls now using an appropriately built wget, but it's pretty awkward to do so, especially when cookies are involved. Speaking selfishly, a Gambas interface to openssh would be nice too, but I don't know how much that would benefit other people. I mean to try to implement that myself in the future. Rob From gambas at ...1... Tue Dec 30 16:36:00 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 30 Dec 2003 16:36:00 +0100 Subject: [Gambas-devel] Curl library In-Reply-To: <1072738863.2283.8.camel@...49...> References: <1072738863.2283.8.camel@...49...> Message-ID: <200312301636.00353.gambas@...1...> On Tuesday 30 December 2003 00:01, Daniel Campos wrote: > Hi Beno?t: > > Probably the January 2, I'll have time to restart my work. I've > thinking a little, and may be protocols like FTP are too wide to be > implemented in a reasonably time, so at least while some new classes > can be implemented fully in my own code, I was thinking to use > libcurl to implement a FTP/FTPS client, a TELNET client, and to add a > decent support for Proxies and HTTPS to current classes : > > > http://curl.haxx.se/libcurl/ > > This library has many bindings, and seems to be stable and well-tested > by a lot of people, and has been ported to lot of platforms, so I > suppose it will give stability to the new classes in few time. May be in > the future references to libcurl could be replaced for native code, (if > it provides any advantage) > I have heard about this library. Using idea would be a great idea ! With it, you will be able to enhance your component easily. > Tell me something about the prioritys of "net" component ("HTTPS", > "FTP", etc) for Gambas. I think you should improve HttpClient so that you can receive and send cookies, and then, for after 1.0, you will use libcurl to provide a sort of "Curl" stream object, with many of the curl option. I think I will insert a protocol detection in the OPEN keyword, and a Gambas API that allow components to register a protocol. This way, you component will tell the interpreter that it can handle http/ftp/https... protocol, and then it will receive all OPEN request using this protocol. OPEN "http://www.google.fr" FOR READ AS #hFic ==> call your function in the net component, that will create a File object with a stream that will call in return the libcurl. I describe that quickly, but I must think more about it before having a real and clean implementation of this concept. For example, hFic must be a more complex object than a File, to handle post request, and other curl option. So OPEN must be modified to return something other than a File object. > > Regards, > > Daniel Campos Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...19... Tue Dec 30 17:02:48 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 30 Dec 2003 11:02:48 -0500 Subject: [Gambas-devel] Curl library In-Reply-To: <200312301636.00353.gambas@...1...> References: <1072738863.2283.8.camel@...49...> <200312301636.00353.gambas@...1...> Message-ID: <200312301102.48925.sourceforge-raindog2@...19...> On Tuesday 30 December 2003 10:36, Benoit Minisini wrote: > OPEN "http://www.google.fr" FOR READ AS #hFic > ==> call your function in the net component, that will create > a File object with a stream that will call in return the > libcurl. Wow Benoit, this would be really groundbreaking! I'd love to see this eventually. Rob From philipp.gruemmer at ...51... Wed Dec 31 18:15:46 2003 From: philipp.gruemmer at ...51... (=?iso-8859-1?Q? Philipp=20Gr=FCmmer ?=) Date: Wed, 31 Dec 2003 18:15:46 +0100 Subject: [Gambas-devel] Message-ID: <200312311715.hBVHFkQ22321@...92...> Hi folks, First off, excuse the probably weird looking mail. I'm forced to write this via an web interface, as my mutt configuration is somewhat broken at the moment. I recently tried to install gamba on a fresh unstable Debian release. The configure script finished fine without spitting out any error messages. But when i ran make, i ended up with the following error message: --->8 snip make[5]: Entering directory `/home/philipp/gambas-0.74/src/lib/qt/editor' /usr/lib/qt3/../bin/moc qeditor.h -o moc_qeditor.cpp make[5]: /usr/lib/qt3/../bin/moc: Command not found --->8 snip which kinda left me confused because /usr/lib/qt3/ *..*/bin/moc is a really weird pathname. Evaluated it expands to /usr/lib/bin/moc. Is this a normal behaviour? Is the moc executable supposed to be in /usr/lib/bin/moc? On my system it resides in /usr/bin/moc. I worked around the problem with creating a softlink in /usr/lib/bin/ to the real executable for testing purpose and it seemed to work. Any hints would be greatly appreciated. Greetings, Philipp ______________________________________________________________________________ Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den Kindern - helfen Sie mit! https://www.unicef.de/spe/spe_03.php From philipp.gruemmer at ...51... Wed Dec 31 18:18:18 2003 From: philipp.gruemmer at ...51... (=?iso-8859-1?Q? Philipp=20Gr=FCmmer ?=) Date: Wed, 31 Dec 2003 18:18:18 +0100 Subject: [Gambas-devel] Where should moc live? Message-ID: <200312311718.hBVHIIQ26434@...92...> Sorry! I forgot the subject line! As i said... This webinterface is kliing me ;) ______________________________________________________________________________ WEB.DE FreeMail wird 5 Jahre jung! Feiern Sie mit uns und nutzen Sie die neuen Funktionen http://f.web.de/features/?mc=021130 From sourceforge-raindog2 at ...19... Wed Dec 31 18:50:16 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Wed, 31 Dec 2003 12:50:16 -0500 Subject: [Gambas-devel] In-Reply-To: <200312311715.hBVHFkQ22321@...92...> References: <200312311715.hBVHFkQ22321@...92...> Message-ID: <200312311250.16986.sourceforge-raindog2@...19...> On Wednesday 31 December 2003 12:15, Philipp Gr?mmer wrote: > I recently tried to install gamba on a fresh unstable Debian > release. The configure script finished fine without spitting > out any error messages. But when i ran make, i ended up with > the following error message: > make[5]: /usr/lib/qt3/../bin/moc: Command not found Did you just run ./configure or did you do ./configure --some-option=something? My moc (on a Mandrake system) is /usr/lib/qt3/bin/moc and the default RPM %configure macro works fine (no .. inserted into the path or anything like that.) Rob From karl.reinl at ...16... Wed Dec 31 18:18:54 2003 From: karl.reinl at ...16... (Charlie) Date: Wed, 31 Dec 2003 18:18:54 +0100 Subject: [Gambas-devel] FAUmaschine an Open Source Virtual Machine Message-ID: <3FF304FE.4030906@...16...> Salut, I send you the guide for FAUmaschine an Open Source Virtual Machine. Sorry my mail came back, the attachment is to big, but you can take him there http://www.fen-net.de/Karl.Reinl/gambas/guide.pdf you can visit it at: http://www3.informatik.uni-erlangen.de/Research/FAUmachine/ -- www.FAUmachine.org don't work actually Supported Distributions: Debian 3.0r0, 3.0r1, RedHat 8.0, 9, SuSE 8.1, 8.2 other Distributions WILL NOT WORK. Amicalement Charlie From philipp.gruemmer at ...51... Wed Dec 31 19:34:27 2003 From: philipp.gruemmer at ...51... (=?iso-8859-1?Q? Philipp=20Gr=FCmmer ?=) Date: Wed, 31 Dec 2003 19:34:27 +0100 Subject: [Gambas-devel] Message-ID: <200312311834.hBVIYRQ22194@...92...> Rob wrote: > Did you just run ./configure or did you do > ./configure --some-option=something? My moc (on a Mandrake > system) is /usr/lib/qt3/bin/moc and the default RPM %configure > macro works fine (no .. inserted into the path or anything like > that.) Well, I must confess that i used --with-qt-libraries and the --with-qt-includes ;-) The initial line was: ./configure --with-qt-includes=/usr/include/qt --with-qt-libraries=/usr/lib/qt3 I might have to say, that the configure script found everything related to qt3. At least i couldn't find any errors occur before the moc thing... Sorry, that i forgot to mention that i used some configure options. *duh* I was probably to lost in the prearrangements for the new years eve party. Have a nice party tonight, and a happy new year! Philipp ______________________________________________________________________________ Nachrichten, Musik und Spiele schnell und einfach per Quickstart im WEB.DE Screensaver - Gratis downloaden: http://screensaver.web.de/?mc=021110