From pchapman at ...33... Sat Jul 12 16:58:45 2003 From: pchapman at ...33... (Philip A. Chapman) Date: 12 Jul 2003 09:58:45 -0500 Subject: [Gambas-devel] [Fwd: Re: [Gambas-user] Embedded Database] Message-ID: <1058021925.19113.1.camel@...34...> For the edification of others.... -----Forwarded Message----- > From: Benoit Minisini > To: Philip A. Chapman > Subject: Re: [Gambas-user] Embedded Database > Date: 12 Jul 2003 12:34:16 +0200 > > Le Jeudi 10 Juillet 2003 16:54, vous avez ?crit : > > On Wed, 2003-07-09 at 16:08, Benoit Minisini wrote: > > > Let's decide that all incorrect or unknown datatypes become String. > > > > That is acceptable. I will parse the strings which are provided from > > SQLite as datatype. If the data type word matches one defined by SQL97, > > I will translate it into the gambas native type. If it cannot be > > converted to the native type, I will raise an error. I feel the need to > > specify this since you can store any string value in a field no matter > > what the column type says. > > > > > It is not very important, as creating tables from the gb.db interface > > > implies a control from the driver - It transforms the table description > > > filled by the user into a SQL compliant CREATE TABLE statement. > > > > I respectfully disagree. I believe that this is important because the > > developer may want to A) use gambas to access a SQLite database created > > by a different program, such as the SQLite command line utility or B) > > create the tables in the database using embedded SQL (passing in a > > create statement) from within the application rather than Gambas' db > > interface. In such situations, Gambas has no control over what the > > datatype names are for the tables. I think that the above decision will > > help Gambas deal with this issue. > > Hmmm... You are right. But don't forget to cache the CREATE TABLE statement > analyze ! > > Don't hesitate to go on the devel mailing-list, because, this way, all the > explanations I will be able to give you, will be able to be read by other > people. (The mailing-lists are automatically archived, and can be browsed > with a search engine). > > Regards, > > > -- > Benoit Minisini > mailto:gambas at ...1... -- Philip A. Chapman Application Development: Java, Visual Basic, PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From eng_ak at ...43... Tue Jul 22 23:18:01 2003 From: eng_ak at ...43... (Ahmad Kamal) Date: Wed, 23 Jul 2003 00:18:01 +0300 Subject: [Gambas-devel] Re: SDL component In-Reply-To: <200307222002.16295.gambas@...20...> References: <3F1CF957.5050302@...43...> <3F1CF957.5050302@...43...> Message-ID: <5.1.0.14.2.20030723001512.038a81c0@...44...> Well, why don't you give us your opinion about the SDL component. BTW, I as talking about making the SDL sound components, not video, I/O, network, everything else.... That's a lot of work. Perhaps, we should make each one of these a separate component: (SDL_sound, SDL_network,....) Thnx At 09:02 PM 7/22/2003, you wrote: >OK. I have many ideas about SDL component, and I will tell you on the devel >mailing-list. > >Post a mail about SDL component on the DEVEL mailing-list, and I will answer >you. > >Regards, > >-- >Benoit Minisini >mailto:gambas at ...1... From danielcampos at ...45... Fri Jul 25 08:47:42 2003 From: danielcampos at ...45... (danielcampos at ...45...) Date: Fri, 25 Jul 2003 08:47:42 CEST Subject: [Gambas-devel] Tr: Re: Spanish translation for Database Manager Message-ID: ----Message r?exp?di?---- > >Le Jeudi 24 Juillet 2003 21:57, vous avez ?crit : >> Hi! >> >> Here's spanish translation for database manager. (I've renamed >> it as es_db.po) >> >> Apart from this, yesterday I was thinking to create a socket-component, >> may something like VB Winsock control, and i took a look at >> component-example in sources, but there's a thing that's a little >> confusing to me: >> >> If I want to send events from this socket-component should I use >> QT (graphical components), or can I do I without any graphical library? >> >> I didn't like to use graphical components because: >> >> 1) Sockets should be independent from graphical part. >> 2) I know a little about GTK but nothing about QT :) >> >> Thanks, > >Hi Daniel, > >I invite you going on the developer mailing-list so that we can talk about >that. Could you repost your mail there ? > >By talking through the mailing-list, we can share information about components >with other people ! > >Regards, > >-- >Beno?t Minisini >mailto:benoit.minisini at ...20... > ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,15 ? TTC/min) From sourceforge-raindog2 at ...19... Sun Jul 27 06:47:27 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Sun, 27 Jul 2003 00:47:27 -0400 Subject: [Gambas-devel] Tr: Re: Spanish translation for Database Manager In-Reply-To: References: Message-ID: <200307270047.27104.sourceforge-raindog2@...19...> Daniel and Benoit wrote: > >> If I want to send events from this socket-component should I use > >> QT (graphical components), or can I do I without any graphical library? > >> I didn't like to use graphical components because: > >> 1) Sockets should be independent from graphical part. > >> 2) I know a little about GTK but nothing about QT :) > >By talking through the mailing-list, we can share information about > > components with other people ! I had been thinking for some time about prototyping a socket component (client) by writing a Gambas library that wraps something like netcat. Then people could suggest changes here and on gambas-user to make it more usable as a general tool, and ultimately someone writing a real socket component would have documented ideas for how to implement their API, all ready to go. If you're interested in writing the socket component, I'd recommend this approach. And I definitely agree on point 1, because in my opinion anything that doesn't throw windows up on the screen should be independent of Qt and Gtk ;) Rob From nigel at ...2... Mon Jul 28 17:34:12 2003 From: nigel at ...2... (Nigel Gerrard) Date: Mon, 28 Jul 2003 16:34:12 +0100 Subject: [Gambas-devel] Socket Component Message-ID: <00cf01c3551d$cc79e920$000a0a0a@...46...> Benoit, I have been looking at a Socket component for Gambas for several weeks now..trying to fit it in between my day job which is still fairly hectic at the moment. Attached is a work in progress component ( with a basic server and client test program) which might be useful for some of the discussion that has been going on. There are several problems with it at the moment...especially around the server side using a timer for polling. There is also an issue with a warning message being displayed about 'allocations not being freed' - I believe it is probably due to NEW adding to the symbol list. Feedback will be useful on whether this can be used to move forward...I guess ultimately we are likely to want to use .NET (dotGNU and/or MONO...but I can't get my head around them at the moment.) Nigel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Socket.tar.gz Type: application/octet-stream Size: 7615 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Client.tar.gz Type: application/octet-stream Size: 926 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Server.tar.gz Type: application/octet-stream Size: 1614 bytes Desc: not available URL: From sourceforge-raindog2 at ...19... Mon Jul 28 17:50:27 2003 From: sourceforge-raindog2 at ...19... (Rob) Date: Mon, 28 Jul 2003 11:50:27 -0400 Subject: [Gambas-devel] Socket Component In-Reply-To: <00cf01c3551d$cc79e920$000a0a0a@...46...> References: <00cf01c3551d$cc79e920$000a0a0a@...46...> Message-ID: <200307281150.27691.sourceforge-raindog2@...19...> On Monday 28 July 2003 11:34, Nigel Gerrard wrote: > Feedback will be useful on whether this can be used to move forward...I > guess ultimately we are likely to want to use .NET (dotGNU and/or > MONO...but I can't get my head around them at the moment.) Which is just as well, because Benoit's already said in the FAQ that he doesn't want to target .NET. I don't know if you can write one component in .NET/.GNU/Mono without having the entire rest of the system have to be targeted to the VM as well. I saw that someone added "Will Gambas be compatible with Parrot?" to the FAQ on the wiki, as though that were different than Java or .NET somehow. I wonder if it would be possible for interested parties to translate Gambas bytecode to bytecode someday... but I personally don't see the need. Rob From blackwitch at ...47... Tue Jul 29 16:32:57 2003 From: blackwitch at ...47... (blackwitch) Date: 29 Jul 2003 16:32:57 +0200 Subject: [Gambas-devel] Re: Gambas-devel digest, Vol 1 #46 - 2 msgs In-Reply-To: References: Message-ID: <1059489177.2111.5.camel@...49...> Hi! As I receive a simple "Gambas-digest" (all messages merged in a simple file), now I am not able to extract from it the files about sockets. Could you resend it to me to my personal address? I have some multithreated code for sockets, and maybe it could help with the problems in the code you sent... Thanks danielcampos at ...45... El mar, 29-07-2003 a las 05:09, gambas-devel-request at lists.sourceforge.net escribi?: > Send Gambas-devel mailing list submissions to > gambas-devel at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-devel > or, via email, send a message with subject or body 'help' to > gambas-devel-request at lists.sourceforge.net > > You can reach the person managing the list at > gambas-devel-admin at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gambas-devel digest..." > > > Today's Topics: > > 1. Socket Component (Nigel Gerrard) > 2. Re: Socket Component (Rob) > > --__--__-- > > Message: 1 > From: "Nigel Gerrard" > To: "gambas-dev" > Date: Mon, 28 Jul 2003 16:34:12 +0100 > Subject: [Gambas-devel] Socket Component > Reply-To: gambas-devel at lists.sourceforge.net > > This is a multi-part message in MIME format. > > ------=_NextPart_000_00CB_01C35526.13D043C0 > Content-Type: multipart/alternative; > boundary="----=_NextPart_001_00CC_01C35526.13D043C0" > > > ------=_NextPart_001_00CC_01C35526.13D043C0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Benoit, > > I have been looking at a Socket component for Gambas for several weeks = > now..trying to fit it in between my day job which is still fairly hectic = > at the moment. > > Attached is a work in progress component ( with a basic server and = > client test program) which might be useful for some of the discussion = > that has been going on. There are several problems with it at the = > moment...especially around the server side using a timer for polling. = > There is also an issue with a warning message being displayed about = > 'allocations not being freed' - I believe it is probably due to NEW = > adding to the symbol list. > > Feedback will be useful on whether this can be used to move forward...I = > guess ultimately we are likely to want to use .NET (dotGNU and/or = > MONO...but I can't get my head around them at the moment.) > > > Nigel > > ------=_NextPart_001_00CC_01C35526.13D043C0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > > > charset=3Diso-8859-1"> > > > > >
Benoit,
>
 
>
I have been looking at a Socket = > component for=20 > Gambas for several weeks now..trying to fit it in between my day job = > which is=20 > still fairly hectic at the moment.
>
 
>
Attached is a work in progress = > component ( with a=20 > basic server and client test program) which might be useful for some of = > the=20 > discussion that has been going on.  There are several problems with = > it at=20 > the moment...especially around the server side using a timer for = > polling. =20 > There is also an issue with a warning message being displayed about = > 'allocations=20 > not being freed' - I believe it is probably due to NEW adding to the = > symbol=20 > list.
>
 
>
Feedback will be useful on whether this = > can be used=20 > to move forward...I guess ultimately we are likely to want to use .NET = > (dotGNU=20 > and/or MONO...but I can't get my head around them at the = > moment.)
>
 
>
 
>
Nigel
> > ------=_NextPart_001_00CC_01C35526.13D043C0-- > > ------=_NextPart_000_00CB_01C35526.13D043C0 > Content-Type: application/octet-stream; > name="Socket.tar.gz" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; > filename="Socket.tar.gz" > > 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 > > ------=_NextPart_000_00CB_01C35526.13D043C0 > Content-Type: application/octet-stream; > name="Client.tar.gz" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; > filename="Client.tar.gz" > > H4sIAAw8JT8AA+1XW2/iOBjl2b/CYh8mlaKMnRvMQx5KCx00lKkgnXafRiFxmWwh7jimlx31v+/n > kEAKYfvUjnblIyHbn+3zXRIfB+vjQCzPozSz4kWU5623AKGE+K7bIoCO771oAdR17BbpdCi1Hc93 > wU5dQu0WJm8SzQ5WuYwExq1szoSIRHJo3Wvz/1F8wGfRchbluHj8+CZdMHRx2RsNT3A85fEtk/h4 > itc9hKbhcQgz5YLpZQ+rV8c4QqfDc7x8GnCxVMtVixCuLAEe969w+Z5tzNb0B39AqD8+RahG2FtJ > yTPn+8kijW+BGW/iWNNUoWA8HODx17Catk54lrFYGmH/Oux9vbYt1TFxOaTF8AiHn/tj2As4Z3ke > zZnVF4ILo30SZRmXuGRpK8cQ2nBQLD4QpbuJch1OLdLL0ajB11UksjSbG+0xLxMpHAEm/fByMq45 > 3U9wmJfBscRoSqRGLnFcLT3goKF+C56zRuKdCql1L+pz6CHSenkqN1OWJYZ8lKq1QvYojw5tt5ur > a51GMpqwKHl6EeyHi8lwHOK2msVCTeMbLooeFKW9XgR+Jyy+L/zCU6oYlc2oZVQE9LtP5vvA2ug/ > VGv5Nj5e1X8P+h2/Y9vE9ZWdOr5Ptf6/B/6o9L9Q6gHIP6YWQehXpddrMQcx4PfM8D75pueYLiHq > p05MeZKMdqEIPS4SJmB8lWYJf7AG6SNLwP4Llye+WH8Mh7I4jwWn7ZrwvE3HJ6bvrsXqJelzQaBs > o2jGFnTb3ZIQk9rwc4HL3+EoVQxLkFyIoEZZqlTZbskUlU26Ju26kOYO3Q5HqSjNedm+W+TVsQ/n > VWpdQxBd01H5NAUBLll6z5rKYzeXx3a7/16ekjLZ4ezxR1p1tnxABnSebTq7mY14HC1+8Fzu89iN > PJ7fTOQB9srk7JXJhv0QTHe/RvWbvM7hNnIomiaSzWX3jJ7/j1eC9dG6E/wvKNTb+XhF/4njOZX+ > 045HlP7DUOv/e2Cj/xfrt2B7BZSGAD7CWCbRFMokV3dB9RkP4/g2cNE3JvKUZwGxiEXR8UryYRYL > toQ9gSJhIx4l0BulMyjfUzCfWT9lfZSvP+inWXQX8jORJgFF6q9B1QX7ddAt2j+hLQQm/Zspyiib > r0C7ApZ9P+uhL4zdnbLZaj7MbjhMgwBIwRcXqxl8RsL4d5daQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0ND > Q0PjXfAPTyPkewAoAAA= > > ------=_NextPart_000_00CB_01C35526.13D043C0 > Content-Type: application/octet-stream; > name="Server.tar.gz" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; > filename="Server.tar.gz" > > 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 > SiqppJJK+iX0H8jxbWgAKAAA > > ------=_NextPart_000_00CB_01C35526.13D043C0-- > > > > --__--__-- > > Message: 2 > From: Rob > To: gambas-devel at lists.sourceforge.net > Subject: Re: [Gambas-devel] Socket Component > Date: Mon, 28 Jul 2003 11:50:27 -0400 > Reply-To: gambas-devel at lists.sourceforge.net > > On Monday 28 July 2003 11:34, Nigel Gerrard wrote: > > Feedback will be useful on whether this can be used to move forward...I > > guess ultimately we are likely to want to use .NET (dotGNU and/or > > MONO...but I can't get my head around them at the moment.) > > Which is just as well, because Benoit's already said in the FAQ that he=20 > doesn't want to target .NET. I don't know if you can write one component= > in=20 > =2ENET/.GNU/Mono without having the entire rest of the system have to be=20 > targeted to the VM as well. > > I saw that someone added "Will Gambas be compatible with Parrot?" to the = > FAQ=20 > on the wiki, as though that were different than Java or .NET somehow. I=20 > wonder if it would be possible for interested parties to translate Gambas= > =20 > bytecode to bytecode someday... but I personally=20 > don't see the need. > > Rob > > > > > --__--__-- > > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > > End of Gambas-devel Digest From gambas at ...20... Tue Jul 29 21:51:31 2003 From: gambas at ...20... (Benoit Minisini) Date: Tue, 29 Jul 2003 21:51:31 +0200 Subject: [Gambas-devel] Socket Component In-Reply-To: <00cf01c3551d$cc79e920$000a0a0a@...46...> References: <00cf01c3551d$cc79e920$000a0a0a@...46...> Message-ID: <200307292151.31309.gambas@...20...> Le Lundi 28 Juillet 2003 17:34, Nigel Gerrard a ?crit : > Benoit, > > I have been looking at a Socket component for Gambas for several weeks > now..trying to fit it in between my day job which is still fairly hectic at > the moment. > > Attached is a work in progress component ( with a basic server and client > test program) which might be useful for some of the discussion that has > been going on. There are several problems with it at the > moment...especially around the server side using a timer for polling. > There is also an issue with a warning message being displayed about > 'allocations not being freed' - I believe it is probably due to NEW adding > to the symbol list. > > Feedback will be useful on whether this can be used to move forward...I > guess ultimately we are likely to want to use .NET (dotGNU and/or > MONO...but I can't get my head around them at the moment.) > > > Nigel Here is what I thought about a network component. I imagined one component for connecting to a socket as a client, and one other component to let a application becoming a server. As you quickly noticed, Nigel, there is a polling problem. You have a Gambas API function named "GB.Watch" that tells the interpreter that he must watch a file descriptor. Search "GB_Watch" (yes, with an underscore) in "CProcess.c". This "client" component will almost be the same as your Socket component. 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). The Gambas programmer will have nothing to do. As simple as possible ! I quickly looked your socket component, and there are problems, but it is just a lack of information about how to make components. When the Gambas API documention will be finished, everything will be easier to program and understand of course ! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...20... Tue Jul 29 22:08:53 2003 From: gambas at ...20... (Benoit Minisini) Date: Tue, 29 Jul 2003 22:08:53 +0200 Subject: [Gambas-devel] Re: SDL component In-Reply-To: <5.1.0.14.2.20030723001512.038a81c0@...44...> References: <3F1CF957.5050302@...43...> <5.1.0.14.2.20030723001512.038a81c0@...44...> Message-ID: <200307292208.53569.gambas@...20...> Le Mardi 22 Juillet 2003 23:18, Ahmad Kamal a ?crit : > Well, why don't you give us your opinion about the SDL component. BTW, I as > talking about making the SDL sound components, not video, I/O, network, > everything else.... That's a lot of work. Perhaps, we should make each one > of these a separate component: (SDL_sound, SDL_network,....) > > Thnx It's exactly what I thought. I think the more interesting is the SDL sound part + SDL_mixer library, to add a multi-track sound system to a gambas program. The problem is that this sound component must be compatible with the event loop management of the qt component. Something to study... The other problem is to create a easy interface to the SDL functions, not just use them directly. It is a matter of design thinking... -- Benoit Minisini mailto:gambas at ...1... From Gambasfr at ...4... Tue Jul 29 23:25:58 2003 From: Gambasfr at ...4... (Fabien BODARD) Date: Tue, 29 Jul 2003 23:25:58 +0200 Subject: [Gambas-devel] Gambas Logo Message-ID: <200307292325.58537.Gambasfr@...4...> Hi to all I write today about gambas and his logo... I've designed the current one about one year ago... but... Now, Gambas, must to have something more modern. So, i've started to learn, Blender design. Blender, because, i think it's the more advenced GPL 3D designer. (If you have other suggest...say it !) But, i think, some help, while be welcome to won some time. I've trying, to desing my gambas... But i've a lack of knowledge. I wan't to re-use my 2D logo to make a 3D one in the same idea. After, we'll can make, pretty and funny animation for the gambas compagnon. And, gambas can have a look more professionnal. If you want to help me... Send me a mail ! Fabien Bodard From Gambasfr at ...4... Tue Jul 29 23:15:14 2003 From: Gambasfr at ...4... (Fabien BODARD) Date: Tue, 29 Jul 2003 23:15:14 +0200 Subject: [Gambas-devel] Gambas Logo Message-ID: <200307292315.14691.Gambasfr@...4...> Hi to all I write today about gambas and his logo... I've designed the current one about one year ago... but... Now, Gambas, must to have something more modern. So, i've started to learn, Blender design. Blender, because, i think it's the more advenced GPL 3D designer. (If you have other suggest...say it !) But, i think, some help, while be welcome to won some time. I've trying, to desing my gambas... But i've a lack of knowledge. I wan't to re-use my 2D logo to make a 3D one in the same idea. After, we'll can make, pretty and funny animation for the gambas compagnon. And, gambas can have a look more professionnal. If you want to help me... Send me a mail ! Fabien Bodard From eng_ak at ...43... Wed Jul 30 08:47:24 2003 From: eng_ak at ...43... (Ahmad Kamal) Date: Wed, 30 Jul 2003 09:47:24 +0300 Subject: [Gambas-devel] Re: SDL component In-Reply-To: <200307292208.53569.gambas@...20...> References: <3F1CF957.5050302@...43...> <5.1.0.14.2.20030723001512.038a81c0@...44...> <200307292208.53569.gambas@...20...> Message-ID: <3F2769FC.5090801@...43...> An HTML attachment was scrubbed... URL: