From leo.barnhoorn at ...53... Mon Sep 1 11:41:27 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Mon, 1 Sep 2003 02:41:27 -0700 Subject: [Gambas-devel] Error Gambas-065 In-Reply-To: <200308301051.12790.gambas@...20...> References: <200308091717.17877.gambas@...20...> <200308300143.37577.leo.barnhoorn@...53...> <200308301051.12790.gambas@...20...> Message-ID: <200309010241.27663.leo.barnhoorn@...53...> Hallo Benoit, On Saturday 30 August 2003 01:51, Benoit Minisini wrote: > > This is a bug ! I'm currently trying to fix it... I will post a patch as > soon as possible... Thanks Benoit, version 0.65a is working OK. Regards, Leo Barnhoorn. From danielcampos at ...45... Mon Sep 1 18:18:16 2003 From: danielcampos at ...45... (Daniel Campos) Date: 01 Sep 2003 18:18:16 +0200 Subject: [Gambas-devel] Networking 0.0.3 Message-ID: <1062433093.5406.6.camel@...49...> Hi! Here I continue working on networking component, this is version 0.0.3: - Now ClientSocket desriptor is watched by "GB.Watch" function, so the objectcan inform in "real time" when a connection has been completed, or when new data arrived from the server. - Now ClientSocket implements two new events "Connected" --> When a connection is completed (ready to communicate) "DataAvailable" --> There's data arrived from the server, ready to be read. - I've added an example at networking/DOC (G1.tar.gz) so you can learn to use/test the component. - I've updated documentation at networking/DOC, in html format - Remember there's a README avilable at networking/DOC in order to help to compile that component. Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_3.tar.gz Type: application/x-compressed-tar Size: 14776 bytes Desc: not available URL: From danielcampos at ...45... Mon Sep 1 18:33:56 2003 From: danielcampos at ...45... (Daniel Campos) Date: 01 Sep 2003 18:33:56 +0200 Subject: [Gambas-devel] Updated Spanish es.po file Message-ID: <1062434032.5522.1.camel@...49...> Hello: Here's Spanish updated translation for 0.65a version: es.po --> gambas IDE es_db.po --> gambas database manager regards, -- Daniel Campos -------------- next part -------------- # #-#-#-#-# CConnection.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CConnection.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CField.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CField.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CIndexField.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CIndexField.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CServer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CServer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CTableViewEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CTableViewEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FAbout.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FAbout.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FDatabase.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FDatabase.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FData.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FData.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMain.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewTable.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FNewTable.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FRequest.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FRequest.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FServer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FServer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTable.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FTable.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FUser.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FUser.class # 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" #: FMain.class:808 msgid "-" msgstr "-" #: FMain.class:729 msgid "&?" msgstr "?&?" #: FAbout.class:46 FMain.class:733 msgid "About..." msgstr "Acerca de..." #: FTable.class:400 msgid "Boolean" msgstr "Boolean" #: FServer.class:124 FTable.class:666 FUser.class:203 msgid "Cancel" msgstr "Cancelar" #: FMain.class:552 msgid "Cannot close database." msgstr "La base no puede ser cerrada." #: FMain.class:183 msgid "Cannot connect to database" msgstr "No es posible conectarse a la base de datos" #: FMain.class:300 msgid "Cannot connect to database '&1'" msgstr "No se posible conectarse a la base '&1'" #: FMain.class:85 msgid "Cannot connect to server" msgstr "No es posible conectarse al servidor" #: CServer.class:189 msgid "Cannot create database." msgstr "No es posible crear la base." #: CConnection.class:221 msgid "Cannot create table '&1'." msgstr "No es posible crear la tabla '&1'." #: CServer.class:124 msgid "Cannot create user." msgstr "No es posible crear el usuario." #: CServer.class:209 msgid "Cannot delete database." msgstr "No es posible borrar la base." #: CConnection.class:242 msgid "Cannot delete table '&1'." msgstr "No es posible borrar la tabla '&1'." #: CServer.class:142 msgid "Cannot delete user." msgstr "No es posible borrar el usuario." #: CServer.class:171 msgid "Cannot edit user." msgstr "No es posible editar el usuario." #: FRequest.class:79 msgid "Cannot exec request." msgstr "No es posible ejecutar la petici?n." #: FData.class:129 msgid "Cannot read table data." msgstr "No es posible leer los datos de la tabla." #: FMain.class:538 msgid "Cannot refresh connection." msgstr "No es posible refrescar la conexi?n." #: FTable.class:302 msgid "Cannot write table." msgstr "No es posible escribir la tabla." #: FData.class:205 msgid "Cannot write table data." msgstr "No es posible escribir los datos de la tabla." #: FMain.class:573 msgid "&Cascade" msgstr "&Cascada" #: FMain.class:819 msgid "&Close database" msgstr "&Cerrar base" #: FMain.class:745 msgid "&Create database..." msgstr "&Crear base..." #: FDatabase.class:58 msgid "Create database" msgstr "Crear base" #: FMain.class:791 msgid "&Create table..." msgstr "&Crear tabla..." #: FNewTable.class:22 msgid "Create table" msgstr "Crear tabla" #: FMain.class:751 msgid "&Create user..." msgstr "&Crear usuario..." #: FUser.class:59 msgid "Create user" msgstr "Crear usuario" #: FTable.class:398 msgid "Date" msgstr "Fecha" #: FTable.class:66 msgid "Default value" msgstr "Valor por defecto" #: FMain.class:429 msgid "Delete" msgstr "Borrar" #: FMain.class:829 msgid "&Delete database" msgstr "&Borrar base" #: FTable.class:1094 msgid "Delete field" msgstr "Borrar campo" #: FTable.class:1166 msgid "Delete index field" msgstr "Borrar ?ndice del campo" #: FData.class:552 msgid "Delete record" msgstr "Borrar registro" #: FMain.class:910 msgid "&Delete table" msgstr "&Borrar tabla" #: FMain.class:858 msgid "&Delete user" msgstr "&Borrar usuario" #: FData.class:473 FTable.class:976 msgid "Do not save" msgstr "No guardar" #: FMain.class:465 msgid "Do you really want to delete the database '&1' ?\n\nBE CAREFUL ! All your data will be lost." msgstr "?Realmente quiere borrar la base '&1' ?\n\n? CUIDADO ! Perdera todos sus datos." #: FMain.class:506 msgid "Do you really want to delete the table '&1' ?" msgstr "?Realmente quiere borrar la tabla '&1' ?" #: FMain.class:429 msgid "Do you really want to delete the user '&1' ?" msgstr "?Realmente quiere borrar el usuario '&1' ?" #: FTable.class:666 msgid "Do you really want to reload the table definition ?" msgstr "?Realmente quiere recargar la definici?n de la tabla ?" #: FMain.class:448 msgid "Do you really want to remove this connection ?\n\n&1" msgstr "?Realmente quiere eliminar esta conexi?n ?\n\n&1" #: FMain.class:876 msgid "&Edit table..." msgstr "&Editar tabla..." #: FMain.class:847 msgid "&Edit user..." msgstr "&Editar usuario..." #: FUser.class:48 msgid "Edit user" msgstr "Editar usuario" #: FNewTable.class:81 msgid "Enter table name :" msgstr "Introduzca nombre de la tabla :" #: FRequest.class:116 msgid "Enter your request..." msgstr "Introduzca su petici?n..." #: FTable.class:87 msgid "Field" msgstr "Campo" #: FTable.class:1053 msgid "Fields" msgstr "Campos" #: FRequest.class:169 msgid "Find" msgstr "Encontrar" #: FTable.class:396 msgid "Float" msgstr "Float" #: FAbout.class:68 FMain.class:678 msgid "Gambas Database Manager" msgstr "Gestor de Bases de Datos Gambas" #: FAbout.class:97 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:90 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" #: FServer.class:80 msgid "Host" msgstr "Host" #: FData.class:374 FTable.class:544 msgid "Incorrect value." msgstr "Valor incorrecto." #: FTable.class:77 msgid "Index" msgstr "?ndice" #: FTable.class:1143 msgid "Indexes" msgstr "?ndices" #: FTable.class:394 msgid "Integer" msgstr "Integer" #: FTable.class:61 msgid "Length" msgstr "Longitud" #: FMain.class:775 msgid "mnuDatabase" msgstr "mnuDatabase" #: FMain.class:740 msgid "mnuServer" msgstr "mnuServer" #: FMain.class:865 msgid "mnuTable" msgstr "mnuTable" #: FMain.class:836 msgid "mnuUser" msgstr "mnuUser" #: FData.class:63 FTable.class:117 msgid "modified" msgstr "modificado" #: FData.class:576 msgid "Modify this table" msgstr "Modificar esta tabla" #: FTable.class:1076 msgid "Move field down" msgstr "Mover el campo hacia abajo" #: FTable.class:1058 msgid "Move field up" msgstr "Mover el campo hacia arriba" #: FDatabase.class:147 FTable.class:51 FUser.class:165 msgid "Name" msgstr "Nombre" #: FMain.class:687 msgid "&New connection..." msgstr "&Nueva conexi?n..." #: FServer.class:46 msgid "New connection" msgstr "Nueva conexi?n" #: FTable.class:1103 msgid "New field" msgstr "Nuevo campo" #: FTable.class:1148 msgid "New index" msgstr "Nuevo ?ndice" #: FTable.class:1157 msgid "New index field" msgstr "Nuevo campo ?ndice" #: FData.class:543 msgid "New record" msgstr "Nuevo registro" #: FRequest.class:178 msgid "New request" msgstr "Nueva petici?n" #: FRequest.class:50 msgid "No records." msgstr "No hay registros." #: FMain.class:567 msgid "No window" msgstr "No hay ventana" #: FUser.class:196 msgid "OK" msgstr "OK" #: FMain.class:893 msgid "&Open table..." msgstr "&Abrir tabla..." #: FTable.class:1128 msgid "Open table" msgstr "Abrir tabla" #: FServer.class:104 FUser.class:177 msgid "Password" msgstr "COntrase?a" #: FAbout.class:83 msgid "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...56...ge.net\n
\n\n

Nigel Gerrard

\n
\nMySQL database driver
\nnigel at ...57...ve.co.uk\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...58...k.pl\nhttp://gambas.jest.o.k.pl\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" msgstr "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...59...rge.net\n
\n\n

Nigel Gerrard

\n
\nMySQL database driver
\nnigel at ...60...rve.co.uk\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...61....k.pl\nhttp://gambas.jest.o.k.pl\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" #: FTable.class:520 msgid "Please enter a number." msgstr "Por favor, introduzca un nombre." #: FDatabase.class:80 msgid "Please type a database name." msgstr "Por favor, introduzca un nombre para la base." #: FUser.class:82 msgid "Please type a user name." msgstr "Por favor, introduzca un nombre de usuario." #: FServer.class:74 msgid "postgresql\nmysql" msgstr "postgresql\nmysql" #: FMain.class:710 msgid "&Quit" msgstr "&Salir" #: FMain.class:762 msgid "&Refresh" msgstr "&Refrescar" #: FMain.class:699 msgid "&Refresh all" msgstr "&Refrescar todo" #: FTable.class:666 msgid "Reload" msgstr "Recargar" #: FData.class:525 msgid "Reload data" msgstr "Recargar datos" #: FTable.class:1112 msgid "Reload table" msgstr "Recargar tabla" #: FMain.class:448 msgid "Remove" msgstr "Eliminar" #: FMain.class:768 msgid "&Remove connection" msgstr "&Eliminar conexi?n" #: FMain.class:882 msgid "&Rename table..." msgstr "&Eliminar tabla..." #: FNewTable.class:20 FTable.class:1137 msgid "Rename table" msgstr "Renombrar tabla" #: FRequest.class:159 msgid "Run" msgstr "Ejecutar" #: FData.class:473 FTable.class:976 msgid "Save" msgstr "Guardar" #: FData.class:534 msgid "Save data" msgstr "Guardar datos" #: FTable.class:1067 msgid "Save table" msgstr "Guardar tabla" #: FDatabase.class:134 FUser.class:152 msgid "Server" msgstr "Servidor" #: FMain.class:683 msgid "&Server" msgstr "&Servidor" #: FMain.class:797 msgid "&SQL request..." msgstr "Petici?n &SQL..." #: FRequest.class:34 msgid "SQL request" msgstr "Petici?n SQL" #: FTable.class:402 msgid "String" msgstr "String" #: FMain.class:228 msgid "System tables" msgstr "Tablas del sistema" #: CConnection.class:205 msgid "Table already exists." msgstr "La tabla ya existe." #: FData.class:473 msgid "The data of table '&1' have been modified.\nDo you want to save it ?" msgstr "Los datos de la tabla '&1' se han modificado.\n? Guardar cambios ?" #: FTable.class:524 msgid "The length must be greater than 1 and lower than 255." msgstr "La longitud debe ser mayor que 1 y menor que 255." #: FTable.class:976 msgid "The table '&1' has been modified.\nDo you want to save it ?" msgstr "La tabla '&1' se ha modificado.\n? Guardar los cambios ?" #: CTableViewEditor.class:81 msgid "This field cannot be void." msgstr "Este campo no puede estar vac?o." #: FTable.class:497 msgid "This name already exists." msgstr "El nombre ya existe." #: FTable.class:1012 msgid "This table name is already in use." msgstr "El nombre de la tabla ya est? en uso." #: FUser.class:190 msgid "This user is a database administrator" msgstr "Este usuario es administrador de la base" #: FMain.class:576 msgid "&Tile" msgstr "&Tile" #: FTable.class:1085 msgid "Toggle primary key" msgstr "Cambiar clave primaria" #: FServer.class:67 FTable.class:56 msgid "Type" msgstr "Tipo" #: FTable.class:82 msgid "Unique" msgstr "Unique" #: FTable.class:376 msgid "unlimited" msgstr "Sin l?mite" #: FMain.class:368 msgid "&Use encoding (&1)" msgstr "&Utilizar codificaci?n (&1)" #: FServer.class:92 msgid "User" msgstr "Usuario" #: FMain.class:282 msgid "Users" msgstr "Usuarios" #: FMain.class:718 msgid "&Window" msgstr "&Ventana" #: FTable.class:211 msgid "You must define a primary key." msgstr "Debe definir una clave primaria." -------------- 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:683 msgid "..." msgstr "..." #: FMain.class:972 msgid "&?" msgstr "&?" #: FNewIcon.class:275 msgid "16 x 16" msgstr "16 x 16" #: FPropertyFile.class:71 FPropertyProject.class:581 FSupSelector.class:481 msgid "&1 K" msgstr "&1 K" #: FTranslate.class:174 msgid "&1 strings (&2 not translated)" msgstr "&1 cadenas (&2 no traducidas)" #: FNewIcon.class:296 msgid "24 x 24" msgstr "24 x 24" #: FGotoLine.class:74 msgid "255" msgstr "255" #: FNewIcon.class:261 msgid "32 x 32" msgstr "32 x 32" #: FPropertyProject.class:853 msgid "4" msgstr "4" #: FNewIcon.class:289 msgid "48 x 48" msgstr "48 x 48" #: FNewIcon.class:282 msgid "64 x 64" msgstr "64 x 64" #: FOption.class:517 msgid "8" msgstr "8" #: FNewIcon.class:268 msgid "8 x 8" msgstr "8 x 8" #: FMain.class:993 msgid "&About Gambas..." msgstr "&Acerca de Gambas..." #: FAbout.class:75 msgid "About Gambas..." msgstr "Acerca de Gambas..." #: FNewIcon.class:160 msgid "Add icon" msgstr "A?adir icono" #: FNewModule.class:122 msgid "Add module" msgstr "A?adir M?dulo" #: FPropertyProject.class:773 msgid "Advanced options" msgstr "Opciones Avanzadas" #: FNewModule.class:37 FNewText.class:38 FSupSelector.class:114 msgid "All files" msgstr "Todos los Archivos" #: FAbout.class:156 FWelcome.class:225 msgid "Alpha version (X.XX)" msgstr "Versi?n Alpha(X.XX)" #: FMenu.class:769 msgid "ALT" msgstr "ALT" #: Project.module:1346 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:662 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:884 msgid "Arguments" msgstr "Argumentos" #: FForm.class:1679 msgid "Arrange horizontally" msgstr "Alinear horizontalmente" #: FForm.class:1656 msgid "Arrangement" msgstr "Alineamiento" #: FForm.class:1685 msgid "Arrange vertically" msgstr "Alinear verticalmente" #: Project.module:634 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:269 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:1042 msgid "&Bookmark this directory" msgstr "&Marcar esta carpeta" #: FOption.class:447 msgid "Breakpoints" msgstr "Puntos de interrupci?n" #: FForm.class:1660 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:1771 msgid "Cannot copy file &1." msgstr "No es posible copiar el archivo &1." #: FSupSelector.class:1185 msgid "Cannot copy file &1\n\n&2" msgstr "Imposible copiar el archivo &1\n\n&2" #: Project.module:816 msgid "Cannot copy template file." msgstr "Imposible copiar el archivo de plantilla." #: Project.module:909 msgid "Cannot create project !" msgstr "?No puedo crear el proyecto!" #: FMain.class:293 msgid "Cannot delete file or directory" msgstr "No puedo borrar el archivo o carpeta" #: FSupSelector.class:1442 msgid "Cannot find this directory." msgstr "No se encuentra la carpeta." #: FSupSelector.class:1455 msgid "Cannot find this file." msgstr "No se encuentra el archivo." #: FSupSelector.class:1430 msgid "Cannot found this project." msgstr "No se encuentra el proyecto." #: Project.module:1783 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" #: FSupSelector.class:548 msgid "Cannot read this directory !" msgstr "? No es posible leer en esta carpeta !" #: 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:739 msgid "Caption" msgstr "T?tulo" #: FFind.class:575 msgid "&Case sensitive" msgstr "S&ensible a mayusculas" #: FAbout.class:183 msgid "(c) Benoit MINISINI" msgstr "(c) Benoit MINISINI" #: FMenu.class:821 msgid "Checked" msgstr "Checked" #: FOption.class:491 msgid "&Choose..." msgstr "&Elegir..." #: FLanguage.class:56 msgid "Choose language" msgstr "Elija lenguaje" #: FLanguage.class:76 msgid "Choose the translation to duplicate :" msgstr "Ellija la traducci?n a duplicar :" #: FPropertyFile.class:55 msgid "Class" msgstr "Clase" #: FMain.class:1021 msgid "&Class..." msgstr "&Clase..." #: FPropertyProject.class:581 Project.module:440 msgid "Classes" msgstr "Clases" #: FIconEditor.class:1173 FList.class:107 FWatch.class:103 msgid "Clear" msgstr "Borrar" #: FIconTool.class:573 msgid "Clear all" msgstr "Borrar todo" #: FMain.class:413 msgid "&Clear history" msgstr "Borrar &historial" #: FTranslate.class:760 msgid "Clear this translation" msgstr "Borrar esta traducci?n" #: FProperty.class:653 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:705 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:782 msgid "&Close" msgstr "&Cerrar" #: FMain.class:954 msgid "Close &all windows" msgstr "Cerrar tod&as las ventanas" #: FForm.class:1716 msgid "Code" msgstr "C?digo" #: FEditor.class:822 FTranslate.class:31 msgid "Comment" msgstr "Comentario" #: FOption.class:440 msgid "Comments" msgstr "Comentarios" #: FPropertyProject.class:778 msgid "Compilation" msgstr "Compilaci?n" #: FMain.class:1167 msgid "Compile" msgstr "Compilar" #: FMain.class:843 msgid "&Compile" msgstr "&Compilar" #: FMain.class:1194 msgid "Compile all" msgstr "Compilar todo" #: FMain.class:850 msgid "Compile &All" msgstr "Compil&ar todo" #: Project.module:681 msgid "Compiling project" msgstr "Compilando proyecto" #: FPropertyProject.class:88 msgid "Component" msgstr "Componente" #: FMain.class:1185 msgid "Component explorer" msgstr "Componente explorador" #: FPropertyProject.class:757 msgid "Components" msgstr "Componentes" #: FMain.class:1212 FOutput.class:131 msgid "Console" msgstr "Consola" #: FMain.class:942 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:784 FForm.class:1630 FTextEditor.class:309 msgid "Copy" msgstr "Copiar" #: FMain.class:1096 FSupSelector.class:1067 msgid "&Copy" msgstr "&Copiar" #: FTranslate.class:751 msgid "Copy untranslated string" msgstr "Copiar cadena no traducida" #: FNewProject.class:103 msgid "Create a new project" msgstr "Crear un nuevo proyecto" #: Project.module:1589 msgid "Create source package" msgstr "Crear paquete fuente" #: Language.module:34 msgid "Croatian (Croatia)" msgstr "Croata (Croacia)" #: FMenu.class:757 msgid "CTRL" msgstr "CTRL" #: FOption.class:433 msgid "Current line" msgstr "L?nea actual" #: FEditor.class:777 FForm.class:1623 FTextEditor.class:302 msgid "Cut" msgstr "Cortar" #: FMain.class:1089 FSupSelector.class:1060 msgid "&Cut" msgstr "&Cortar" #: Language.module:12 msgid "Danish (Denmark)" msgstr "Dan?s (Dinamarca)" #: Project.module:443 msgid "Data" msgstr "Datos" #: FMain.class:965 msgid "&Database manager..." msgstr "Gestor de Bases de &Datos..." #: FOption.class:463 msgid "Data types" msgstr "Tipos de datos" #: FSupSelector.class:121 msgid "Date" msgstr "Fecha" #: FDebug.class:688 FMain.class:1230 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:853 msgid "&Delete" msgstr "&Borrar" #: FMain.class:1110 msgid "&Delete..." msgstr "&Borrar..." #: FTranslate.class:654 msgid "Delete translation" msgstr "Borrar traducci?n" #: FPropertyProject.class:90 msgid "Description" msgstr "Descripci?n" #: FNewIcon.class:307 FNewText.class:172 msgid "Destination" msgstr "Destino" #: FNewClass.class:212 FNewForm.class:238 msgid "&Destructor" msgstr "&Destructor" #: FPropertyFile.class:40 FSupSelector.class:99 msgid "Directory" msgstr "Carpeta" #: FMain.class:1049 msgid "&Directory..." msgstr "&Carpeta..." #: Project.module:832 msgid "Directory already exists." msgstr "La carpeta ya existe." #: FSupSelector.class:1353 msgid "Do you really want to delete the file : " msgstr "? Realmente desea borrar el archivo :" #: FMain.class:273 msgid "Do you really want to delete this directory ?" msgstr "?Realmente quiere borrar esta carpeta?" #: FMain.class:285 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:1240 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:1173 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:593 msgid "Draw" msgstr "Dibujo" #: FTranslate.class:663 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:1056 msgid "&Edit" msgstr "&Editar" #: FPropertyProject.class:796 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:879 msgid "edtEditor" msgstr "edtEditor" #: FIconTool.class:623 msgid "Ellipse" msgstr "Elipse" #: FIconTool.class:180 msgid "Ellipse,Filled ellipse,Filled delimited ellipse" msgstr "Elipse, Elipse rellena, Elipse rellena delimitada" #: FMenu.class:815 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:53 FWatch.class:43 msgid "ERROR:" msgstr "ERROR:" #: FForm.class:1605 msgid "Event" msgstr "Evento" #: FTranslate.class:573 msgid "Everything seems to be correct." msgstr "Todo parece estar correcto." #: FPropertyProject.class:581 msgid "Executable" msgstr "Ejecutable" #: FPropertyProject.class:842 msgid "Execution" msgstr "Ejecuci?n" #: FNewModule.class:185 FNewText.class:170 msgid "Existing" msgstr "Existente" #: FExplorer.class:593 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:476 msgid "File" msgstr "Archivo" #: FFind.class:624 FMain.class:776 msgid "&File" msgstr "&Archivo" #: FSupSelector.class:105 msgid "File :" msgstr "Archivo :" #: Project.module:787 msgid "File already exists." msgstr "El archivo ya existe." #: FSupSelector.class:1686 msgid "Filters" msgstr "Filtros" #: FFind.class:558 msgid "Find" msgstr "Encontrar" #: FEditor.class:839 FTextEditor.class:347 msgid "Find..." msgstr "Encontrar..." #: FTranslate.class:705 msgid "Find a string in translation" msgstr "Encontrar una cadena en la traducci?n" #: FFind.class:595 msgid "Find &next" msgstr "Encontrar &siguiente" #: FEditor.class:846 FTextEditor.class:355 msgid "Find Next" msgstr "Encontrar siguiente" #: FFind.class:638 msgid "Find &previous" msgstr "Encontrar &anterior" #: FEditor.class:852 FTextEditor.class:362 msgid "Find Previous" msgstr "Encontrar anterior" #: FFind.class:550 msgid "Find & Replace" msgstr "Encontrar & reemplazar" #: FIconTool.class:643 msgid "Flip" msgstr "Flip" #: FIconTool.class:633 msgid "Flood fill" msgstr "Relleno" #: FIconTool.class:185 msgid "Flood fill,Patterned flood fill" msgstr "Relleno, relleno con patr?n" #: Project.module:1570 msgid "Forbidden characters in project name." msgstr "Caracteres no v?lidos en el nombre del proyecto." #: FEditor.class:870 FForm.class:1594 FPropertyFile.class:57 msgid "Form" msgstr "Formulario" #: FMain.class:1015 msgid "&Form..." msgstr "&Formulario..." #: FNewIcon.class:240 msgid "Format :" msgstr "Formato:" #: FPropertyProject.class:789 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:581 Project.module:441 msgid "Forms" msgstr "Formularios" #: FDebug.class:724 msgid "Forward" msgstr "Adelante" #: FMain.class:876 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:188 msgid "FSelector" msgstr "FSelector" #: FWelcome.class:286 msgid "Gambas" msgstr "Gambas" #: FAbout.class:114 msgid "Gambas Almost Means BASic !" msgstr "Gambas Almost Means BASic !" #: FSupSelector.class:470 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:467 msgid "Gambas form" msgstr "Formulario Gambas" #: FNewForm.class:37 msgid "Gambas forms" msgstr "Formularios Gambas" #: FSupSelector.class:464 msgid "Gambas module" msgstr "M?dulo Gambas" #: FNewModule.class:37 msgid "Gambas modules" msgstr "M?dulos Gambas" #: FSupSelector.class:456 msgid "Gambas project" msgstr "Proyecto Gambas" #: FPropertyFile.class:147 FPropertyProject.class:670 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:749 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:754 FTextEditor.class:291 msgid "Go to line..." msgstr "Ir a l?nea..." #: Language.module:17 msgid "Greek (Greece)" msgstr "Griego (Grecia)" #: FMenu.class:727 msgid "Group" msgstr "Grupo" #: FAbout.class:137 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:130 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:976 msgid "&Help browser" msgstr "&Visor de ayuda" #: FExplorer.class:580 msgid "Help browser" msgstr "Visor de ayuda" #: FIconTool.class:153 msgid "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" msgstr "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" #: FAbout.class:174 msgid "http://gambas.sourceforge.net" msgstr "http://gambas.sourceforge.net" #: Language.module:32 msgid "Hungarian (Hungary)" msgstr "H?ngaro (Hungr?a)" #: FSupSelector.class:1369 msgid "I can't remove this folder !!" msgstr "?? No es posible eliminar la carpeta !!" #: FMain.class:1032 msgid "&Icon..." msgstr "&Icono..." #: FIconEditor.class:1257 FIconTool.class:503 msgid "Icon editor" msgstr "Editor de iconos" #: FTranslate.class:490 msgid "Import a translation" msgstr "Importar una traducci?n" #: FExplorer.class:658 msgid "Index" msgstr "Indice" #: Language.module:36 msgid "Indonesian (Indonesia)" msgstr "Indonesio (Indonesia)" #: FPropertyFile.class:220 FPropertyProject.class:740 msgid "Information" msgstr "Informaci?n" #: FList.class:180 FMenu.class:847 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:861 msgid "Kb" msgstr "Kb" #: FPropertyProject.class:783 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" #: FIconTool.class:603 msgid "Line" msgstr "L?nea" #: FPropertyProject.class:581 msgid "Lines" msgstr "L?neas" #: FDebug.class:769 FLocal.class:77 msgid "Local variables" msgstr "Variables locales" #: FPropertyFile.class:213 msgid "Location" msgstr "Ubicaci?n" #: FSupSelector.class:1699 msgid "Look in" msgstr "Buscar en" #: FMain.class:888 msgid "Make e&xecutable" msgstr "Crear e&jecutable" #: FMain.class:894 msgid "Make source package..." msgstr "Crear paquete fuente..." #: Project.module:923 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:1697 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:1009 msgid "&Module..." msgstr "&M?dulo..." #: FPropertyProject.class:581 Project.module:442 msgid "Modules" msgstr "M?dulos" #: FLocal.class:19 FMenu.class:715 FSupSelector.class:118 msgid "Name" msgstr "Nombre" #: FStack.class:42 msgid "native code" msgstr "C?digo nativo" #: FNewProject.class:121 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:109 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:183 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:193 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:99 msgid "  2 • Choose the parent directory" msgstr "  2 • Elija la carpeta ra?z" #: FNewProject.class:111 msgid "  2 • Choose the project directory" msgstr "  2 • Elija la carpeta de proyecto" #: FNewIcon.class:324 FNewText.class:180 msgid "  Change destination project folder" msgstr "  Cambiar carpeta de destino del proyecto" #: FNewText.class:151 msgid "  Choose the text file name" msgstr "  Elija el nombre del archivo de texto" #: FSupSelector.class:1350 msgid "Necessary gambas file. You can't delete it !" msgstr "Archivo necesario para Gambas. ? No puede borrarlo !" #: FNewModule.class:130 FNewText.class:143 msgid "New" msgstr "Nuevo" #: FMain.class:1005 msgid "&New" msgstr "&Nuevo" #: FNewClass.class:132 msgid "New class" msgstr "Nueva clase" #: FNewDirectory.class:82 msgid "New directory" msgstr "Nueva carpeta" #: FNewForm.class:180 msgid "New form" msgstr "Nuevo formulario" #: FMain.class:780 msgid "&New project..." msgstr "&Nuevo proyecto..." #: FMain.class:1140 msgid "New project" msgstr "Nuevo proyecto" #: FWelcome.class:42 msgid "New project..." msgstr "Nuevo proyecto..." #: FNewText.class:121 msgid "New text file" msgstr "Nuevo archivo de texto" #: FExplorer.class:649 msgid "Next" msgstr "Siguiente" #: FMenu.class:841 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:699 msgid "Nothing to do." msgstr "Nada pendiente." #: FOption.class:383 msgid "Numbers" msgstr "N?meros" #: FText.class:76 Project.module:715 msgid "OK" msgstr "OK" #: FMain.class:799 msgid "Open &example" msgstr "Abrir &ejemplo" #: FWelcome.class:45 msgid "Open example >>" msgstr "Abrir ejemplo >>" #: FMain.class:787 msgid "&Open project..." msgstr "Abrir pr&oyecto..." #: FMain.class:1149 msgid "Open project" msgstr "Abrir proyecto" #: FWelcome.class:43 msgid "Open project..." msgstr "Abrir proyecto..." #: FMain.class:794 msgid "Open &recent" msgstr "Abrir &reciente" #: FOption.class:351 msgid "Operators" msgstr "Operaciones" #: FFind.class:570 msgid "Options" msgstr "Opciones" #: FDebug.class:742 msgid "Output" msgstr "Salida" #: FTextEditor.class:316 msgid "Paste" msgstr "Pegar" #: FMain.class:1103 FSupSelector.class:1074 msgid "&Paste" msgstr "&Pegar" #: FDebug.class:706 msgid "Pause" msgstr "Pausa" #: FAbout.class:106 msgid "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...56...ge.net\n
\n\n

Nigel Gerrard

\n
\nQT Toolkit extension widgets
\nMySQL database driver
\nnigel at ...2...\n
\n\n

Fabien Bodard

\n
\nThe static and animated logo
\nThe IDE project and file selection form
\nFrench translation
\nAbidoo.too at ...4...\n
\n\n

David Campillo

\n
\nFrench translation
\ndc at ...62...\n
\n\n

Dimitri Bellini

\n
\nItalian translation
\ndimitribellini at libero.it\n
\n\n

Fabrice Mous

\n
\nDutch translation
\nfabricemous at ...63...\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...64...
\nhttp://gambas.jest.o.k.pl\n
\n\n

Inigo Zuluaga

\n
\nSpanish translation of the tips of the day and the encyclopaedia
\ninizul at ...65...\n
\n\n

Nelson Ferraz

\n
\nPortuguese (Brazilian) translation
\nnferraz at ...66...\n
\n\n

Ahmed Kamal

\n
\nArabic translation
\neng_ak at ...43...\n
\n\n

Sahatma Petrus Dolok Marupa Siagian

\n
\nIndonesian translation
\nSahatma at ...67...\n
\n\n

Radoslav Dejanovic

\n
\nCroatian translation
\nradoslav.dejanovic at ...68...\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" msgstr "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...59...rge.net\n
\n\n

Nigel Gerrard

\n
\nQT Toolkit extension widgets
\nMySQL database driver
\nnigel at ...2...\n
\n\n

Fabien Bodard

\n
\nThe static and animated logo
\nThe IDE project and file selection form
\nFrench translation
\nAbidoo.too at ...4...\n
\n\n

David Campillo

\n
\nFrench translation
\ndc at ...62...\n
\n\n

Dimitri Bellini

\n
\nItalian translation
\ndimitribellini at ...69...\n
\n\n

Fabrice Mous

\n
\nDutch translation
\nfabricemous at ...63...\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...64...
\nhttp://gambas.jest.o.k.pl\n
\n\n

Inigo Zuluaga

\n
\nSpanish translation of the tips of the day and the encyclopaedia
\ninizul at ...65...\n
\n\n

Nelson Ferraz

\n
\nPortuguese (Brazilian) translation
\nnferraz at ...66...\n
\n\n

Ahmed Kamal

\n
\nArabic translation
\neng_ak at ...43...\n
\n\n

Sahatma Petrus Dolok Marupa Siagian

\n
\nIndonesian translation
\nSahatma at ...67...\n
\n\n

Radoslav Dejanovic

\n
\nCroatian translation
\nradoslav.dejanovic at ...68...\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" #: FIconTool.class:583 msgid "Pick color" msgstr "Elegir color" #: FMenu.class:782 FPropertyFile.class:59 msgid "Picture" msgstr "Imagen" #: FSupSelector.class:473 msgid "Picture file" msgstr "Archivo de imagen" #: FGetIcon.class:31 FNewIcon.class:40 msgid "Picture files" msgstr "Archivos de imagen" #: Project.module:1302 msgid "Please type a name." msgstr "Por favor indique un nombre." #: Project.module:1563 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:248 msgid "PNG\nXPM\nJPEG" msgstr "PNG\nXPM\nJPEG" #: Language.module:47 msgid "Polish (Poland)" msgstr "Polaco (Polonia)" #: FMain.class:1000 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:302 msgid "Predefined sizes :" msgstr "Tama?os predefinidos :" #: FOption.class:241 msgid "Preferences" msgstr "Preferencias" #: FMain.class:821 msgid "&Preferences..." msgstr "&Preferencias..." #: FExplorer.class:640 msgid "Previous" msgstr "Previo" #: FTips.class:194 msgid "<< &Previous" msgstr "<< &Previo" #: FFind.class:631 msgid "Proce&dure" msgstr "Proce&dimiento" #: FMain.class:771 Project.module:464 msgid "Project" msgstr "Proyecto" #: FMain.class:839 msgid "&Project" msgstr "&Proyecto" #: FFind.class:618 msgid "Pro&ject" msgstr "Pro&yecto" #: FSupSelector.class:96 msgid "Project :" msgstr "Proyecto :" #: FPropertyProject.class:720 msgid "Project is translatable" msgstr "El proyecto es traducible" #: FPropertyProject.class:46 msgid "Project properties" msgstr "Propiedades del proyecto" #: FPropertyProject.class:581 msgid "Project size" msgstr "Tama?o del proyecto" #: FPropertyProject.class:689 msgid "Properties" msgstr "Propiedades" #: FMain.class:928 msgid "&Properties" msgstr "&Propiedades" #: FMain.class:918 msgid "&Properties..." msgstr "&Propiedades..." #: FMain.class:1203 msgid "Properties sheet" msgstr "Hoja de propiedades" #: FSave.class:31 FWelcome.class:46 msgid "Quit" msgstr "Salir" #: FMain.class:831 msgid "&Quit" msgstr "&Salir" #: FWelcome.class:208 msgid "Recent" msgstr "Reciente" #: FWelcome.class:44 msgid "Recent projects >>" msgstr "Proyectos recientes >>" #: FIconTool.class:613 msgid "Rectangle" msgstr "Rect?ngulo" #: FIconTool.class:175 msgid "Rectangle,Filled rectangle,Filled delimited rectangle" msgstr "Rect?ngulo, rect?ngulo relleno, rect?ngulo relleno delimitado" #: FEditor.class:810 FTextEditor.class:335 msgid "Redo" msgstr "Rehacer" #: FExplorer.class:631 FSupSelector.class:1115 msgid "Refresh" msgstr "Refrescar" #: FMain.class:912 msgid "&Refresh" msgstr "&Refrescar" #: FFind.class:588 msgid "Re&gular expression" msgstr "Expresi?n re&gular" #: FTranslate.class:462 msgid "Reload" msgstr "Recargar" #: FTranslate.class:645 msgid "Reload translation" msgstr "Recargar traducci?n" #: FSupSelector.class:1240 msgid "Remove" msgstr "Eliminar" #: FSupSelector.class:1050 msgid "&Remove current bookmark" msgstr "Elimina&r esta marca" #: FRename.class:19 FSupSelector.class:1087 msgid "Rename" msgstr "Renombrar" #: FMain.class:1078 msgid "&Rename..." msgstr "&Renombrar..." #: Project.module:1408 msgid "Rename class" msgstr "Renombrar clase" #: Project.module:1433 msgid "Rename directory" msgstr "Renombrar carpeta" #: Project.module:1433 msgid "Rename file" msgstr "Renombrar archivo" #: Project.module:1406 msgid "Rename form" msgstr "Renombrar formulario" #: Project.module:1410 msgid "Rename module" msgstr "Renombrar m?dulo" #: FFind.class:564 FTranslate.class:423 msgid "Replace" msgstr "Reemplazar" #: FFind.class:601 msgid "&Replace" msgstr "&Reemplazar" #: FFind.class:607 msgid "Replace &all" msgstr "Reemplaz&ar todo" #: FDebug.class:697 FMain.class:1176 msgid "Run" msgstr "Ejecutar" #: FMain.class:862 msgid "&Run" msgstr "Ejecuta&r" #: Language.module:52 msgid "Russian (Russia)" msgstr "Ruso (Rusia)" #: FIconTool.class:513 FSave.class:104 FTextEditor.class:385 msgid "Save" msgstr "Guardar" #: FMain.class:1071 msgid "&Save" msgstr "&Guardar" #: FSave.class:86 msgid "Save modified files" msgstr "Guardar archivos modificados" #: FMain.class:809 msgid "S&ave project" msgstr "&Guardar proyecto" #: FMain.class:1158 msgid "Save project" msgstr "Guardar proyecto" #: FTranslate.class:636 msgid "Save translation" msgstr "Guardar traducci?n" #: FIconTool.class:543 msgid "Scroll" msgstr "Scroll" #: FExplorer.class:601 msgid "Search" msgstr "Buscar " #: FFind.class:613 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:1599 msgid "Select" msgstr "Seleccionar" #: FForm.class:1617 msgid "Select all" msgstr "Seleccionar todo" #: FIconTool.class:553 msgid "Select and transparent paste" msgstr "Seleccionar con pegado transparente" #: FIconTool.class:192 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" #: FForm.class:1667 msgid "Send to background" msgstr "Enviar al fondo" #: FMenu.class:763 msgid "SHIFT" msgstr "SHIFT" #: FMenu.class:751 msgid "Shortcut" msgstr "Atajo" #: FPropertyProject.class:801 msgid "Show &grid" msgstr "Mostrar &parrilla" #: FSupSelector.class:1108 msgid "Show hidden files" msgstr "Mostrar archivos ocultos" #: FOption.class:536 msgid "Show mascot" msgstr "Mostrar mascota" #: FPropertyProject.class:762 msgid "Show only components used in project" msgstr "Mostrar s?lo componentes empleados en el proyecto" #: FTips.class:188 msgid "Show tips on startup" msgstr "Mostrar consejos al inicio" #: FPropertyFile.class:171 FSupSelector.class:119 msgid "Size" msgstr "Tama?o" #: FNewIcon.class:254 msgid "Size :" msgstr "Tama?o :" #: FPropertyProject.class:205 msgid "Snapping value is incorrect." msgstr "Snapping value is incorrect." #: FPropertyProject.class:808 msgid "&Snap to grid" msgstr "&Snap to grid" #: 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:751 FStack.class:88 msgid "Stack" msgstr "Pila" #: FPropertyProject.class:847 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:1061 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:733 msgid "Step" msgstr "Paso" #: FMain.class:869 msgid "&Step" msgstr "Pa&so" #: FDebug.class:715 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:394 msgid "TextArea1" msgstr "TextArea1" #: FMain.class:1038 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:228 msgid "The program has returned the value: &1" msgstr "El programa retorn? con valor : &1" #: FDebug.class:225 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:1325 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:1192 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:489 msgid "This menu is too deep !" msgstr "?El men? tiene demasiados niveles!" #: Project.module:1307 msgid "This name contains a forbidden character :" msgstr "El nombre contiene un caracter ilegal :" #: Project.module:1312 msgid "This name is already used. Choose another one." msgstr "Este nombre ya est? en uso. Elija otro." #: Project.module:1577 msgid "This project already exists." msgstr "El proyecto ya existe." #: FTranslate.class:742 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:983 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:726 msgid "Title" msgstr "T?tulo" #: FMain.class:1221 FToolBox.class:188 msgid "Toolbox" msgstr "Caja de herramientas" #: FMain.class:935 msgid "&Toolbox" msgstr "Caja de herramien&tas" #: FMain.class:961 msgid "&Tools" msgstr "Herramien&tas" #: FMain.class:899 msgid "&Translate..." msgstr "&Traducir..." #: FTranslate.class:560 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:616 msgid "Translate project" msgstr "Traducir proyecto" #: FTranslate.class:736 msgid "Translation" msgstr "Traducci?n" #: FTranslate.class:478 msgid "Translation files" msgstr "Archivos de traducci?n" #: FTranslate.class:622 msgid "Translation language :" msgstr "Idioma de traducci?n :" #: FPropertyProject.class:877 msgid "txtArgument" msgstr "txtArgument" #: FOutput.class:140 msgid "txtOutput" msgstr "txtOutput" #: FText.class:69 msgid "txtText" msgstr "txtText" #: FPropertyFile.class:183 FSupSelector.class:120 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:1446 msgid "Unable to rename '&1'" msgstr "Error al renombrar el archivo '&1'" #: FEditor.class:828 msgid "Uncomment" msgstr "Descomentar" #: FEditor.class:803 FIconTool.class:523 FTextEditor.class:328 msgid "Undo" msgstr "Deshacer" #: Language.module:87 msgid "Unknown" msgstr "Desconocido" #: FTranslate.class:30 msgid "Untranslated" msgstr "Sin traducir" #: FTranslate.class:722 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:690 msgid "Verify the translation" msgstr "Verificar traducci?n" #: FPropertyProject.class:700 msgid "Version" msgstr "Versi?n" #: FWelcome.class:77 msgid "version &1" msgstr "versi?n &1" #: FMain.class:924 msgid "&View" msgstr "&Vista" #: FMenu.class:809 msgid "Visible" msgstr "Visible" #: Language.module:56 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:765 msgid "&Watch expression..." msgstr "Analizar e&xpresi?n..." #: FDebug.class:760 FWatch.class:133 msgid "Watch expression" msgstr "Analizar expresion" #: FWelcome.class:202 msgid "Welcome to Gambas !" msgstr "? Bienvenido a Gambas !" #: FMain.class:1249 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:581 msgid "&Word only" msgstr "S?lo &palabra" #: FTextEditor.class:375 msgid "&Word wrap" msgstr "Intercambio de &palabras" #: FNewIcon.class:233 msgid "x" msgstr "x" #: FPropertyProject.class:815 msgid "X =" msgstr "X =" #: FPropertyProject.class:828 msgid "Y =" msgstr "Y =" #: FSupSelector.class:1592 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:1275 msgid "You must define a startup class or form !" msgstr "? Debe elegir una clase o formulario de inicio !" #: FIconTool.class:533 msgid "Zoom" msgstr "Zoom" From leo.barnhoorn at ...53... Tue Sep 2 08:43:08 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Mon, 1 Sep 2003 23:43:08 -0700 Subject: [Gambas-devel] Networking 0.0.3 In-Reply-To: <1062433093.5406.6.camel@...49...> References: <1062433093.5406.6.camel@...49...> Message-ID: <200309012343.08712.leo.barnhoorn@...53...> Hallo Daniel, On Monday 01 September 2003 09:18, Daniel Campos wrote: > Hi! > > Here I continue working on networking component, this is version 0.0.3: > > - Now ClientSocket desriptor is watched by "GB.Watch" function, so the > objectcan inform in "real time" when a connection has been completed, or > when new data arrived from the server. > > - Now ClientSocket implements two new events > > "Connected" --> When a connection is completed (ready to communicate) > "DataAvailable" --> There's data arrived from the server, ready to > be read. > > - I've added an example at networking/DOC (G1.tar.gz) so you can learn > to use/test the component. > > - I've updated documentation at networking/DOC, in html format > > - Remember there's a README avilable at networking/DOC in order > to help to compile that component. > > > Regards, Your Networking component 0.0.3 is working OK. Gambas version 0.65a on SuSE linux 8.2 Regards, Leo Barnhoorn. From karl.reinl at ...16... Tue Sep 2 20:47:32 2003 From: karl.reinl at ...16... (Charlie) Date: Tue, 02 Sep 2003 20:47:32 +0200 Subject: [Gambas-devel] First step for networking component References: <1062037062.3340.13.camel@...49...> <3F4E6805.7010705@...16...> <200308282316.50449.Gambasfr@...4...> Message-ID: <3F54E5C4.6030302@...16...> Fabien BODARD schrieb: >Le Jeudi 28 Ao?t 2003 22:37, Charlie a ?crit : > > >>Daniel Campos schrieb: >> >> >>>Hi! >>> >>>Well, i've finished the first little step for the >>>networking component. As threading is not a simple >>>thing into Gambas (as Beno?t remarked in his >>>previous message), I'll work first in the "not-threated" >>>part of this component (DnsClient, socket Client, server...) >>>and after all of this is finished, there will be a work about >>>asynchronous methods... >>> >>>This little first work is a DNS client, this is the >>>implementation: >>> >>> >>Salut Daniel, >> >>I placed it in "lib" folder of gambas sources and NOW. >> >>What ?????? >> >>Nothing happend. >> >>I think that was not all, to place it !!!! >> >>Amicalement >>Charlie >> >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>Gambas-devel mailing list >>Gambas-devel at lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/gambas-devel >> >> > > > >Salut Daniel et Charlie > >You must to edit the component file in Gambas-0.64a/src/lib > >This give the slot for use the new component ! > >Fabien > > Your answert this mail the same day, but it was only today (02.09.2003) in my mail box ? Charlie From danielcampos at ...45... Wed Sep 3 21:40:21 2003 From: danielcampos at ...45... (Daniel Campos) Date: 03 Sep 2003 21:40:21 +0200 Subject: [Gambas-devel] networking 0.0.4 Message-ID: <1062618021.1967.7.camel@...49...> Hi! Looking for a socket server? Here you have one! Well... the first step of it, but it works OK in what he can do (listen for TCP connections, accept multiple connections...) I hope to have it stabilished at the end of this week. Basically, it returns a new ClientSocket object for each connection accepted, so this ServerSocket class is very simple, only a port and listening tasks, nothing about communication with the client, wich is a work for ClientSocket. Into folder DOC there's now: G1 --> a ClientSocket sample G2 --> a ServerSocket sample HTML documentation (preliminary) README help to compile this component (*) be careful if you are not "root" when using G2, as you will be not able to used reserved ports 1-1024, and after using Stop() you there will be some time in wich you can not use the same port for listen again... Linux things (**) Idea : You can use some telnet connections or G1 project to test G2 Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_4.tar.gz Type: application/x-compressed-tar Size: 19883 bytes Desc: not available URL: From leo.barnhoorn at ...53... Thu Sep 4 08:08:39 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Wed, 3 Sep 2003 23:08:39 -0700 Subject: [Gambas-devel] networking 0.0.4 In-Reply-To: <1062618021.1967.7.camel@...49...> References: <1062618021.1967.7.camel@...49...> Message-ID: <200309032308.39646.leo.barnhoorn@...53...> Hallo Daniel, On Wednesday 03 September 2003 12:40, Daniel Campos wrote: > Hi! > > Looking for a socket server? Here you have one! > Yes, thanks. > Well... the first step of it, but it works OK > in what he can do (listen for TCP connections, > accept multiple connections...) > Works OK, also multiple connections. Regards, Leo. From Gambasfr at ...4... Fri Sep 5 23:10:50 2003 From: Gambasfr at ...4... (Fabien BODARD) Date: Fri, 5 Sep 2003 23:10:50 +0200 Subject: [Gambas-devel] networking 0.0.4 In-Reply-To: <1062618021.1967.7.camel@...49...> References: <1062618021.1967.7.camel@...49...> Message-ID: <200309052310.50662.Gambasfr@...4...> Le Mercredi 3 Septembre 2003 21:40, Daniel Campos a ?crit : > Hi! > > Looking for a socket server? Here you have one! > > Well... the first step of it, but it works OK > in what he can do (listen for TCP connections, > accept multiple connections...) > > I hope to have it stabilished at the end of this > week. > > Basically, it returns a new ClientSocket object for > each connection accepted, so this ServerSocket class > is very simple, only a port and listening tasks, nothing > about communication with the client, wich is a work > for ClientSocket. > > Into folder DOC there's now: > > G1 --> a ClientSocket sample > G2 --> a ServerSocket sample > HTML documentation (preliminary) > README help to compile this component > > (*) be careful if you are not "root" when using G2, as you will > be not able to used reserved ports 1-1024, and after using Stop() > you there will be some time in wich you can not use the same port > for listen again... Linux things > > (**) Idea : You can use some telnet connections or G1 project > to test G2 > > Regards, Hi Well there is more simple way to modify the configure file... Simply modify the configure.in one at the end and the type ./reconf and your ./configure ! Fabien Bodard From danielcampos at ...45... Sat Sep 6 13:01:39 2003 From: danielcampos at ...45... (Daniel Campos) Date: 06 Sep 2003 13:01:39 +0200 Subject: [Gambas-devel] Networking 0.0.5 Message-ID: <1062846099.4203.6.camel@...49...> Hi! Here's networking 0.0.5. Client side has been improved, so now it can inform in "real-time" when the remote side of the socket has closed connection. (There's a new event called "Closed" that raises when server closes that connection) There's also two new functional properties at client side called "Port" and "RemoteHostIP" to allow know where are you connected to. Some additional methods and properties have been added to ClientSocket interface, but they're not yet implemented. G1 and G2 examples have been modified to reflect these changes. Html documentation has been updated. Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_5.tar.gz Type: application/x-compressed-tar Size: 22136 bytes Desc: not available URL: From Gambasfr at ...4... Sat Sep 6 17:19:42 2003 From: Gambasfr at ...4... (Fabien BODARD) Date: Sat, 6 Sep 2003 17:19:42 +0200 Subject: [Gambas-devel] Networking 0.0.5 In-Reply-To: <1062846099.4203.6.camel@...49...> References: <1062846099.4203.6.camel@...49...> Message-ID: <200309061719.42438.Gambasfr@...4...> Le Samedi 6 Septembre 2003 13:01, Daniel Campos a ?crit : > Hi! > > Here's networking 0.0.5. Client side has been improved, > so now it can inform in "real-time" when the remote side > of the socket has closed connection. (There's a new event > called "Closed" that raises when server closes that connection) > > There's also two new functional properties at client > side called "Port" and "RemoteHostIP" to allow know where > are you connected to. > > Some additional methods and properties have been added > to ClientSocket interface, but they're not yet implemented. > > G1 and G2 examples have been modified to reflect these changes. > > Html documentation has been updated. > > > Regards, Hi Yes, client work as well ! I'm now trying to connect on a irc server. it seem to work ! Maybe a future gambas irc client ? Good work ! Fabien Bodard From danielcampos at ...45... Tue Sep 9 21:11:24 2003 From: danielcampos at ...45... (Daniel Campos) Date: 09 Sep 2003 21:11:24 +0200 Subject: [Gambas-devel] Networking 0.0.6 Message-ID: <1063134684.3610.9.camel@...49...> Hi! He I continue developing networking component. This is the 0.0.6 release: - ClientSocket can now connect to a local UNIX socket using ConnectUnix(sPath as String) method, so now two socket implementations are working! (G1 example has been modified to reflect this change) - Fabien Bodard found a bug, ClientSocket was wasting a lot of CPU resources, this release fixes this problem... by the way Fabien, could you send my a beta version of your program to help me test my component (sources,please)? Apart from this, this is a experimental week for me, there will be no more changes until next monday, as I'm testing now some ideas that could be revolutionary for gambas-components future (or may be only "steam" if they are not useful)... I'll tell you something more! regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_6.tar.gz Type: application/x-compressed-tar Size: 23114 bytes Desc: not available URL: From leo.barnhoorn at ...53... Sun Sep 14 09:10:38 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Sun, 14 Sep 2003 00:10:38 -0700 Subject: [Gambas-devel] Networking 0.0.6 In-Reply-To: <1063134684.3610.9.camel@...49...> References: <1063134684.3610.9.camel@...49...> Message-ID: <200309140010.38464.leo.barnhoorn@...53...> Hallo Daniel, On Tuesday 09 September 2003 12:11, Daniel Campos wrote: > Hi! > > He I continue developing networking component. This is the > 0.0.6 release: > > - ClientSocket can now connect to a local UNIX socket using > ConnectUnix(sPath as String) method, so now two socket > implementations are working! (G1 example has been modified > to reflect this change) > > > regards, I have compiled networking component 0.0.6 release, all is OK no faults. Starting Gambas run my project, fault "Can not access the port it is busy" and i try other ports the similar fault "Can not access the port it is busy" regards Leo Barnhoorn From sourceforge-raindog2 at ...19... Sun Sep 14 06:24:56 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sun, 14 Sep 2003 00:24:56 -0400 Subject: [Gambas-devel] Networking 0.0.6 In-Reply-To: <200309140010.38464.leo.barnhoorn@...53...> References: <1063134684.3610.9.camel@...49...> <200309140010.38464.leo.barnhoorn@...53...> Message-ID: <200309140024.56469.sourceforge-raindog2@...19...> On Sunday 14 September 2003 03:10, Leo Barnhoorn wrote: > I have compiled networking component 0.0.6 release, all is OK > no faults. Starting Gambas run my project, fault "Can not > access the port it is busy" and i try other ports the similar > fault "Can not access the port it is busy" Sorry for the stupid question, but are you trying to open a port numbered less than 1024 as a user other than root? Rob From leo.barnhoorn at ...53... Mon Sep 15 00:03:47 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Sun, 14 Sep 2003 15:03:47 -0700 Subject: [Gambas-devel] Networking 0.0.6 In-Reply-To: <200309140024.56469.sourceforge-raindog2@...19...> References: <1063134684.3610.9.camel@...49...> <200309140010.38464.leo.barnhoorn@...53...> <200309140024.56469.sourceforge-raindog2@...19...> Message-ID: <200309141503.47317.leo.barnhoorn@...53...> On Saturday 13 September 2003 21:24, Rob wrote: > Sorry for the stupid question, but are you trying to open a port > numbered less than 1024 as a user other than root? > > Rob > No, the ports i try to open are all opening by root. And ports greater then port 1024 i have the same fault "Can not access the port it is busy". Networking component 0.0.5 release is working OK. Leo > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From danielcampos at ...45... Sun Sep 14 17:57:53 2003 From: danielcampos at ...45... (Daniel Campos) Date: 14 Sep 2003 17:57:53 +0200 Subject: [Gambas-devel] Networking 0.0.7 Message-ID: <1063555072.4268.14.camel@...49...> Hi! This is 0.0.7 release of networking component. My "experimental week" has finished with a success, so now DnsClient can be used in asynchronous mode, without blocking. How can it be done? using threads (at this moment lots of people starts to shout "what in the hell are you doing?!" :) Do not worry, this component is safe. I've written a document (into folder DOC of this source, pdf and openoffice 1.1) explaining the proccess. May be for Gambas Wiki? In that case, please, correct the document, as I do not speak nor write English very well, and may be there are phrases not very well written! There's also a new example "G3" at DOC/Examples to show Async-DNS working, and documentation in HTML has been updated to reflect the changes. Leo : I need more information about your problem, I think you are trying to use SeverSocket, but I'm not sure... What are the steps to reproduce this problem? A source package of your test-application would be very wellcome as I want to fix all bugs as soon as possible. Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_7.tar.gz Type: application/x-compressed-tar Size: 73340 bytes Desc: not available URL: From leo.barnhoorn at ...53... Mon Sep 15 07:44:42 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Sun, 14 Sep 2003 22:44:42 -0700 Subject: [Gambas-devel] Networking 0.0.7 In-Reply-To: <1063555072.4268.14.camel@...49...> References: <1063555072.4268.14.camel@...49...> Message-ID: <200309142244.42307.leo.barnhoorn@...53...> Hallo Daniel, On Sunday 14 September 2003 08:57, Daniel Campos wrote: > Hi! > > This is 0.0.7 release of networking component. My "experimental > week" has finished with a success, so now DnsClient can be used > in asynchronous mode, without blocking. How can it be done? using > threads (at this moment lots of people starts to shout "what > in the hell are you doing?!" :) > > Leo : I need more information about your problem, I think you > are trying to use SeverSocket, but I'm not sure... What are > the steps to reproduce this problem? A source package of your > test-application would be very wellcome as I want to fix all bugs > as soon as possible. > > Regards, > The networking component release 0.0.7 is working well also the new stuff. Well done, i like your work. But the problem is in the ServerSocket is still not working on my system running SuSE Linux 8.2. I have take a look in Serversocket source and find this: /****************************************************************** This property gets/sets the port to listen to (TCP or UDP sockets) ******************************************************************/ BEGIN_PROPERTY ( CSERVERSOCKET_Port ) int myval; if (READ_PROPERTY) { GB.ReturnInteger(THIS->iPort); } else { On this place........... I have change this in ( if(THIS->iStatus==0) ) Now my Project and the component example G2 is working OK. if (!THIS->iStatus==0) This new part is the problem for my Project and the component example G2. { myval=VPROP(GB_INTEGER); if ( (myval<1) || (myval>65535) ) { GB.Error("Invalid Port Value"); return; } THIS->iPort=VPROP(GB_INTEGER); } else { GB.Error("ServerSocket : Port value can not be changed when socket is active"); return; } } END_PROPERTY I hoop this is a clear explanation. Thanks regards Leo. From danielcampos at ...45... Mon Sep 15 20:08:22 2003 From: danielcampos at ...45... (Daniel Campos) Date: 15 Sep 2003 20:08:22 +0200 Subject: [Gambas-devel] Networking 0.0.7 Message-ID: <1063649302.8466.4.camel@...49...> ------------------------------------------------------------------------ >On this place........... >I have change this in ( if(THIS->iStatus==0) ) >Now my Project and the component example G2 is working OK. > > if (!THIS->iStatus==0) This new part is the problem for my Project >and the > component example G2. > > > { > myval=VPROP(GB_INTEGER); > ------------------------------------------------------------------------- Thanks, Leo, this "!" symbol was really a silly bug by my side, but it crashed all the Server. Next release will be modified with your fix. Regards, -- Daniel Campos From leo.barnhoorn at ...53... Wed Sep 17 09:27:50 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Wed, 17 Sep 2003 00:27:50 -0700 Subject: [Gambas-devel] Client events. Message-ID: <200309170027.51062.leo.barnhoorn@...53...> Hallo Daniel, I have a question. What is the reason that we can use on the server side the client events Closed and DataAvailable and not the event Connected? Is it possible that the client event Connected will be availeble for the server side like the client events Closed and DataAvailable. Regards Leo. From danielcampos at ...45... Wed Sep 17 20:54:31 2003 From: danielcampos at ...45... (Daniel Campos) Date: 17 Sep 2003 20:54:31 +0200 Subject: [Gambas-devel] Re : Client Events Message-ID: <1063824870.6076.3.camel@...49...> >Hallo Daniel, > >I have a question. > >What is the reason that we can use on the server side the client >events > Closed and > DataAvailable> > >and not the event Connected? > >Is it possible that the client event Connected will be availeble for >the >server side like the client events Closed and DataAvailable. > >Regards > >Leo. Hi, Leo: The only reason is that it is not yet implemented. This week i'm working on server side and cleaning some code, so I hope i'll can release the new version un Sunday, with this work (Connected event) finished. Regards, -- Daniel Campos From danielcampos at ...45... Fri Sep 19 23:47:07 2003 From: danielcampos at ...45... (Daniel Campos) Date: 19 Sep 2003 23:47:07 +0200 Subject: [Gambas-devel] Gambas future Message-ID: <1064008026.6283.14.camel@...49...> Hi! There's one month or more without a new release of Gambas. I know Beno?t has been busy, but there's not very much news at Gambas devel list, Gambas Wiky, nor kudla.org about this developement tool ... I write this letter to encourage developers to tell its opinions about the developement-time of this project and may be ideas to free Beno?t of some work and increase speed of releases. I think this project is a real option for Visual Basic people to enter in Linux world and fill us with their experience and code... I didn't like to see this project dead like KBasic or other Basic experiments! It has all that we need : Components, a good API, a well-designed structure... May be it's only a personal opinion, but I think this project is not growing at speed that it should do! It's time to plan a roadmap and compromises! Regards, -- Daniel Campos From sourceforge-raindog2 at ...19... Sat Sep 20 00:19:26 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Fri, 19 Sep 2003 18:19:26 -0400 Subject: [Gambas-devel] Gambas future In-Reply-To: <1064008026.6283.14.camel@...49...> References: <1064008026.6283.14.camel@...49...> Message-ID: <200309191819.26126.sourceforge-raindog2@...19...> On Friday 19 September 2003 17:47, Daniel Campos wrote: > There's one month or more without a new release of Gambas. I > know Beno?t has been busy, but there's not very much news at > Gambas devel list, Gambas Wiky, nor kudla.org about this > developement tool ... Hi, I did post a request to the list a week or two ago asking people to check out the enhanced (but not finished) Gambas class documentation wiki at http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponent specifically, the way all the inherited classes should have their inherited symbols listed, and the new presentation of the four kinds of symbols (in four columns), but I didn't hear back from anyone, so I kinda forgot about it all. I'm using Gambas on production machines already. Comparing it to KBasic or other failed Linux BASIC environments isn't really valid anymore. A 1.0 release will be nice when it comes, but I don't know if it's possible to write a roadmap at the moment with Benoit busy with school and theater. August and September are seldom good for free software projects anyway, at least those without paid people working on them, between programmers on holiday and those involved with education getting caught up with offline stuff. And coming up in 2 months are more holidays for more people. > I write this letter to encourage developers to tell its > opinions about the developement-time of this project and may > be ideas to free Beno?t of some work and increase speed of > releases. Frankly, I think you have done more with Gambas in C++ than anyone else except Benoit, and you've been doing a great job with the network component (I haven't had a specific use for it yet, but I'd like to figure out a way to package it separately till it's merged into the main Gambas) so maybe what Gambas needs is some CVS like system that people like you have commit access to. Then maybe another branch for the parts written in Gambas itself, and those of us who have done work on extending those could have commit access to those. But I don't really think Gambas has suffered that much yet. It made an absurd amount of progress in the 5 months between 0.50 and 0.65, so for Benoit to clear his head and live his life for a few months seems only reasonable. If things were still like this when we hit the January slow season, I might start to worry ;) Rob From gambas at ...20... Sat Sep 20 09:20:56 2003 From: gambas at ...20... (Benoit Minisini) Date: Sat, 20 Sep 2003 09:20:56 +0200 Subject: [Gambas-devel] Gambas future In-Reply-To: <1064008026.6283.14.camel@...49...> References: <1064008026.6283.14.camel@...49...> Message-ID: <200309200920.56348.gambas@...20...> Le Vendredi 19 Septembre 2003 23:47, Daniel Campos a ?crit : > Hi! > > There's one month or more without a new release of Gambas. I know > Beno?t has been busy, but there's not very much news at Gambas > devel list, Gambas Wiky, nor kudla.org about this developement tool ... > > I write this letter to encourage developers to tell its opinions > about the developement-time of this project and may be ideas to > free Beno?t of some work and increase speed of releases. > > I think this project is a real option for Visual Basic people to enter > in Linux world and fill us with their experience and code... I didn't > like to see this project dead like KBasic or other Basic experiments! > > It has all that we need : Components, a good API, a well-designed > structure... > > May be it's only a personal opinion, but I think this project is > not growing at speed that it should do! It's time to plan a roadmap > and compromises! > > Regards, Hi Daniel, I am as impatient as you are, it is just a matter of priority ! I think I gave a lot of information on the wiki so that any developer could start developing components. Some details are missing, but I will answer any questions. It just a matter of finding developers having time to do. As for my own case, as long as I have a half-time job and I am alive, I will develop on Gambas - even if my theater studies will take more and more time during this year and next year. My main goal with Gambas is to make a tool that allow people to make dynamic web sites without writing a line of HTML code and a line of SQL : this is why I want a network component, a component with "object prevalence" and data report forms that will easily become HTML forms. Do you see what I mean ? Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...20... Sat Sep 20 09:35:39 2003 From: gambas at ...20... (Benoit Minisini) Date: Sat, 20 Sep 2003 09:35:39 +0200 Subject: [Gambas-devel] Gambas future In-Reply-To: <200309191819.26126.sourceforge-raindog2@...19...> References: <1064008026.6283.14.camel@...49...> <200309191819.26126.sourceforge-raindog2@...19...> Message-ID: <200309200935.39159.gambas@...20...> Le Samedi 20 Septembre 2003 00:19, Rob a ?crit : > On Friday 19 September 2003 17:47, Daniel Campos wrote: > > There's one month or more without a new release of Gambas. I > > know Beno?t has been busy, but there's not very much news at > > Gambas devel list, Gambas Wiky, nor kudla.org about this > > developement tool ... > > Hi, > > I did post a request to the list a week or two ago asking people > to check out the enhanced (but not finished) Gambas class > documentation wiki at > > http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponent > > specifically, the way all the inherited classes should have their > inherited symbols listed, and the new presentation of the four > kinds of symbols (in four columns), but I didn't hear back from > anyone, so I kinda forgot about it all. > Hi, Rob Of course I looked at the enhanced doc, but I didn't tell you anything because I thought you wanted to finish it before. I think you should put this link on the main page of the wiki so that people see it. Here are my remarks: 1) You should put symbols in rows and not in columns. Instead of: Event Property Methods Constants xxxx xxxxx xxxx xxx xxxx xxxxx xxxx xxx xxxx xxxxx xxxx xxx xxxx xxxxx xxxx xxx I suggest you do that: Event xxxxx xxxxxx xxxx Property xxxxx xxxxxx xxxx Methods xxxxx xxxxxx xxxx Constants xxxxx xxxxxx xxxx So that it takes less space on the page. 2) You should use a clearer image to show static symbol (I made a simple 'S' on the main wiki) 3) You should remove "(class)" after the title of a class. It is not useful, and you see "_(class)_" in the "ReferenceBy" 4) .Array is not a "child" class of "Application". See "gb core" doc. 5) Symbol inheritance don't work for Array classes. 6) When a symbol has no page, you must create a void one. Example: Control.Id That's all at the moment :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From scotth999 at ...7... Sat Sep 20 17:19:50 2003 From: scotth999 at ...7... (Scott Harrison) Date: Sat, 20 Sep 2003 08:19:50 -0700 (PDT) Subject: [Gambas-devel] New To Mailing List Message-ID: <20030920151950.35001.qmail@...72...> Hi, I am new to the mailing list and I just wanted to introduce myself. I have been reading the mailing lists and documentation for a few days looking for a place to contribute. I noticed there has been some talk of a network component. How is that progressing? Has anyone done any work on an XML component? Also, is the goal to mirror the Qt classes and functionality? Scott __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From danielcampos at ...45... Sat Sep 20 18:07:02 2003 From: danielcampos at ...45... (Daniel Campos) Date: 20 Sep 2003 18:07:02 +0200 Subject: [Gambas-devel] Spanish translation 0.70 Message-ID: <1064074022.22263.7.camel@...49...> Hi! I'm very happy of this new release! :) And it really is a good idea to have it as 0.70 instead of 1.0 , Rob :) Here's the updated es.po file for 0.70 release. I didn't saw any change at database manager, so previous file is still valid. I hope tomorrow I can send a new release of networking component. By now, I'm reading some documents about serialization and persistence, and I think is an quite interesting world, I played a little with it using C#, and it really would be pretty thing to implement it on Gambas. Regards, -- 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:683 msgid "..." msgstr "..." #: FMain.class:970 msgid "&?" msgstr "&?" #: FNewIcon.class:277 msgid "16 x 16" msgstr "16 x 16" #: FPropertyFile.class:71 FPropertyProject.class:581 FSupSelector.class:339 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:853 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:991 msgid "&About Gambas..." msgstr "&Acerca de Gambas..." #: FAbout.class:75 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:773 msgid "Advanced options" msgstr "Opciones Avanzadas" #: FNewModule.class:37 FNewText.class:38 msgid "All files" msgstr "Todos los Archivos" #: FSupSelector.class:175 msgid "All files|*" msgstr "Todos los Archivos|*" #: FAbout.class:156 FWelcome.class:225 msgid "Alpha version (X.XX)" msgstr "Versi?n Alpha(X.XX)" #: FMenu.class:769 msgid "ALT" msgstr "ALT" #: Project.module:1346 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:662 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:884 msgid "Arguments" msgstr "Argumentos" #: FForm.class:1688 msgid "Arrange horizontally" msgstr "Alinear horizontalmente" #: FForm.class:1665 msgid "Arrangement" msgstr "Alineamiento" #: FForm.class:1694 msgid "Arrange vertically" msgstr "Alinear verticalmente" #: Project.module:634 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:269 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:956 msgid "&Bookmark this directory" msgstr "&Marcar esta carpeta" #: FOption.class:447 msgid "Breakpoints" msgstr "Puntos de interrupci?n" #: FForm.class:1669 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:1772 msgid "Cannot copy file &1." msgstr "No es posible copiar el archivo &1." #: FSupSelector.class:1141 msgid "Cannot copy file &1\n\n&2" msgstr "Imposible copiar el archivo &1\n\n&2" #: Project.module:816 msgid "Cannot copy template file." msgstr "Imposible copiar el archivo de plantilla." #: Project.module:909 msgid "Cannot create project !" msgstr "?No puedo crear el proyecto!" #: FMain.class:293 msgid "Cannot delete file or directory" msgstr "No puedo borrar el archivo o carpeta" #: FSupSelector.class:763 msgid "Cannot found this directory." msgstr "No se encontr? la carpeta." #: FSupSelector.class:777 msgid "Cannot found this file." msgstr "No se encontr? el archivo." #: FSupSelector.class:739 msgid "Cannot found this project." msgstr "No se encuentra el proyecto." #: Project.module:1784 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:739 msgid "Caption" msgstr "T?tulo" #: FFind.class:575 msgid "&Case sensitive" msgstr "S&ensible a mayusculas" #: FAbout.class:183 msgid "(c) Benoit MINISINI" msgstr "(c) Benoit MINISINI" #: FMenu.class:821 msgid "Checked" msgstr "Checked" #: FOption.class:491 msgid "&Choose..." msgstr "&Elegir..." #: FLanguage.class:56 msgid "Choose language" msgstr "Elija lenguaje" #: FLanguage.class:76 msgid "Choose the translation to duplicate :" msgstr "Ellija la traducci?n a duplicar :" #: FPropertyFile.class:55 msgid "Class" msgstr "Clase" #: FMain.class:1019 msgid "&Class..." msgstr "&Clase..." #: FPropertyProject.class:581 Project.module:440 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:411 msgid "&Clear history" msgstr "Borrar &historial" #: FTranslate.class:760 msgid "Clear this translation" msgstr "Borrar esta traducci?n" #: FProperty.class:653 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:705 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:782 msgid "&Close" msgstr "&Cerrar" #: FMain.class:952 msgid "Close &all windows" msgstr "Cerrar tod&as las ventanas" #: FForm.class:1725 msgid "Code" msgstr "C?digo" #: FEditor.class:823 FTranslate.class:31 msgid "Comment" msgstr "Comentario" #: FOption.class:440 msgid "Comments" msgstr "Comentarios" #: FPropertyProject.class:778 msgid "Compilation" msgstr "Compilaci?n" #: FMain.class:1165 msgid "Compile" msgstr "Compilar" #: FMain.class:841 msgid "&Compile" msgstr "&Compilar" #: FMain.class:1192 msgid "Compile all" msgstr "Compilar todo" #: FMain.class:848 msgid "Compile &All" msgstr "Compil&ar todo" #: Project.module:681 msgid "Compiling project" msgstr "Compilando proyecto" #: FPropertyProject.class:88 msgid "Component" msgstr "Componente" #: FMain.class:1183 msgid "Component explorer" msgstr "Componente explorador" #: FPropertyProject.class:757 msgid "Components" msgstr "Componentes" #: FMain.class:1210 FOutput.class:131 msgid "Console" msgstr "Consola" #: FMain.class:940 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:785 FForm.class:1639 FTextEditor.class:304 msgid "Copy" msgstr "Copiar" #: FMain.class:1094 FSupSelector.class:983 msgid "&Copy" msgstr "&Copiar" #: FTranslate.class:751 msgid "Copy untranslated string" msgstr "Copiar cadena no traducida" #: FNewProject.class:109 msgid "Create a new project" msgstr "Crear un nuevo proyecto" #: Project.module:1589 msgid "Create source package" msgstr "Crear paquete fuente" #: Language.module:34 msgid "Croatian (Croatia)" msgstr "Croata (Croacia)" #: FMenu.class:757 msgid "CTRL" msgstr "CTRL" #: FOption.class:433 msgid "Current line" msgstr "L?nea actual" #: FEditor.class:778 FForm.class:1632 FTextEditor.class:297 msgid "Cut" msgstr "Cortar" #: FMain.class:1087 FSupSelector.class:976 msgid "&Cut" msgstr "&Cortar" #: Language.module:12 msgid "Danish (Denmark)" msgstr "Dan?s (Dinamarca)" #: Project.module:443 msgid "Data" msgstr "Datos" #: FMain.class:963 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:688 FMain.class:1228 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:853 msgid "&Delete" msgstr "&Borrar" #: FMain.class:1108 msgid "&Delete..." msgstr "&Borrar..." #: FTranslate.class:654 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:270 msgid "Directory" msgstr "Carpeta" #: FMain.class:1047 msgid "&Directory..." msgstr "&Carpeta..." #: FSupSelector.class:165 msgid "Directory :" msgstr "Carpeta :" #: Project.module:832 msgid "Directory already exists." msgstr "La carpeta ya existe." #: FSupSelector.class:1189 msgid "Do you really want to delete the file : " msgstr "? Realmente desea borrar el archivo :" #: FMain.class:273 msgid "Do you really want to delete this directory ?" msgstr "?Realmente quiere borrar esta carpeta?" #: FMain.class:285 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:1114 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:663 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:1054 msgid "&Edit" msgstr "&Editar" #: FPropertyProject.class:796 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:880 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:815 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:53 FWatch.class:43 msgid "ERROR:" msgstr "ERROR:" #: FForm.class:1614 msgid "Event" msgstr "Evento" #: FTranslate.class:573 msgid "Everything seems to be correct." msgstr "Todo parece estar correcto." #: FPropertyProject.class:581 msgid "Executable" msgstr "Ejecutable" #: FPropertyProject.class:842 msgid "Execution" msgstr "Ejecuci?n" #: FNewModule.class:185 FNewText.class:172 msgid "Existing" msgstr "Existente" #: FExplorer.class:593 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:332 msgid "File" msgstr "Archivo" #: FFind.class:624 FMain.class:774 msgid "&File" msgstr "&Archivo" #: FSupSelector.class:168 msgid "File :" msgstr "Archivo :" #: Project.module:787 msgid "File already exists." msgstr "El archivo ya existe." #: FSupSelector.class:1550 msgid "Filters" msgstr "Filtros" #: FFind.class:558 msgid "Find" msgstr "Encontrar" #: FEditor.class:840 FTextEditor.class:342 msgid "Find..." msgstr "Encontrar..." #: FTranslate.class:705 msgid "Find a string in translation" msgstr "Encontrar una cadena en la traducci?n" #: FFind.class:595 msgid "Find &next" msgstr "Encontrar &siguiente" #: FEditor.class:847 FTextEditor.class:350 msgid "Find Next" msgstr "Encontrar siguiente" #: FFind.class:638 msgid "Find &previous" msgstr "Encontrar &anterior" #: FEditor.class:853 FTextEditor.class:357 msgid "Find Previous" msgstr "Encontrar anterior" #: FFind.class:550 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:1570 msgid "Forbidden characters in project name." msgstr "Caracteres no v?lidos en el nombre del proyecto." #: FEditor.class:871 FForm.class:1603 FPropertyFile.class:57 msgid "Form" msgstr "Formulario" #: FMain.class:1013 msgid "&Form..." msgstr "&Formulario..." #: FNewIcon.class:242 msgid "Format :" msgstr "Formato:" #: FPropertyProject.class:789 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:581 Project.module:441 msgid "Forms" msgstr "Formularios" #: FDebug.class:724 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:114 msgid "Gambas Almost Means BASic !" msgstr "Gambas Almost Means BASic !" #: FSupSelector.class:284 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:287 msgid "Gambas form" msgstr "Formulario Gambas" #: FNewForm.class:37 msgid "Gambas forms" msgstr "Formularios Gambas" #: FSupSelector.class:290 msgid "Gambas module" msgstr "M?dulo Gambas" #: FNewModule.class:37 msgid "Gambas modules" msgstr "M?dulos Gambas" #: FSupSelector.class:265 msgid "Gambas project" msgstr "Proyecto Gambas" #: FPropertyFile.class:147 FPropertyProject.class:670 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:750 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:755 FTextEditor.class:286 msgid "Go to line..." msgstr "Ir a l?nea..." #: Language.module:17 msgid "Greek (Greece)" msgstr "Griego (Grecia)" #: FMenu.class:727 msgid "Group" msgstr "Grupo" #: FAbout.class:137 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:130 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:974 msgid "&Help browser" msgstr "&Visor de ayuda" #: FExplorer.class:580 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:174 msgid "http://gambas.sourceforge.net" msgstr "http://gambas.sourceforge.net" #: Language.module:32 msgid "Hungarian (Hungary)" msgstr "H?ngaro (Hungr?a)" #: FSupSelector.class:1205 msgid "I can't remove this folder !!" msgstr "?? No es posible eliminar la carpeta !!" #: FMain.class:1030 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:658 msgid "Index" msgstr "Indice" #: Language.module:36 msgid "Indonesian (Indonesia)" msgstr "Indonesio (Indonesia)" #: FPropertyFile.class:220 FPropertyProject.class:740 msgid "Information" msgstr "Informaci?n" #: FList.class:180 FMenu.class:847 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:861 msgid "Kb" msgstr "Kb" #: FPropertyProject.class:783 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:1544 msgid "lblFile" msgstr "lblFile" #: FIconTool.class:601 msgid "Line" msgstr "L?nea" #: FPropertyProject.class:581 msgid "Lines" msgstr "L?neas" #: FDebug.class:769 FLocal.class:77 msgid "Local variables" msgstr "Variables locales" #: FPropertyFile.class:213 msgid "Location" msgstr "Ubicaci?n" #: FSupSelector.class:1495 msgid "Look In" msgstr "Mirar en" #: FMain.class:886 msgid "Make e&xecutable" msgstr "Crear e&jecutable" #: FMain.class:892 msgid "Make source package..." msgstr "Crear paquete fuente..." #: Project.module:923 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:1706 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:1007 msgid "&Module..." msgstr "&M?dulo..." #: FPropertyProject.class:581 Project.module:442 msgid "Modules" msgstr "M?dulos" #: FLocal.class:19 FMenu.class:715 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:1186 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:1003 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:778 msgid "&New project..." msgstr "&Nuevo proyecto..." #: FMain.class:1138 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:649 msgid "Next" msgstr "Siguiente" #: FMenu.class:841 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:699 msgid "Nothing to do." msgstr "Nada pendiente." #: FOption.class:383 msgid "Numbers" msgstr "N?meros" #: FText.class:76 Project.module:715 msgid "OK" msgstr "OK" #: FMain.class:797 msgid "Open &example" msgstr "Abrir &ejemplo" #: FWelcome.class:45 msgid "Open example >>" msgstr "Abrir ejemplo >>" #: FMain.class:785 msgid "&Open project..." msgstr "Abrir pr&oyecto..." #: FMain.class:1147 msgid "Open project" msgstr "Abrir proyecto" #: FWelcome.class:43 msgid "Open project..." msgstr "Abrir proyecto..." #: FMain.class:792 msgid "Open &recent" msgstr "Abrir &reciente" #: FOption.class:351 msgid "Operators" msgstr "Operaciones" #: FFind.class:570 msgid "Options" msgstr "Opciones" #: FDebug.class:742 msgid "Output" msgstr "Salida" #: FTextEditor.class:311 msgid "Paste" msgstr "Pegar" #: FMain.class:1101 FSupSelector.class:990 msgid "&Paste" msgstr "&Pegar" #: FDebug.class:706 msgid "Pause" msgstr "Pausa" #: FAbout.class:106 msgid "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...56...ge.net\n
\n\n

Nigel Gerrard

\n
\nQT Toolkit extension widgets
\nMySQL database driver
\nnigel at ...2...\n
\n\n

Fabien Bodard

\n
\nThe static and animated logo
\nThe IDE project and file selection form
\nFrench translation
\nAbidoo.too at ...4...\n
\n\n

David Campillo

\n
\nFrench translation
\ndc at ...62...\n
\n\n

Dimitri Bellini

\n
\nItalian translation
\ndimitribellini at libero.it\n
\n\n

Fabrice Mous

\n
\nDutch translation
\nfabricemous at ...63...\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...64...
\nhttp://gambas.jest.o.k.pl\n
\n\n

Inigo Zuluaga

\n
\nSpanish translation of the tips of the day and the encyclopaedia
\ninizul at ...65...\n
\n\n

Nelson Ferraz

\n
\nPortuguese (Brazilian) translation
\nnferraz at ...66...\n
\n\n

Ahmed Kamal

\n
\nArabic translation
\neng_ak at ...43...\n
\n\n

Sahatma Petrus Dolok Marupa Siagian

\n
\nIndonesian translation
\nSahatma at ...67...\n
\n\n

Radoslav Dejanovic

\n
\nCroatian translation
\nradoslav.dejanovic at ...68...\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" msgstr "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...59...rge.net\n
\n\n

Nigel Gerrard

\n
\nQT Toolkit extension widgets
\nMySQL database driver
\nnigel at ...2...\n
\n\n

Fabien Bodard

\n
\nThe static and animated logo
\nThe IDE project and file selection form
\nFrench translation
\nAbidoo.too at ...4...\n
\n\n

David Campillo

\n
\nFrench translation
\ndc at ...62...\n
\n\n

Dimitri Bellini

\n
\nItalian translation
\ndimitribellini at ...69...\n
\n\n

Fabrice Mous

\n
\nDutch translation
\nfabricemous at ...63...\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...64...
\nhttp://gambas.jest.o.k.pl\n
\n\n

Inigo Zuluaga

\n
\nSpanish translation of the tips of the day and the encyclopaedia
\ninizul at ...65...\n
\n\n

Nelson Ferraz

\n
\nPortuguese (Brazilian) translation
\nnferraz at ...66...\n
\n\n

Ahmed Kamal

\n
\nArabic translation
\neng_ak at ...43...\n
\n\n

Sahatma Petrus Dolok Marupa Siagian

\n
\nIndonesian translation
\nSahatma at ...67...\n
\n\n

Radoslav Dejanovic

\n
\nCroatian translation
\nradoslav.dejanovic at ...68...\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" #: FIconTool.class:581 msgid "Pick color" msgstr "Elegir color" #: FMenu.class:782 FPropertyFile.class:59 msgid "Picture" msgstr "Imagen" #: FSupSelector.class:298 msgid "Picture file" msgstr "Archivo de imagen" #: FGetIcon.class:31 FNewIcon.class:41 msgid "Picture files" msgstr "Archivos de imagen" #: Project.module:1302 msgid "Please type a name." msgstr "Por favor indique un nombre." #: Project.module:1563 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:998 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:819 msgid "&Preferences..." msgstr "&Preferencias..." #: FExplorer.class:640 msgid "Previous" msgstr "Previo" #: FTips.class:194 msgid "<< &Previous" msgstr "<< &Previo" #: FFind.class:631 msgid "Proce&dure" msgstr "Proce&dimiento" #: FMain.class:769 Project.module:464 msgid "Project" msgstr "Proyecto" #: FMain.class:837 msgid "&Project" msgstr "&Proyecto" #: FFind.class:618 msgid "Pro&ject" msgstr "Pro&yecto" #: FSupSelector.class:159 msgid "Project :" msgstr "Proyecto :" #: FPropertyProject.class:720 msgid "Project is translatable" msgstr "El proyecto es traducible" #: FPropertyProject.class:46 msgid "Project properties" msgstr "Propiedades del proyecto" #: FPropertyProject.class:581 msgid "Project size" msgstr "Tama?o del proyecto" #: FPropertyProject.class:689 msgid "Properties" msgstr "Propiedades" #: FMain.class:926 msgid "&Properties" msgstr "&Propiedades" #: FMain.class:916 msgid "&Properties..." msgstr "&Propiedades..." #: FMain.class:1201 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:811 FTextEditor.class:330 msgid "Redo" msgstr "Rehacer" #: FExplorer.class:631 FSupSelector.class:1038 msgid "Refresh" msgstr "Refrescar" #: FMain.class:910 msgid "&Refresh" msgstr "&Refrescar" #: FFind.class:588 msgid "Re&gular expression" msgstr "Expresi?n re&gular" #: FTranslate.class:462 msgid "Reload" msgstr "Recargar" #: FTranslate.class:645 msgid "Reload translation" msgstr "Recargar traducci?n" #: FSupSelector.class:1114 msgid "Remove" msgstr "Eliminar" #: FSupSelector.class:964 msgid "&Remove current bookmark" msgstr "Elimina&r esta marca" #: FRename.class:19 FSupSelector.class:1001 msgid "Rename" msgstr "Renombrar" #: FMain.class:1076 msgid "&Rename..." msgstr "&Renombrar..." #: Project.module:1408 msgid "Rename class" msgstr "Renombrar clase" #: Project.module:1433 msgid "Rename directory" msgstr "Renombrar carpeta" #: Project.module:1433 msgid "Rename file" msgstr "Renombrar archivo" #: Project.module:1406 msgid "Rename form" msgstr "Renombrar formulario" #: Project.module:1410 msgid "Rename module" msgstr "Renombrar m?dulo" #: FFind.class:564 FTranslate.class:423 msgid "Replace" msgstr "Reemplazar" #: FFind.class:601 msgid "&Replace" msgstr "&Reemplazar" #: FFind.class:607 msgid "Replace &all" msgstr "Reemplaz&ar todo" #: FDebug.class:697 FMain.class:1174 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:1069 msgid "&Save" msgstr "&Guardar" #: FSave.class:86 msgid "Save modified files" msgstr "Guardar archivos modificados" #: FMain.class:807 msgid "S&ave project" msgstr "&Guardar proyecto" #: FMain.class:1156 msgid "Save project" msgstr "Guardar proyecto" #: FTranslate.class:636 msgid "Save translation" msgstr "Guardar traducci?n" #: FIconTool.class:541 msgid "Scroll" msgstr "Scroll" #: FExplorer.class:601 msgid "Search" msgstr "Buscar " #: FFind.class:613 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:1608 msgid "Select" msgstr "Seleccionar" #: FForm.class:1626 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:1536 msgid "Select Filters" msgstr "Seleccionar Filtros" #: FForm.class:1676 msgid "Send to background" msgstr "Enviar al fondo" #: FMenu.class:763 msgid "SHIFT" msgstr "SHIFT" #: FMenu.class:751 msgid "Shortcut" msgstr "Atajo" #: FSupSelector.class:464 msgid "Show by icon" msgstr "Mostrar por icono" #: FSupSelector.class:480 msgid "Show by list" msgstr "Mostrar por lista" #: FPropertyProject.class:801 msgid "Show &grid" msgstr "Mostrar &parrilla" #: FSupSelector.class:1030 msgid "Show hidden files" msgstr "Mostrar archivos ocultos" #: FOption.class:536 msgid "Show mascot" msgstr "Mostrar mascota" #: FPropertyProject.class:762 msgid "Show only components used in project" msgstr "Mostrar s?lo componentes empleados en el proyecto" #: FSupSelector.class:1022 msgid "Show preview picture" msgstr "Mostrar imagen de 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:808 msgid "&Snap to grid" msgstr "&Snap to grid" #: 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:751 FStack.class:88 msgid "Stack" msgstr "Pila" #: FPropertyProject.class:847 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:1059 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:733 msgid "Step" msgstr "Paso" #: FMain.class:867 msgid "&Step" msgstr "Pa&so" #: FDebug.class:715 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:1036 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:228 msgid "The program has returned the value: &1" msgstr "El programa retorn? con valor : &1" #: FDebug.class:225 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:1248 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:489 msgid "This menu is too deep !" msgstr "?El men? tiene demasiados niveles!" #: Project.module:1307 msgid "This name contains a forbidden character :" msgstr "El nombre contiene un caracter ilegal :" #: Project.module:1312 msgid "This name is already used. Choose another one." msgstr "Este nombre ya est? en uso. Elija otro." #: Project.module:1577 msgid "This project already exists." msgstr "El proyecto ya existe." #: FTranslate.class:742 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:981 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:726 msgid "Title" msgstr "T?tulo" #: FMain.class:1219 FToolBox.class:188 msgid "Toolbox" msgstr "Caja de herramientas" #: FMain.class:933 msgid "&Toolbox" msgstr "Caja de herramien&tas" #: FMain.class:959 msgid "&Tools" msgstr "Herramien&tas" #: FMain.class:897 msgid "&Translate..." msgstr "&Traducir..." #: FTranslate.class:560 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:616 msgid "Translate project" msgstr "Traducir proyecto" #: FTranslate.class:736 msgid "Translation" msgstr "Traducci?n" #: FTranslate.class:478 msgid "Translation files" msgstr "Archivos de traducci?n" #: FTranslate.class:622 msgid "Translation language :" msgstr "Idioma de traducci?n :" #: Language.module:56 msgid "Turkish (Turkey)" msgstr "" #: FPropertyProject.class:877 msgid "txtArgument" msgstr "txtArgument" #: FOutput.class:140 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:1446 msgid "Unable to rename '&1'" msgstr "Error al renombrar el archivo '&1'" #: FEditor.class:829 msgid "Uncomment" msgstr "Descomentar" #: FEditor.class:804 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:722 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:690 msgid "Verify the translation" msgstr "Verificar traducci?n" #: FPropertyProject.class:700 msgid "Version" msgstr "Versi?n" #: FWelcome.class:77 msgid "version &1" msgstr "versi?n &1" #: FMain.class:922 msgid "&View" msgstr "&Vista" #: FMenu.class:809 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:766 msgid "&Watch expression..." msgstr "Analizar e&xpresi?n..." #: FDebug.class:760 FWatch.class:133 msgid "Watch expression" msgstr "Analizar expresion" #: FWelcome.class:202 msgid "Welcome to Gambas !" msgstr "? Bienvenido a Gambas !" #: FMain.class:1247 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:581 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:815 msgid "X =" msgstr "X =" #: FPropertyProject.class:828 msgid "Y =" msgstr "Y =" #: FSupSelector.class:1320 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:1275 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 scotth999 at ...7... Sat Sep 20 19:48:46 2003 From: scotth999 at ...7... (Scott Harrison) Date: Sat, 20 Sep 2003 10:48:46 -0700 (PDT) Subject: [Gambas-devel] Network Component In-Reply-To: <1064074022.22263.7.camel@...49...> Message-ID: <20030920174846.6586.qmail@...73...> Hi, I was reading the outline below in the help dialog of Gambas which described what was required from a network component. Have you considered using the BEEP protocol? This was precisely why BEEP was designed. Everyone keeps reinventing the wheel on network components so Dr. Rose developed the BEEP protocol to avoid reengineering the same thing over and over. The protocol is covered under RFC 3080 and RFC 3081. There are several BEEP libraries already available but the main group is located at: http://www.beepcore.org Check it out. It could save a lot of time. I have used BEEP in several projects. The best implementation that I have found is called RoadRunner BEEP and it is found at http://www.codefactory.se. Scott (Gambas Newbie) ////////////////////////////////////////////// The client component will almost be the same as the socket component Nigel did. But the server component will be something more sophisticated. It will transform a Gambas application into a true TCP/IP server. The programmer will just have to specifiy a port number and a protocol. The component will do all the polling, all the accept stuff, and will manage each connection in the same process (no fork, no thread, the interpreter won't support them). //////////////////////////////////////////////// __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From danielcampos at ...45... Sat Sep 20 21:08:21 2003 From: danielcampos at ...45... (Daniel Campos) Date: 20 Sep 2003 21:08:21 +0200 Subject: [Gambas-devel] Re: New To Mailing List Message-ID: <1064084901.5081.7.camel@...49...> Hi Scott: Network component is growing fast at this moment, and one of my ideas would be to add a XML reader/writer to this component, as networks and XML are today joined in bussines and internet. Maybe we could speak about this XML classes, if you want to insert code or define ideas. By now I've implemented into network component a DNS client, a client socket (TCP - UNIX sockets), and a server (TCP). Next week I have to work on UDP stuff. Regards, -- Daniel Campos From scotth999 at ...7... Sun Sep 21 01:11:08 2003 From: scotth999 at ...7... (Scott Harrison) Date: Sat, 20 Sep 2003 16:11:08 -0700 (PDT) Subject: [Gambas-devel] XML In-Reply-To: <1064084901.5081.7.camel@...49...> Message-ID: <20030920231108.57558.qmail@...74...> Daniel, The LibXML API is easy to use and extremely fast. It is written in C and should be straight forward to create a wrapper for it in Gambas. http://xmlsoft.org/index.html Scott --- Daniel Campos wrote: > Hi Scott: > > Network component is growing fast at this moment, > and one of > my ideas would be to add a XML reader/writer to this > component, > as networks and XML are today joined in bussines and > internet. > > Maybe we could speak about this XML classes, if you > want to > insert code or define ideas. > > By now I've implemented into network component a > DNS client, > a client socket (TCP - UNIX sockets), and a server > (TCP). Next > week I have to work on UDP stuff. > > Regards, > > -- > Daniel Campos > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From danielcampos at ...45... Sun Sep 21 13:20:28 2003 From: danielcampos at ...45... (Daniel Campos) Date: 21 Sep 2003 13:20:28 +0200 Subject: [Gambas-devel] networking 0.0.8 Message-ID: <1064143228.2476.7.camel@...49...> Here's 0.0.8 release of networking component. --> Server side has been improved, so now, some methods have been modified, take a look at G2 example to look the changes, as applications written for previous version sahould not work correctly. --> You can use "Connected" event on the client child of a server. --> All UDP stuff has been removed from Client and Server, and I will implement UDP on a different class, as UDP work is quite different from a connected socket. I think it is better to not make "fake-connections" and work in a real UDP style, in a different class. --> HTML docs has been updated to refect the changes. --> remember that, inside this sources there's a "DOC" folder to help to compile, and use this component. --> Also, remeber to update gb.networking.info file, as component interface has been modified! --> This verion seems to work correctly on gambas 0.70 Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_8.tar.gz Type: application/x-compressed-tar Size: 76773 bytes Desc: not available URL: From leo.barnhoorn at ...53... Mon Sep 22 00:57:36 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Sun, 21 Sep 2003 15:57:36 -0700 Subject: [Gambas-devel] Problems compiling Gambas 0.70 Message-ID: <200309211557.36392.leo.barnhoorn@...53...> Hi, I have problems compiling Gambas version 0.70 I'm running SuSE version 8.2 gcc version 3.3 Regards, Leo -------------- next part -------------- creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets ${MAKE}... (cached) yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for malloc.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for working const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking return type of signal handlers... void checking for working strcoll... yes checking for strftime... yes checking for vprintf... yes checking for wait3 that fills in rusage... yes checking for getcwd... yes checking for gettimeofday... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strtod... yes checking for strtol... yes checking for setenv... yes checking for unsetenv... yes checking for Cygwin environment... no checking for mingw32 environment... no checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether -lc should be explicitly linked in... no creating libtool checking for main in -lm... yes checking for main in -lz... yes checking for main in -lgcc_s... yes checking for main in -lstdc++... yes checking for internationalization headers... /usr/include/ checking for internationalization libraries... no configure: warning: *** internationalization is disabled checking for QT component headers... /usr/lib/qt3/include/ checking for QT component libraries... /usr/lib/qt3/lib/ checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XShmAttach in -lXext... yes checking for QT meta-object compiler... /usr/lib/qt3/bin//moc checking for KDE 3.x component headers... /opt/kde3/include/ checking for KDE 3.x component libraries... /opt/kde3/lib/ checking for PostgreSQL driver headers... /usr/include/pgsql/ /usr/include/pgsql/server/ /usr/include/pgsql/server/catalog/ checking for PostgreSQL driver libraries... /usr/lib/ checking for MySQL driver headers... /usr/include/mysql/ checking for MySQL driver libraries... /usr/lib/ checking for SDL component headers... no checking for SDL component libraries... no configure: warning: *** SDL component is disabled updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/share/Makefile creating src/comp/Makefile creating src/exec/Makefile creating src/lib/Makefile creating src/lib/eval/Makefile creating src/lib/example/Makefile creating src/lib/qt/Makefile creating src/lib/qt/editor/Makefile creating src/lib/qt/ext/Makefile creating src/lib/qt/kde/Makefile creating src/lib/db/Makefile creating src/lib/db/mysql/Makefile creating src/lib/db/postgresql/Makefile creating src/lib/sdl/Makefile creating config.h configuring in libltdl running /bin/sh ./configure --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for working const... (cached) yes checking for inline... inline checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes checking for /usr/i486-suse-linux/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes checking how to recognise dependant libraries... (cached) pass_all checking for object suffix... (cached) o checking for executable suffix... (cached) no checking command to parse /usr/bin/nm -B output... (cached) ok checking for dlfcn.h... (cached) yes checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for objdir... .libs checking for gcc option to produce PIC... (cached) -fPIC checking if gcc PIC flag -fPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.lo... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... (cached) no creating libtool checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking whether gcc supports assert without backlinking... checking which extension is used for shared libraries... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for dlopen in -ldl... (cached) yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking for errno.h... yes checking for malloc.h... (cached) yes checking for memory.h... yes checking for stdlib.h... yes checking for stdio.h... yes checking for ctype.h... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for string.h... yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes updating cache .././config.cache creating ./config.status creating Makefile creating config.h make all-recursive make[1]: Entering directory `/root/gambas-0.70' Making all in libltdl make[2]: Entering directory `/root/gambas-0.70/libltdl' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 mv -f .libs/ltdl.lo ltdl.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* ar cru .libs/libltdlc.al ltdl.lo ranlib .libs/libltdlc.al creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[2]: Leaving directory `/root/gambas-0.70/libltdl' Making all in src make[2]: Entering directory `/root/gambas-0.70/src' Making all in share make[3]: Entering directory `/root/gambas-0.70/src/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/gambas-0.70/src/share' Making all in comp make[3]: Entering directory `/root/gambas-0.70/src/comp' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c alloc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c array.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c reserved.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gbc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c compile.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c table.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c type.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c read.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c dump.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c code.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c header.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans_code.c trans_code.c: In function `TRANS_statement': trans_code.c:168: warning: comparison between signed and unsigned gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans_expr.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans_tree.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans_ctrl.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trans_subr.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c output.c output.c: In function `write_string': output.c:173: warning: comparison between signed and unsigned output.c: In function `write_buffer': output.c:188: warning: comparison between signed and unsigned gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c pcode.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c form.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c str.c /bin/sh ../../libtool --mode=link gcc -g -O2 -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o mkdir .libs gcc -g -O2 -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c archive.c archive.c: In function `write_string': archive.c:92: warning: comparison between signed and unsigned archive.c: In function `ARCH_add_file': archive.c:244: warning: comparison between signed and unsigned gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gba.c /bin/sh ../../libtool --mode=link gcc -g -O2 -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o archive.o gba.o gcc -g -O2 -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o archive.o gba.o gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gbi.c /bin/sh ../../libtool --mode=link gcc -g -O2 -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la gcc -g -O2 -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/.libs/libltdlc.al -ldl make[3]: Leaving directory `/root/gambas-0.70/src/comp' Making all in exec make[3]: Entering directory `/root/gambas-0.70/src/exec' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c common.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c common.c -fPIC -DPIC -o common.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c error.c -fPIC -DPIC -o error.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c alloc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c alloc.c -fPIC -DPIC -o alloc.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c array.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c array.c -fPIC -DPIC -o array.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stack.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stack.c -fPIC -DPIC -o stack.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c buffer.c -fPIC -DPIC -o buffer.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c replace.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c replace.c -fPIC -DPIC -o replace.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c list.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c list.c -fPIC -DPIC -o list.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c hash.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c hash.c -fPIC -DPIC -o hash.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c table.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c table.c -fPIC -DPIC -o table.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c type.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c type.c -fPIC -DPIC -o type.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c value.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c value.c -fPIC -DPIC -o value.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subst.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subst.c -fPIC -DPIC -o subst.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec.c -fPIC -DPIC -o exec.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_loop.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_loop.c -fPIC -DPIC -o exec_loop.lo exec_loop.c: In function `EXEC_loop': exec_loop.c:441: warning: `ind' might be used uninitialized in this function exec_loop.c:967: warning: `val' might be used uninitialized in this function /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_push.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_push.c -fPIC -DPIC -o exec_push.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_enum.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_enum.c -fPIC -DPIC -o exec_enum.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_pop.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_pop.c -fPIC -DPIC -o exec_pop.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c pcode.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c pcode.c -fPIC -DPIC -o pcode.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trace.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trace.c -fPIC -DPIC -o trace.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_init.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_init.c -fPIC -DPIC -o class_init.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class.c -fPIC -DPIC -o class.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_native.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_native.c -fPIC -DPIC -o class_native.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_load.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_load.c -fPIC -DPIC -o class_load.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c event.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c event.c -fPIC -DPIC -o event.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c file.c -fPIC -DPIC -o file.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream.c -fPIC -DPIC -o stream.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_direct.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_direct.c -fPIC -DPIC -o stream_direct.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_buffer.c -fPIC -DPIC -o stream_buffer.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_memory.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_memory.c -fPIC -DPIC -o stream_memory.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_arch.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_arch.c -fPIC -DPIC -o stream_arch.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c project.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c project.c -fPIC -DPIC -o project.lo project.c: In function `project_command': project.c:157: warning: comparison between signed and unsigned /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c library.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c library.c -fPIC -DPIC -o library.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr.c -fPIC -DPIC -o subr.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_file.c -fPIC -DPIC -o subr_file.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_string.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_string.c -fPIC -DPIC -o subr_string.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_conv.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_conv.c -fPIC -DPIC -o subr_conv.lo subr_conv.c: In function `SUBR_conv': subr_conv.c:103: warning: comparison between signed and unsigned /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_time.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_time.c -fPIC -DPIC -o subr_time.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_misc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_misc.c -fPIC -DPIC -o subr_misc.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c mathext.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c mathext.c -fPIC -DPIC -o mathext.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_math.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_math.c -fPIC -DPIC -o subr_math.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_test.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_test.c -fPIC -DPIC -o subr_test.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gambas_api.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gambas_api.c -fPIC -DPIC -o gambas_api.lo gambas_api.c: In function `GB_Conv': gambas_api.c:1053: warning: comparison between signed and unsigned /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c local.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c local.c -fPIC -DPIC -o local.lo local.c: In function `LOCAL_init': local.c:356: warning: `%x' yields only last 2 digits of year in some locales /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c regexp.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c regexp.c -fPIC -DPIC -o regexp.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c archive.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c archive.c -fPIC -DPIC -o archive.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c watch.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c watch.c -fPIC -DPIC -o watch.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c eval.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c eval.c -fPIC -DPIC -o eval.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c compare.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c compare.c -fPIC -DPIC -o compare.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Number.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Number.c -fPIC -DPIC -o Number.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Object.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Object.c -fPIC -DPIC -o Object.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c String.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c String.c -fPIC -DPIC -o String.lo String.c: In function `STRING_new_constant_value': String.c:202: warning: signed and unsigned type in conditional expression String.c: In function `STRING_conv': String.c:477: warning: comparison between signed and unsigned String.c:480: warning: comparison between signed and unsigned /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Variant.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Variant.c -fPIC -DPIC -o Variant.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Date.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Date.c -fPIC -DPIC -o Date.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Array.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Array.c -fPIC -DPIC -o Array.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CClass.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CClass.c -fPIC -DPIC -o CClass.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CCollection.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CCollection.c -fPIC -DPIC -o CCollection.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CError.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CError.c -fPIC -DPIC -o CError.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CGambas.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CGambas.c -fPIC -DPIC -o CGambas.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CFile.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CFile.c -fPIC -DPIC -o CFile.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CApp.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CApp.c -fPIC -DPIC -o CApp.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CArray.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CArray.c -fPIC -DPIC -o CArray.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CProcess.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CProcess.c -fPIC -DPIC -o CProcess.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_info.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_info.c -fPIC -DPIC -o class_info.lo /bin/sh ../../libtool --mode=link gcc -g -O2 -pipe -Wall -g -O0 -o lib.gb.la -rpath /opt/gambas/lib common.lo error.lo alloc.lo array.lo stack.lo buffer.lo replace.lo list.lo hash.lo table.lo type.lo value.lo subst.lo exec.lo exec_loop.lo exec_push.lo exec_enum.lo exec_pop.lo pcode.lo trace.lo class_init.lo class.lo class_native.lo class_load.lo event.lo file.lo stream.lo stream_direct.lo stream_buffer.lo stream_memory.lo stream_arch.lo project.lo library.lo subr.lo subr_file.lo subr_string.lo subr_conv.lo subr_time.lo subr_misc.lo mathext.lo subr_math.lo subr_test.lo gambas_api.lo local.lo regexp.lo archive.lo watch.lo eval.lo compare.lo Number.lo Object.lo String.lo Variant.lo Date.lo Array.lo CClass.lo CCollection.lo CError.lo CGambas.lo CFile.lo CApp.lo CArray.lo CProcess.lo class_info.lo -lm -Lno -lintl ../../libltdl/libltdlc.la ../../libtool: line 1: cd: no: No such file or directory libtool: link: cannot determine absolute directory name of `no' make[3]: *** [lib.gb.la] Error 1 make[3]: Leaving directory `/root/gambas-0.70/src/exec' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/gambas-0.70/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/gambas-0.70' make: *** [all-recursive-am] Error 2 From elentirmo at ...51... Sun Sep 21 17:48:28 2003 From: elentirmo at ...51... (Marco Bauer) Date: Sun, 21 Sep 2003 17:48:28 +0200 Subject: [Gambas-devel] Problems compiling Gambas 0.70 In-Reply-To: <200309211557.36392.leo.barnhoorn@...53...> References: <200309211557.36392.leo.barnhoorn@...53...> Message-ID: <200309211748.28760.elentirmo@...51...> Hi Leo, Benoit gave a solution to this problem on the gambas-user list. I had the same issue on my SuSE 8.2 Qt 3.1.1. Gruss Marco Le Samedi 20 Septembre 2003 17:27, Marco Bauer a ?crit : > Hi Benoit, > > I can't find a file called libintl.so on my system?!? What does that mean? > > Marco > Hmmm... Strange ! Maybe it is not necessary on SuSE ?? I join this mail a file named acinclude.m4.zip that you must unzip and put in the gambas-0.70 package by replacing the old one. Then type: $ ./reconf $ ./configure Normally, it will correctly disable the link with libintl without raising an error. Tell me if it works ! Regards, -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: acinclude.m4.zip Type: application/x-zip Size: 34203 bytes Desc: not available URL: From leo.barnhoorn at ...53... Mon Sep 22 03:24:55 2003 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Sun, 21 Sep 2003 18:24:55 -0700 Subject: [Gambas-devel] Problems compiling Gambas 0.70 In-Reply-To: <200309211748.28760.elentirmo@...51...> References: <200309211557.36392.leo.barnhoorn@...53...> <200309211748.28760.elentirmo@...51...> Message-ID: <200309211824.55776.leo.barnhoorn@...53...> Hi Marco, I have found the messages, but a lot of errors on the messages. This file (acinclude.m4.zip) is that the fix to solve the problem. Do you have this file for me acinclude.m4.zip Thanks Leo On Sunday 21 September 2003 08:48, Marco Bauer wrote: > Hi Leo, > > Benoit gave a solution to this problem on the gambas-user list. I had the > same issue on my SuSE 8.2 Qt 3.1.1. > > Gruss > Marco > > Le Samedi 20 Septembre 2003 17:27, Marco Bauer a ?crit : > > Hi Benoit, > > > > I can't find a file called libintl.so on my system?!? What does that > > mean? > > > > Marco > > Hmmm... Strange ! Maybe it is not necessary on SuSE ?? > > I join this mail a file named acinclude.m4.zip that you must unzip and put > in the gambas-0.70 package by replacing the old one. > > Then type: > > $ ./reconf > > $ ./configure > > Normally, it will correctly disable the link with libintl without raising > an error. Tell me if it works ! > > Regards, From shannara at ...75... Mon Sep 22 04:06:24 2003 From: shannara at ...75... (shannara at ...75...) Date: Sun, 21 Sep 2003 18:06:24 -0800 Subject: [Gambas-devel] Please fix this mailing list References: <1064143228.2476.7.camel@...49...> Message-ID: <002d01c380ae$20dfd270$e290ed18@...76...> This mailing list have a major bug. It will not allow you to unsubscribe to it. Even if you go to the link, validate yourself via password and place in your email to unsubscribe, it will not unsubscribe you as required. Anybody know of a fix for this? From scott at ...77... Mon Sep 22 04:13:54 2003 From: scott at ...77... (Scott Harrison) Date: Sun, 21 Sep 2003 22:13:54 -0400 Subject: [Gambas-devel] Please fix this mailing list In-Reply-To: <002d01c380ae$20dfd270$e290ed18@...76...> References: <1064143228.2476.7.camel@...49...> <002d01c380ae$20dfd270$e290ed18@...76...> Message-ID: <200309212213.54068.scott@...77...> On Sunday 21 September 2003 10:06 pm, shannara at ...75... wrote: Kind of like the Hotel California. > This mailing list have a major bug. It will not allow you to unsubscribe to > it. Even if you go to the link, validate yourself via password and place in > your email to unsubscribe, it will not unsubscribe you as required. > > Anybody know of a fix for this? > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From scott at ...77... Mon Sep 22 05:11:40 2003 From: scott at ...77... (Scott Harrison) Date: Sun, 21 Sep 2003 23:11:40 -0400 Subject: [Gambas-devel] networking 0.0.8 In-Reply-To: <1064143228.2476.7.camel@...49...> References: <1064143228.2476.7.camel@...49...> Message-ID: <200309212311.40005.scott@...77...> Daniel, I setup and ran the examples you provided with the networking component. The TCP server, TCP client and the DNS examples all worked great. However, I wasn't able run the UNIX setting on the client program. Could you walk me through how to do that? Scott On Sunday 21 September 2003 07:20 am, Daniel Campos wrote: > Here's 0.0.8 release of networking component. > > --> Server side has been improved, so now, some methods have > been modified, take a look at G2 example to look the changes, as > applications written for previous version sahould not work > correctly. > > --> You can use "Connected" event on the client child of a server. > > --> All UDP stuff has been removed from Client and Server, and I will > implement UDP on a different class, as UDP work is quite different > from a connected socket. I think it is better to not make > "fake-connections" and work in a real UDP style, in a different class. > > --> HTML docs has been updated to refect the changes. > > --> remember that, inside this sources there's a "DOC" folder to help > to compile, and use this component. > > --> Also, remeber to update gb.networking.info file, as component > interface has been modified! > > --> This verion seems to work correctly on gambas 0.70 > > > Regards, From gambas at ...20... Mon Sep 22 10:37:52 2003 From: gambas at ...20... (Benoit Minisini) Date: Mon, 22 Sep 2003 10:37:52 +0200 Subject: [Gambas-devel] Please fix this mailing list In-Reply-To: <200309212213.54068.scott@...77...> References: <1064143228.2476.7.camel@...49...> <002d01c380ae$20dfd270$e290ed18@...76...> <200309212213.54068.scott@...77...> Message-ID: <200309221037.53045.gambas@...20...> Le Lundi 22 Septembre 2003 04:13, Scott Harrison a ?crit : > On Sunday 21 September 2003 10:06 pm, shannara at ...75... wrote: > > Kind of like the Hotel California. > > > This mailing list have a major bug. It will not allow you to unsubscribe > > to it. Even if you go to the link, validate yourself via password and > > place in your email to unsubscribe, it will not unsubscribe you as > > required. > > > > Anybody know of a fix for this? > > The mailing-list is hosted by sourceforge.net, so I don't know. Unsubscribe worked in the past, maybe this is a temporary problem. They regularly have problems with mailing-lists ! Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Tue Sep 23 22:42:08 2003 From: danielcampos at ...45... (Daniel Campos) Date: 23 Sep 2003 22:42:08 +0200 Subject: [Gambas-devel] Re: networking 0.0.8 Message-ID: <1064349728.5693.4.camel@...49...> Hi Scott: Unix sockets are special files into UNIX filesystem, so, to test it you have to create one on your computer. This file (test.c), acts like a unix-socket server for a single connection, compile and run it, and it will create a unix socket called "gambas" into the folder when it is executed. While "test" is working, run G1 example, select UNIX and put into "path" textbox the path to that socket (for instance /home/myself/gambas), after connection, you will receive a message "hola!" each time you send any data. Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Size: 995 bytes Desc: not available URL: From scott at ...77... Wed Sep 24 03:09:53 2003 From: scott at ...77... (Scott Harrison) Date: Tue, 23 Sep 2003 21:09:53 -0400 Subject: [Gambas-devel] Re: networking 0.0.8 In-Reply-To: <1064349728.5693.4.camel@...49...> References: <1064349728.5693.4.camel@...49...> Message-ID: <200309232109.53490.scott@...77...> Thanks Daniel, the attached program worked great. Scott On Tuesday 23 September 2003 04:42 pm, Daniel Campos wrote: > Hi Scott: > > Unix sockets are special files into UNIX filesystem, so, to > test it you have to create one on your computer. This file (test.c), > acts like a unix-socket server for a single connection, compile > and run it, and it will create a unix socket called "gambas" into the > folder when it is executed. > > While "test" is working, run G1 example, select UNIX and put into > "path" textbox the path to that socket (for instance > /home/myself/gambas), after connection, you will receive a message > "hola!" each time you send any data. > > Regards, From scott at ...77... Thu Sep 25 18:34:02 2003 From: scott at ...77... (Scott Harrison) Date: Thu, 25 Sep 2003 12:34:02 -0400 Subject: [Gambas-devel] Component Miscellaneous Message-ID: <200309251234.03152.scott@...77...> Benoit, Since Gambas is so easy to extend, I imagine there is going to be long list of components over time. Are there plans to create a separate website for components only -- preferably using CVS? You will probably want to keep the Gambas compiler website relatively clean. Scott From gambas at ...20... Sat Sep 27 15:13:57 2003 From: gambas at ...20... (Benoit Minisini) Date: Sat, 27 Sep 2003 15:13:57 +0200 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309251234.03152.scott@...77...> References: <200309251234.03152.scott@...77...> Message-ID: <200309271513.57545.gambas@...20...> Le Jeudi 25 Septembre 2003 18:34, Scott Harrison a ?crit : > Benoit, > > Since Gambas is so easy to extend, I imagine there is going to be long list > of components over time. Are there plans to create a separate website for > components only -- preferably using CVS? You will probably want to keep the > Gambas compiler website relatively clean. > > Scott > > I want to first make a 1.0 version so that people have a relatively stable interpreter, classes, objects and events. Then I will put the sources in a CVS. All components will be part of the source tree, or can be distributed separately as Daniel Campos does when the component is in beta version. Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Sat Sep 27 18:38:20 2003 From: danielcampos at ...45... (Daniel Campos) Date: 27 Sep 2003 18:38:20 +0200 Subject: [Gambas-devel] networking 0.0.9 Message-ID: <1064680699.2751.7.camel@...49...> Hi! Here's 0.0.9 release of networking component. UDP is working now, there are two new classes : Datagram : a client and server for UDP work DataPacket : a class to help Datagram Class to perform its work. - A new example (G4) shows how to work with them. - HTML Documentation has been updated to reflect these changes. By the way... anybody is interested in correct that documentation? ... may be a native english speaker? It would be very welcome, as soon i'll try to adapt the texts to the official format of Gambas documentation. I hope soon there will be a 0.1.0 release : a beta version redy to be included in Gambas official distribution ! Any Comments about... -> Current status? -> Next step? Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_0_9.tar.gz Type: application/x-compressed-tar Size: 83353 bytes Desc: not available URL: From sourceforge-raindog2 at ...19... Sat Sep 27 16:44:46 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sat, 27 Sep 2003 10:44:46 -0400 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309271513.57545.gambas@...20...> References: <200309251234.03152.scott@...77...> <200309271513.57545.gambas@...20...> Message-ID: <200309271044.46501.sourceforge-raindog2@...19...> On Saturday 27 September 2003 09:13, Benoit Minisini wrote: > Then I will put the sources in a CVS. All components will be > part of the source tree, or can be distributed separately as > Daniel Campos does when the component is in beta version. Is it possible to distribute components in precompiled form without needing to build a new Gambas compiler/interpreter? I was just thinking, once there's an SDL component, including it in the base Gambas package means Gambas then requires SDL, whereas there might be a way to make a "gambas-SDL" package as long as gambas doesn't need to be rebuilt for new components. Rob From sourceforge-raindog2 at ...19... Sat Sep 27 16:44:46 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sat, 27 Sep 2003 10:44:46 -0400 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309271513.57545.gambas@...20...> References: <200309251234.03152.scott@...77...> <200309271513.57545.gambas@...20...> Message-ID: <200309271044.46501.sourceforge-raindog2@...19...> On Saturday 27 September 2003 09:13, Benoit Minisini wrote: > Then I will put the sources in a CVS. All components will be > part of the source tree, or can be distributed separately as > Daniel Campos does when the component is in beta version. Is it possible to distribute components in precompiled form without needing to build a new Gambas compiler/interpreter? I was just thinking, once there's an SDL component, including it in the base Gambas package means Gambas then requires SDL, whereas there might be a way to make a "gambas-SDL" package as long as gambas doesn't need to be rebuilt for new components. Rob From danielcampos at ...47... Sat Sep 27 19:03:19 2003 From: danielcampos at ...47... (daniel) Date: 27 Sep 2003 19:03:19 +0200 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309271044.46501.sourceforge-raindog2@...19...> References: <200309251234.03152.scott@...77...> <200309271513.57545.gambas@...20...> <200309271044.46501.sourceforge-raindog2@...19...> Message-ID: <1064682198.2865.7.camel@...49...> El s?, 27-09-2003 a las 16:44, Rob escribi?: > On Saturday 27 September 2003 09:13, Benoit Minisini wrote: > > Then I will put the sources in a CVS. All components will be > > part of the source tree, or can be distributed separately as > > Daniel Campos does when the component is in beta version. > > Is it possible to distribute components in precompiled form > without needing to build a new Gambas compiler/interpreter? I > was just thinking, once there's an SDL component, including it > in the base Gambas package means Gambas then requires SDL, Well, Gambas does not need SDL, you have options in "configure" script to disable SDL, or any other component dependences, for example, when I compile Gambas, i use --disable-mysql-driver and --disable-pgsql-driver as I do not have that devel libraries installed. > whereas there might be a way to make a "gambas-SDL" package as > long as gambas doesn't need to be rebuilt for new components. I suppose when there's a stable API there will be two kind of packages: - Gambas package - Gambas-devel package with headers to compile "non-official" components. Distributing binaries packages is also possible, as components are libraries, but it has the same problem as other binary distributions: differences between gcc versions, c++ link issues,etc > > Rob > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From sourceforge-raindog2 at ...19... Sun Sep 28 01:22:51 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sat, 27 Sep 2003 19:22:51 -0400 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <1064682198.2865.7.camel@...49...> References: <200309251234.03152.scott@...77...> <200309271044.46501.sourceforge-raindog2@...19...> <1064682198.2865.7.camel@...49...> Message-ID: <200309271922.51141.sourceforge-raindog2@...19...> On Saturday 27 September 2003 13:03, daniel wrote: > > I was just thinking, once there's an SDL component, > > including it in the base Gambas package means Gambas then > > requires SDL, > > Well, Gambas does not need SDL, you have options in > "configure" script to disable SDL, or any other component > dependences, for example, when I compile Gambas, i use > --disable-mysql-driver and --disable-pgsql-driver as I do not > have that devel libraries installed. Let me rephrase that. If you include an SDL component in the base Gambas package, then for the 90% of the people out there who will be just installing Gambas out of a binary package to run some app, they will need to have SDL installed. People installing my Mandrake binary packages of Gambas need mysql and postgres both installed. To the bulk of Gambas' audience (ex-Windows people) there is no such thing as "compiling a program", so Gambas requires whatever was installed on the person's machine who built it, and if something wasn't installed, Gambas (as experienced by the end user) does not support that feature. I know a lot of you guys on the list are tarball bigots, but here you are on a list making it easier for Windows/VB programmers to develop Linux apps, so you have to understand that ultimately most end users are not going to be compiling Gambas or Gambas apps from source. :) > Distributing binaries packages is also possible, as > components are libraries, but it has the same problem as other > binary distributions: differences between gcc versions, c++ > link issues,etc Well, if you build an RPM of something, and it's installed on a copy of your operating system where the user never knew enough to build a new copy of gcc from source (outside the RPM system), etc, you'll simply never run into those problems. Same for Debian packages. Distributions like Lindows and Xandros don't even ship a compiler... So, back to my original question. Are gambas components like shared libraries/OCX's (drop them in a directory, do the equivalent of ldconfig/regsvr32 and gambas makes use of them) or does the whole source tree need to be recompiled if you just want to add a component? Rob From danielcampos at ...47... Sun Sep 28 11:47:58 2003 From: danielcampos at ...47... (daniel) Date: 28 Sep 2003 11:47:58 +0200 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309271922.51141.sourceforge-raindog2@...19...> References: <200309251234.03152.scott@...77...> <200309271044.46501.sourceforge-raindog2@...19...> <1064682198.2865.7.camel@...49...> <200309271922.51141.sourceforge-raindog2@...19...> Message-ID: <1064742478.2060.22.camel@...49...> > If you include an SDL component in the base Gambas package, then > for the 90% of the people out there who will be just installing > Gambas out of a binary package to run some app, they will need > to have SDL installed. People installing my Mandrake binary > packages of Gambas need mysql and postgres both installed. To > the bulk of Gambas' audience (ex-Windows people) there is no > such thing as "compiling a program", so Gambas requires whatever > was installed on the person's machine who built it, and if > something wasn't installed, Gambas (as experienced by the end > user) does not support that feature. I can't find any problem in that: if you want to install a Visual Basic program that uses some usual code like database access, you have to install dcom95 or dcom98 on some windows systems that doesn't have it by default, you have to update mdac default version by mdac2.5 or mdac2.6 or mdac2.7, depending on your program, even if you want to install Visual Basic itself, installation will "upgrade" your system installing Internet Explorer and other stuff. The only difference is that Gambas is still Alpha code, and there are not beautiful installers ready to do all for you... be patient, first versions of Kdevelop, by instance, were a hell to simply install documentation, now you can install Mandrake, SUSE or any other distribution, and if you select that package, you'll have all working by clicking two buttons... > > I know a lot of you guys on the list are tarball bigots, but here > you are on a list making it easier for Windows/VB programmers to > develop Linux apps, so you have to understand that ultimately > most end users are not going to be compiling Gambas or Gambas > apps from source. :) First : an stable version, then, packages, we're are not (yet) a thousand programmers at full-time, paid by Bill (Gates). I don't like to compile all that I want to install in my computer, and in fact, i've never compiled KDE or OpenOffice, but there was a time in which there was not any binary distribution of these programs! BTW : this is a good idea : somebody wants to work creating a standard installer for Gambas apps? as Gambas run on a "virtual machine" it is independient from Linux version and we could be not limited to rpm or deb... > > > Distributing binaries packages is also possible, as > > components are libraries, but it has the same problem as other > > binary distributions: differences between gcc versions, c++ > > link issues,etc > > Well, if you build an RPM of something, and it's installed on a > copy of your operating system where the user never knew enough > to build a new copy of gcc from source (outside the RPM system), > etc, you'll simply never run into those problems. Same for > Debian packages. Distributions like Lindows and Xandros don't > even ship a compiler... > > So, back to my original question. Are gambas components like > shared libraries/OCX's (drop them in a directory, do the > equivalent of ldconfig/regsvr32 and gambas makes use of them) or > does the whole source tree need to be recompiled if you just > want to add a component? > Of course, compile it in a computer with Gambas source (it is like having Visual Basic installed in a computer, but more cheap :), and you'll have a library and two additional files : "*.component" and ".info", that, if you want to compare it with VB, are like register files that you have to place in your filesystem, instead of windows registry, and any binary installer can do that. Regards, Daniel Campos > Rob > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From sourceforge-raindog2 at ...19... Sun Sep 28 17:29:14 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sun, 28 Sep 2003 11:29:14 -0400 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <1064742478.2060.22.camel@...49...> References: <200309251234.03152.scott@...77...> <200309271922.51141.sourceforge-raindog2@...19...> <1064742478.2060.22.camel@...49...> Message-ID: <200309281129.14694.sourceforge-raindog2@...19...> On Sunday 28 September 2003 05:47, daniel wrote: > First : an stable version, then, packages, we're are not (yet) > a thousand programmers at full-time, paid by Bill (Gates). I Oh, there are gambas packages available now, at least my packages for Mandrake for the last 6 months ;) I just wanted to make sure I could distribute a "gambas" package and then "gambas-mysql", "gambas-postgres", "gambas-SDL" etc.... the way it works in other languages like perl. I probably won't get to breaking components into separate packages for 0.70 though. > Of course, compile it in a computer with Gambas source (it is > like having Visual Basic installed in a computer, but more > cheap :), and you'll have a library and two additional files : > "*.component" and ".info", that, if you want to compare it > with VB, are like register files that you have to place in > your filesystem, instead of windows registry, and any binary > installer can do that. Thanks, that was all I needed to know. Sounds like I might be able to do it all with one spec file. (The idea of a Gambas installer tool is nice for operating systems with no packaging system, like, say, Slackware prior to 9.1, but it's not cool to install stuff outside the packaging system on machines where there is one...) Rob From RudyF at ...78... Sun Sep 28 20:56:02 2003 From: RudyF at ...78... (RudyFehren) Date: Sun, 28 Sep 2003 20:56:02 +0200 Subject: [Gambas-devel] New Member In-Reply-To: <1064682198.2865.7.camel@...49...> References: <200309251234.03152.scott@...77...> <200309271513.57545.gambas@...20...> <200309271044.46501.sourceforge-raindog2@...19...> <1064682198.2865.7.camel@...49...> Message-ID: <20030928205602.30c5718d.RudyF@...78...> On 27 Sep 2003 19:03:19 +0200 daniel wrote: > rg> On Saturday 27 September 2003 09:13, Benoit Minisini wrote: > > > Then I will put the sources in a CVS. All components will be > > > part of the source tree, or can be distributed separately as > > > Daniel Campos does when the component is in beta version. > > > Hallo at All from Germany, > > first please excuse my bad english my name is Rudy Fehren and I was a beginner > in the basic programming language, but I was still a person you likes linux, > as very much. > > Okay i have still programed little programms on the M$ BS in VBasic 6.0 and 5.0 > and I was a member of the VBACTIV Group,I like VisualBasic very much not a > alone the Syntax no all the IDE and so,its very easy to make nice Software with it. > > The point for me is still than VBasic is in the future realy dead under Microsoft. > Okay you can say it's gave VB NET but itis not the Basic Language for me. > Okay thats my Statement, i don't want to go to the NET or SUN One, no I was looking > for OPEN Projekts and OPEN Source. > > That was the point for me, and that is the point than I like" Linux" as so much > at few "puh" alonge time > I was looked for a Language as Basic under linux at a long Time. > > First I found KBasic but at this Time the proect stand still and it was only > Kde (and I don't like KDE my WM is ICEWIN is nice lite and fast). > Than I looked at HBasic ooh its still looked like my lovely VBASIC very interessting > Okay I put the Tarball on my (at this Time SuSE8.0) and hacked gzip and later tar > puted ./configue , make , makeinstall and so on, BUT HBasic don't like me. > Nothing runs okay , I looked in the configurationFiles and I was not make any mistakes. > Puh I don't understand this,"was I a stupid GUI ?" I think (a DAU) we sayed in German to > the stupids people on the PC. > > Okay than i go online and downloaded the newer version of the HBasic in tar.gz and > the same probs goes on and on. > Finaly I downloaded the rpms of the HBasic and the probs are the same. > > Than I goes to my PC and old Pentium III 933mhz with 128 mb RAM and make a backup of my > System (Windows 2000, Linux8.0, BeOS 5,03) and formating than all. > I goes and buy me at this time a SuSe 8.1 ad the Probs with HBasic are the same > I looked at the Internet no Answers about my prob. > I buy me an Update CD from the SuSe 8.1 and I mounted the CD and looked in there > and what a " WONDER!!! "I FOUND GAMBAS 0.40" as an RPM Package. > So I looked with the YAST and read Gambas was a a language and GUI as VBasic under M$ > > I Think WHOW That is it and I installed it with the YAST and its runs and runs. > I was very HAPPY and Gambas was a ALPHA but very stable okay I read the GAMBAS DOKU > and think that ist it that is it. > > This is the language that I still haven't found what I'm looking for (U2) > > Okay I started Gambas and play with it make a little programm (HelloWorld) > I think the first Time wen I started with VBASIC was not so easy, Gambas is > most better easylear you became in a short Time fine Results. > And The PDF DOKU its GREAT puh still GREAT. > > Than I think you have the version 0.40 put a newer Version and I goes online > and download The RPM for the SuSE 8.1 and installed it with rpm -i Gambas-043.i386 > on the shell. > > Than I typed gambas and what an error nothing goes the shell says puh I don't can say it in english > in german "Speicherzugriffsfehler." > > Okay I say its time to change your OS, and I installed Woody 3.0 DEb Linux but > what an error I have probs with my Intel PC 933. > > Okay Than it goes forward i was worry I looked in my Room and I see my CD'S , > and I found RedHat 8.0 and i installed it. > > Than I goes online and I downloaded the new Version 0.70a bz2 and > bunzip2 | tar | ./configure | make | make install and so on. > What can I say GAMBAS runs and runs and in GERMAN :)). > > That was my WAY to GAMBAS and my way to REDHAT 8.0 lite (""2 CDS"") ,I dont need RedHAT 9.0 my REDHAT is stable > you brecame all what you need to programing all gcc compilers ant so on mySQL and all Databases postgrel and > OBBC. > > All what you need > > AT the SuSE 8.1 personal there is no mysql and no compilers in c or c++ > I have not the money to by me the profeesional, I have at this time no job and I go > to the scool to learn IT-System-Electronics and so I have only 680 ? per month. > > But my perfession is to made good software in openSource and I saw a lot of Software > than you must payed a lot of money for it and very bad Results . > > Gambas is only ALPHA but what for a ALPHA VERSION. > > I hope I can help the Gambas Project , and I hope I can bring my VBASIC Programms on > GAMBAS. > > >>> Best WISHES for "ALL GAMBAS MEMBERS" from Germany >>> Rudy > > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > From danielcampos at ...47... Sun Sep 28 20:00:17 2003 From: danielcampos at ...47... (daniel) Date: 28 Sep 2003 20:00:17 +0200 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <200309281129.14694.sourceforge-raindog2@...19...> References: <200309251234.03152.scott@...77...> <200309271922.51141.sourceforge-raindog2@...19...> <1064742478.2060.22.camel@...49...> <200309281129.14694.sourceforge-raindog2@...19...> Message-ID: <1064772017.2127.11.camel@...49...> Just the only pending thing about this interesting conversation: - What would be a base distribution for Gambas? Of course anyboby could distribute Gambas compiler-interpreter, then gambas-sdl, then gambas-mysql, etc, but I think it's better to have a big...well, not big, just medium package with all common stuff (databases, network, may be multimedia ), so the user has not to care about multiple packages and dependencies, just download a binary for your distribution and you'll have a powerful environment available to create/execute programs. One of the problems I find each time I try to install a Gnome program, is that may be it depends on gnome-xxx which also depends on gnome-yyyy which also can not be installed unless you install gnome-zzzz, and so on, and finally some people abandon their efforts when they've downloaded 10 or more pieces of code (using a 56k modem)... To have separate packages is a good idea for beta components, or components that uses very specific stuff, but for general-pourpose components (for example, my networking component just calls glibc), I don't see any reason to distribute it as a separate complement. Regards, Daniel Campos El dom, 28-09-2003 a las 17:29, Rob escribi?: > On Sunday 28 September 2003 05:47, daniel wrote: > > First : an stable version, then, packages, we're are not (yet) > > a thousand programmers at full-time, paid by Bill (Gates). I > > Oh, there are gambas packages available now, at least my packages > for Mandrake for the last 6 months ;) I just wanted to make > sure I could distribute a "gambas" package and then > "gambas-mysql", "gambas-postgres", "gambas-SDL" etc.... the way > it works in other languages like perl. I probably won't get to > breaking components into separate packages for 0.70 though. > > > Of course, compile it in a computer with Gambas source (it is > > like having Visual Basic installed in a computer, but more > > cheap :), and you'll have a library and two additional files : > > "*.component" and ".info", that, if you want to compare it > > with VB, are like register files that you have to place in > > your filesystem, instead of windows registry, and any binary > > installer can do that. > > Thanks, that was all I needed to know. Sounds like I might be > able to do it all with one spec file. (The idea of a Gambas > installer tool is nice for operating systems with no packaging > system, like, say, Slackware prior to 9.1, but it's not cool to > install stuff outside the packaging system on machines where > there is one...) > > Rob > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From sourceforge-raindog2 at ...19... Mon Sep 29 01:30:01 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sun, 28 Sep 2003 19:30:01 -0400 Subject: [Gambas-devel] Component Miscellaneous In-Reply-To: <1064772017.2127.11.camel@...49...> References: <200309251234.03152.scott@...77...> <200309281129.14694.sourceforge-raindog2@...19...> <1064772017.2127.11.camel@...49...> Message-ID: <200309281930.01693.sourceforge-raindog2@...19...> On Sunday 28 September 2003 14:00, daniel wrote: > Just the only pending thing about this interesting > conversation: > - What would be a base distribution for Gambas? This is a decision that all languages of this type have to make, and it's an ongoing decision process as new components get written and apps using them become popular. > One of the problems I find each time I try to install a Gnome > program, is that may be it depends on gnome-xxx which also > depends on gnome-yyyy which also can not be installed unless > you install gnome-zzzz, and so on, and finally some people > abandon their efforts when they've downloaded 10 or more > pieces of code (using a 56k modem)... This is what I was thinking about, and in particular I used to have a lot of trouble with programs that needed SDL (this is a few years ago and there are no troubles like that anymore, but it got me thinking.) > To have separate packages is a good idea for beta components, > or components that uses very specific stuff, but for > general-pourpose components (for example, my networking > component just calls glibc), I don't see any reason to > distribute it as a separate complement. I agree that anything requiring no more than the compiler, interpreter and the IDE already require should certainly be part of the core package. This means at very least the qt, qt.ext and qt.editor components, plus your network component. I've been packaging mysql and postgres support as well, to date, though it seems to me I haven't ever tested it with postgres so I don't know whether it actually works using my package. :) But there will be more components in the future, and I think it's important that we address the kitchen sink problem before someone accuses us of being as bloated as an entire desktop environment like GNOME ;) Rob From gambas at ...20... Mon Sep 29 23:53:10 2003 From: gambas at ...20... (Benoit Minisini) Date: Mon, 29 Sep 2003 23:53:10 +0200 Subject: [Gambas-devel] New Member In-Reply-To: <20030928205602.30c5718d.RudyF@...78...> References: <200309251234.03152.scott@...77...> <1064682198.2865.7.camel@...49...> <20030928205602.30c5718d.RudyF@...78...> Message-ID: <200309292353.10621.gambas@...20...> Le Dimanche 28 Septembre 2003 20:56, RudyFehren a ?crit : > On 27 Sep 2003 19:03:19 +0200 > > daniel wrote: > > rg> On Saturday 27 September 2003 09:13, Benoit Minisini wrote: > > > > Then I will put the sources in a CVS. All components will be > > > > part of the source tree, or can be distributed separately as > > > > Daniel Campos does when the component is in beta version. > > > > Hallo at All from Germany, > > > > first please excuse my bad english my name is Rudy Fehren and I was a > > beginner in the basic programming language, but I was still a person you > > likes linux, as very much. > > > > ...... Hey ! What a beautiful story ! :-) -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Mon Sep 29 20:36:03 2003 From: danielcampos at ...45... (Daniel Campos) Date: 29 Sep 2003 20:36:03 +0200 Subject: [Gambas-devel] Just a license question... Message-ID: <1064860563.2054.7.camel@...49...> I'm was just thinking... Gambas is licensed under GPL, so it seems that no commercial "closed" program could be made with gambas, I mean, any Gambas program should be licensed under GPL, but by the other said, a program written in Gambas-Basic, is just interpreted by Gambas run-time, that is, it is not statically or dinamically linked with Gambas,instead, you run Gambas to make a program work: it is similar to Kaffe , you can run any java program, even it has a closed license. Of course it is matter of Beno?t, but just could know what's the situation about this.... Thanks, (by the way : components must be licensed under GPL as they use gambas.h) -- Daniel Campos