Re: [Gambas-user] gbs3: Capitalised keywords

2014-07-23 Thread Tobias Boege
On Wed, 23 Jul 2014, Beno?t Minisini wrote: > Le 23/07/2014 22:37, Tobias Boege a ?crit : > > Hi Benoit, > > > > occasionally I find myself writing Gambas scripts and what bothers me a > > little is that the USE keyword must be typed in uppercase letters, not > > capitalised like all the other ones

Re: [Gambas-user] DnsClient example: never ever use _free(), right?

2014-07-23 Thread Benoît Minisini
Le 23/07/2014 23:12, Tobias Boege a écrit : > Hi, > > our Gambas book has DnsClient on top of its schedule now as it seems. So I > looked at the DnsClient example -- for the first time I guess. I found one > thing in Form_Close() which surprised me (there is actually only one thing > in there): the

[Gambas-user] DnsClient example: never ever use _free(), right?

2014-07-23 Thread Tobias Boege
Hi, our Gambas book has DnsClient on top of its schedule now as it seems. So I looked at the DnsClient example -- for the first time I guess. I found one thing in Form_Close() which surprised me (there is actually only one thing in there): the use of DnsClient._free(). I always thought you would

Re: [Gambas-user] gbs3: Capitalised keywords

2014-07-23 Thread Benoît Minisini
Le 23/07/2014 22:37, Tobias Boege a écrit : > Hi Benoit, > > occasionally I find myself writing Gambas scripts and what bothers me a > little is that the USE keyword must be typed in uppercase letters, not > capitalised like all the other ones since Gambas 3. Maybe you can replace > "=" with "==" w

[Gambas-user] gbs3: Capitalised keywords

2014-07-23 Thread Tobias Boege
Hi Benoit, occasionally I find myself writing Gambas scripts and what bothers me a little is that the USE keyword must be typed in uppercase letters, not capitalised like all the other ones since Gambas 3. Maybe you can replace "=" with "==" where appropriate so that the keyword style can be the s

Re: [Gambas-user] Get structure from extern function?

2014-07-23 Thread Jesus
El 23/07/14 21:46, CJ escribió: > > Just wanted to say thanks! With Benoît's helpfull pointers and some more > reading/digging I managed to sort out the issue I had with Gambas 3 and > Free Pascal. > > Let me know if there are any general interest and I will post a simple demo. > > /CJ Oh, please

Re: [Gambas-user] Get structure from extern function?

2014-07-23 Thread CJ
Just wanted to say thanks! With Benoît's helpfull pointers and some more reading/digging I managed to sort out the issue I had with Gambas 3 and Free Pascal. Let me know if there are any general interest and I will post a simple demo. /CJ ---

[Gambas-user] New demo with Gambas

2014-07-23 Thread Jack
Hello, Here you will find a new demo called Raster. To work it requires a development version equal to or greater than the revision # 6389 because the program uses a Window.Screenshot () method -- Cordialement Jacky Tripoteau ---