[Gambas-user] Gambas 3 revision 3762 doesn't compile!

2011-04-13 Thread Jussi Lahtinen
Hi! Need for full output of configure and make? gtools.cpp: In function ‘void gt_drawable_fill(GdkDrawable*, gColor, GdkGC*)’: gtools.cpp:1167: error: ‘gdk_window_get_width’ was not declared in this scope gtools.cpp:1168: error: ‘gdk_window_get_height’ was not declared in this scope make[4]: ***

Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-13 Thread Jeff Halverson
Sorry, I guess I over simplified my example and poorly explained it! Actually I was looking to be able to use a variable to change the field I look up in a result... In some cases, I was hoping to use a concatenated string to get various results from the database. It seems this has been answered

Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-13 Thread Jeff Halverson
Thanks, this is exactly what I was looking for. I knew there must be a way to do this and am suprised I missed the Results[String] formating option! Jeff H Tokyo On Wed, 2011-04-13 at 10:50 +0930, Bruce Bruen wrote: On Wednesday, April 13, 2011 09:21:05 AM Jeff Halverson wrote: I have

Re: [Gambas-user] Gambas 3 revision 3762 doesn't compile!

2011-04-13 Thread Laurent Carlier
Le mercredi 13 avril 2011 17:14:18, Jussi Lahtinen a écrit : Hi! Need for full output of configure and make? gtools.cpp: In function ‘void gt_drawable_fill(GdkDrawable*, gColor, GdkGC*)’: gtools.cpp:1167: error: ‘gdk_window_get_width’ was not declared in this scope gtools.cpp:1168:

Re: [Gambas-user] Serial with 9 databits

2011-04-13 Thread nando
Serial ports on computers can (usually) do 5,6,7,8 data bits. The 8250/16450/16550 serial chip doesn't have a way to do 9 bits This is unusual. What is it for? -- Original Message --- From: Jack jsc...@wanadoo.fr To: mailing list for gambas users gambas-user@lists.sourceforge.net

Re: [Gambas-user] Gambas 3 revision 3762 doesn't compile!

2011-04-13 Thread Laurent Carlier
Le mercredi 13 avril 2011 17:14:18, Jussi Lahtinen a écrit : Hi! Need for full output of configure and make? gtools.cpp: In function ‘void gt_drawable_fill(GdkDrawable*, gColor, GdkGC*)’: gtools.cpp:1167: error: ‘gdk_window_get_width’ was not declared in this scope gtools.cpp:1168:

Re: [Gambas-user] Should not we follow the ISO 8601 standard?

2011-04-13 Thread nando
My opinion: Gambas can store date format internally however Benoit decides. Here in North America, every uses MM-DD- This is a (human) standard here because we would say April 13, 2011 which is the same order. The Canadian government uses -MM-DD. If you have dates as a string for

Re: [Gambas-user] Gambas 3 revision 3762 doesn't compile!

2011-04-13 Thread Jussi Lahtinen
Works, thanks! Jussi On Wed, Apr 13, 2011 at 19:39, Laurent Carlier lordhea...@gmail.com wrote: Le mercredi 13 avril 2011 17:14:18, Jussi Lahtinen a écrit : Hi! Need for full output of configure and make? gtools.cpp: In function ‘void gt_drawable_fill(GdkDrawable*, gColor,

[Gambas-user] Freezing with exported classes!

2011-04-13 Thread Jussi Lahtinen
Hi! See attachment. Gambas 3 rev 3763 @ Ubuntu 10.10 64bit Jussi testi-0.0.1.tar.gz Description: GNU Zip compressed data -- Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key

Re: [Gambas-user] Freezing with exported classes!

2011-04-13 Thread Jussi Lahtinen
CSymbolInfo GetSignature Do If Not hClass.Parent Then Break *--- Happens here! For some reason .Parent gets name of class, don't understand why... * hClass = CComponent.GetClassDescription(hClass.ParentComponent / hClass.Parent) 'hClass =

Re: [Gambas-user] Freezing with exported classes!

2011-04-13 Thread Benoît Minisini
CSymbolInfo GetSignature Do If Not hClass.Parent Then Break *--- Happens here! For some reason .Parent gets name of class, don't understand why... * hClass = CComponent.GetClassDescription(hClass.ParentComponent / hClass.Parent) 'hClass =

[Gambas-user] Gambas Script

2011-04-13 Thread John Spikowski
What files / dependencies would be needed if I wanted to use gbs as a general purpose scripting language? I would like to use the MySQL and cURL extensions as well. (console mode utilities) -- Benefiting from