Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread emanuele sottocorno
Thanks to all, everything works fine now. Also the Tables.Indexes.Add Emanuele -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Laurent Carlier
Le jeudi 16 septembre 2010 12:52:08, Benoît Minisini a écrit : > > > Le jeudi 16 septembre 2010 09:52:15, emanuele sottocorno a écrit : > > > > Hi Benoît, > > > > thanks for the answer. > > > > I'm trying to install rev 3223 bat make fails with error: > > > > > > > > SDLfont.cpp:222: error: ‘TTF_S

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Benoît Minisini
> > Le jeudi 16 septembre 2010 09:52:15, emanuele sottocorno a écrit : > > > Hi Benoît, > > > thanks for the answer. > > > I'm trying to install rev 3223 bat make fails with error: > > > > > > SDLfont.cpp:222: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in > > > this scope > > > SDLfont.cpp:

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Benoît Minisini
> Le jeudi 16 septembre 2010 09:52:15, emanuele sottocorno a écrit : > > Hi Benoît, > > thanks for the answer. > > I'm trying to install rev 3223 bat make fails with error: > > > > SDLfont.cpp:222: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in > > this scope > > SDLfont.cpp:225: error: ‘TTF

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Laurent Carlier
Le jeudi 16 septembre 2010 09:52:15, emanuele sottocorno a écrit : > Hi Benoît, > thanks for the answer. > I'm trying to install rev 3223 bat make fails with error: > > SDLfont.cpp:222: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in this > scope > SDLfont.cpp:225: error: ‘TTF_STYLE_STRIKETHR

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread emanuele sottocorno
Hi Benoît, thanks for the answer. I'm trying to install rev 3223 bat make fails with error: SDLfont.cpp:222: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in this scope SDLfont.cpp:225: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in this scope SDLfont.cpp: In member function ‘bool SDLfon

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-15 Thread Benoît Minisini
> Signal #11 error is raised running the following procedure: > > DIM hConn AS NEW Connection > DIM hResult AS Result > DIM sAziende AS String > DIM SCriteria AS String = "ulogin=&1" > DIM sParameter AS String = "emanuele" > WITH hConn > .Host = "azienda" > .Port = "5432" >

[Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-15 Thread emanuele sottocorno
Signal #11 error is raised running the following procedure: DIM hConn AS NEW Connection DIM hResult AS Result DIM sAziende AS String DIM SCriteria AS String = "ulogin=&1" DIM sParameter AS String = "emanuele" WITH hConn .Host = "azienda" .Port = "5432" .Type = "postgresql"