Re: [Gambas-user] Help Gambas2 on Mint15

2013-08-10 Thread Benoît Minisini
Le 10/08/2013 23:04, Pino Zollo a écrit : > Hi Benoit, > > Is there any chance to have qt4 suported on Gambas2 2.24.0 ? > > I really need to run Gambas2 old aplications on Mint15 MATE. > > I have tryed to install qt3, but without luck. > > Merci > > > Pino > No chance. There is no development

[Gambas-user] Help Gambas2 on Mint15

2013-08-10 Thread Pino Zollo
Hi Benoit, Is there any chance to have qt4 suported on Gambas2 2.24.0 ? I really need to run Gambas2 old aplications on Mint15 MATE. I have tryed to install qt3, but without luck. Merci Pino -- Get 100% visibili

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Tobias Boege wrote: > No tasks involved. > > I've got a minimal project working! It's not that I wasn't minded giving you > the real project but it isn't just more complex but also needs other > software installed and set up which I didn't want to bother you with. > > Finally

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Beno?t Minisini wrote: > Le 10/08/2013 17:33, Beno?t Minisini a ?crit : > > Le 10/08/2013 14:06, Tobias Boege a ?crit : > >> Hi Benoit, > >> > >> in a project I can reliably reproduce the following message: > >> > >> ** Oops! Internal error! ** > >> ** Cannot write signal #17 i

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Benoît Minisini
Le 10/08/2013 17:33, Benoît Minisini a écrit : > Le 10/08/2013 14:06, Tobias Boege a écrit : >> Hi Benoit, >> >> in a project I can reliably reproduce the following message: >> >> ** Oops! Internal error! ** >> ** Cannot write signal #17 into signal pipe: Bad file descriptor >> ** Program aborting.

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Benoît Minisini
Le 10/08/2013 14:06, Tobias Boege a écrit : > Hi Benoit, > > in a project I can reliably reproduce the following message: > > ** Oops! Internal error! ** > ** Cannot write signal #17 into signal pipe: Bad file descriptor > ** Program aborting. Sorry! :-( > ** Please send a bug report at gam...@user

Re: [Gambas-user] Updating Error in rev. 5781

2013-08-10 Thread Ru Vuott
Yes, Tobi, now it's ok. bye vuott Sab 10/8/13, Tobias Boege ha scritto: Oggetto: Re: [Gambas-user] Updating Error in rev. 5781 A: "mailing list for gambas users" Data: Sabato 10 agosto 2013, 10:23 On Sat, 10 Aug 2013, Ru Vuott wrote: > H

[Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
Hi Benoit, in a project I can reliably reproduce the following message: ** Oops! Internal error! ** ** Cannot write signal #17 into signal pipe: Bad file descriptor ** Program aborting. Sorry! :-( ** Please send a bug report at gam...@users.sourceforge.net Tough, I didn't succeed in isolating th

Re: [Gambas-user] mysql seach string contains single quote

2013-08-10 Thread Charlie Reinl
Am Samstag, den 10.08.2013, 00:02 -0700 schrieb bill-lancaster: > Have seen a couple of posts that refer to this but can't quite understand the > answer > > I have a database which conntains a string 'Queen's Head' > > so > hResult = hConn.Exec("SELECT contacts.* FROM contacts WHERE Title

Re: [Gambas-user] mysql seach string contains single quote

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Johny Provoost wrote: > > Op 10-08-13 09:02, bill-lancaster schreef: > > Have seen a couple of posts that refer to this but can't quite understand > > the > > answer > > > > I have a database which conntains a string 'Queen's Head' > > > > so > > hResult = hConn.Exec("

[Gambas-user] mysql seach string contains single quote

2013-08-10 Thread bill-lancaster
Johny, that's great. I spent more than an hour this morning on this. Thank you very much -- View this message in context: http://gambas.8142.n7.nabble.com/mysql-seach-string-contains-single-quote-tp42768p42772.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Updating Error in rev. 5781

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Ru Vuott wrote: > Hello, > > I was updating my Gambas-3 with rev. 5781, when I obtained this error: > > ** > > make[5]: Entering directory `/home/vuott/trunk/main/lib/data' > CC gb_data_la-main.lo > main.c:27:23: fatal error: c_avltree.h: No

Re: [Gambas-user] mysql seach string contains single quote

2013-08-10 Thread Johny Provoost
Op 10-08-13 09:02, bill-lancaster schreef: > Have seen a couple of posts that refer to this but can't quite understand the > answer > > I have a database which conntains a string 'Queen's Head' > > so > hResult = hConn.Exec("SELECT contacts.* FROM contacts WHERE Title = > 'Queen's Head'") >

Re: [Gambas-user] Another Best Approach Question: Statistics over an array of objects

2013-08-10 Thread Bruce
On Thu, 2013-08-08 at 13:21 +0200, Tobias Boege wrote: > On Thu, 08 Aug 2013, Tobias Boege wrote: > > Public Sub Analysis(iCat As Integer, aObjs As Object[]) As Analysis[] > > Dim aResult As New Analysis[] > > Dim hAnalysis As Analysis > > Dim sProp As String > > Dim hObject As Object > >

[Gambas-user] mysql seach string contains single quote

2013-08-10 Thread bill-lancaster
Have seen a couple of posts that refer to this but can't quite understand the answer I have a database which conntains a string 'Queen's Head' so hResult = hConn.Exec("SELECT contacts.* FROM contacts WHERE Title = 'Queen's Head'") produces an error. How best to solve this? -- View this