From karl.reinl at ...9... Sun Mar 2 23:38:49 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 02 Mar 2003 23:38:49 +0100 Subject: [Gambas-user] Last.Tag on grouped Radiobuttons Message-ID: <3E6287F9.1020102@...9...> Salut Benoit, me again, have changed this ? Before , i'm realy shure, Last.tag returned the tag of the last clicked Button. Now the return value is the last owner of the value TRUE. amicalement Charlie From narsinghsahu at ...83... Thu Mar 6 12:31:12 2003 From: narsinghsahu at ...83... (=?iso-8859-1?q?Narsingh=20Sahu?=) Date: Thu, 6 Mar 2003 11:31:12 +0000 (GMT) Subject: [Gambas-user] Gambas 0.45 make install errors Message-ID: <20030306113112.51169.qmail@...84...> Dear list members, I run Debian unstable on my system. I downloaded gambas 0.45 and tried to install. The configuration initially was a problem as it was not able to resolve the path to postgresql libraries and include files. After giving the path of the resources the configure script worked. The make script also went well with no complaints. However when I tried to do "make install" it showed errors at the end - complaining that "Cannot load library '/opt/gambas/lib/lib.gb.qt.la': /opt/gambas/lib/lib.gb.qt.so.0: undefined symbol: _ZN7QObject5eventEP6QEvent". I am using Qt 3.1.1 . What am I missing? Can anyone guide? Thanks, -- narsingh (narsinghsahu at ...83...) ________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com From girardhenri at ...67... Thu Mar 6 14:13:42 2003 From: girardhenri at ...67... (Henri Girard) Date: Thu, 6 Mar 2003 14:13:42 +0100 Subject: [Gambas-user] Gambas 0.45 make install errors References: <20030306113112.51169.qmail@...84...> Message-ID: I have the same problem execept gambas can't find "qteditor" I am using the last qt 3.2 ----- Original Message ----- From: "Narsingh Sahu" To: Sent: Thursday, March 06, 2003 12:31 PM Subject: [Gambas-user] Gambas 0.45 make install errors > Dear list members, > I run Debian unstable on my system. I downloaded > gambas 0.45 and tried to install. The configuration > initially was a problem as it was not able to resolve > the path to postgresql libraries and include files. > After giving the path of the resources the configure > script worked. The make script also went well with no > complaints. However when I tried to do "make install" > it showed errors at the end - complaining that "Cannot > load library '/opt/gambas/lib/lib.gb.qt.la': > /opt/gambas/lib/lib.gb.qt.so.0: undefined symbol: > _ZN7QObject5eventEP6QEvent". I am using Qt 3.1.1 . > > What am I missing? Can anyone guide? > > Thanks, > > -- narsingh (narsinghsahu at ...83...) > > > > ________________________________________________________________________ > Missed your favourite TV serial last night? Try the new, Yahoo! TV. > visit http://in.tv.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From karl.reinl at ...9... Thu Mar 6 21:58:54 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 06 Mar 2003 21:58:54 +0100 Subject: [Gambas-user] LinDiff & LinPatch Message-ID: <3E67B68E.3010706@...9...> Salut, this two programms work together, you can make a diff-file (only for one File not for a directory) with LinDiff and after with LinPatch you can patch the older file. Attention: Try it to find out, i'm not shure to have understood all. Make you example files and try it. amicalement Charlie PS: If you find mistakes in my languages module. Correct them, make a diff - file and send it me back. -------------- next part -------------- A non-text attachment was scrubbed... Name: LinDiff.tar.gz Type: application/x-tar Size: 43973 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: LinPatch.tar.gz Type: application/x-tar Size: 31576 bytes Desc: not available URL: From tommybear at ...85... Fri Mar 7 14:29:16 2003 From: tommybear at ...85... (Thomas Mayer) Date: Sat, 8 Mar 2003 00:29:16 +1100 Subject: [Gambas-user] Getting components recognized Message-ID: <200303080029.16236.tommybear@...85...> Hi guys, I've built a test component (C/C++) just like the lib.qt one and now I want GamBas to recognize it, how is this done? Tom. From gambas at ...1... Fri Mar 7 21:08:49 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 21:08:49 +0100 Subject: [Gambas-user] IDE Find & Replace In-Reply-To: <3E5E7F40.7070007@...9...> References: <3E5E7F40.7070007@...9...> Message-ID: <200303072108.49467.gambas@...1...> Le Jeudi 27 F?vrier 2003 22:12, Charlie a ?crit : > Salut Benoit, > > Find & Replace works very fine, but I found something. > Search in 'Project' > Case sensitive is not choosen. > Word only is not choosen. > Find = 'diff' > Replace = 'patch' > > He finds 'diff' and 'Diff', but he replaces only the 'diff'. > Try it on a copy of LinDiff. > > > amicalement > Charlie > > Yes, it is a bug... I have planned to a complete rewrite of the FFind form in the IDE. I think there is other bugs... ;-) Regards, -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Fri Mar 7 21:22:29 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 7 Mar 2003 21:22:29 +0100 Subject: [Gambas-user] provide a gambas program Message-ID: <200303072111.01209@...24...> hi gambiistis, how can i provide/publish a gambas program? even if i make an executable, the machine on which the program should run, needs a gambas interpreter, right? do i just add the gbx-file? thanks for any hint beste gruesse jochen p.s.: i told you that the essener linux user group would like to hear something about gambas. i decided to do that. i will need to tell something about the inner structure of gambas ... so - be warned of lots of questions in the next future ;-) From jochen.georges at ...22... Fri Mar 7 21:10:57 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 7 Mar 2003 21:10:57 +0100 Subject: [Gambas-user] lib.gb.qt.kde.la Message-ID: <200303072108.30891@...24...> hi gambasians, i installed gambas0.45 and tried to run the example program "Scripting". But gambas throws the following error: cannot open project file Scripting cannot load library /../gambas/lib/lib.gb.qt.kde.la ??? thanks for any hint beste gruesse jochen From gambas at ...1... Fri Mar 7 22:05:30 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:05:30 +0100 Subject: [Gambas-user] Last.Tag on grouped Radiobuttons In-Reply-To: <3E6287F9.1020102@...9...> References: <3E6287F9.1020102@...9...> Message-ID: <200303072205.30725.gambas@...1...> Le Dimanche 2 Mars 2003 23:38, Charlie a ?crit : > Salut Benoit, > > me again, have changed this ? > Before , i'm realy shure, Last.tag returned the tag of the last clicked > Button. > Now the return value is the last owner of the value TRUE. > > amicalement > Charlie > > > LAST returns the control that raised the last event. For example, SUB MyButton_Click() PRINT LAST ' Here, it is MyButton ShowModalDialog ' Show a modal dialog PRINT LAST ' Here, LAST has changed, because of the modal dialog END Did you confused with that ? Or is your problem something else ? Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 7 22:06:03 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:06:03 +0100 Subject: [Gambas-user] Gambas 0.45 make install errors In-Reply-To: <20030306113112.51169.qmail@...84...> References: <20030306113112.51169.qmail@...84...> Message-ID: <200303072206.03579.gambas@...1...> Le Jeudi 6 Mars 2003 12:31, Narsingh Sahu a ?crit : > Dear list members, > I run Debian unstable on my system. I downloaded > gambas 0.45 and tried to install. The configuration > initially was a problem as it was not able to resolve > the path to postgresql libraries and include files. > After giving the path of the resources the configure > script worked. The make script also went well with no > complaints. However when I tried to do "make install" > it showed errors at the end - complaining that "Cannot > load library '/opt/gambas/lib/lib.gb.qt.la': > /opt/gambas/lib/lib.gb.qt.so.0: undefined symbol: > _ZN7QObject5eventEP6QEvent". I am using Qt 3.1.1 . > > What am I missing? Can anyone guide? > > Thanks, > > -- narsingh (narsinghsahu at ...83...) > I didn't test gambas with qt >= 3.1 yet. Sorry ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 7 22:07:05 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:07:05 +0100 Subject: [Gambas-user] Gambas 0.45 make install errors In-Reply-To: References: <20030306113112.51169.qmail@...84...> Message-ID: <200303072207.05868.gambas@...1...> Le Jeudi 6 Mars 2003 14:13, Henri Girard a ?crit : > I have the same problem execept gambas can't find "qteditor" I am using the > last qt 3.2 Is it "qteditor.*" or "qeditor.*" that is missing ? (See your last post) -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 7 22:08:00 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:08:00 +0100 Subject: [Gambas-user] Getting components recognized In-Reply-To: <200303080029.16236.tommybear@...85...> References: <200303080029.16236.tommybear@...85...> Message-ID: <200303072208.00965.gambas@...1...> Le Vendredi 7 Mars 2003 14:29, Thomas Mayer a ?crit : > Hi guys, > > I've built a test component (C/C++) just like the lib.qt one and now I want > GamBas to recognize it, how is this done? > > Tom. > > I'm waiting for you on the devel mailing-list... You will get your answer there... ;-) -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 7 22:14:12 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:14:12 +0100 Subject: [Gambas-user] HOW TO PUBLISH A GAMBAS PROGRAM ? Message-ID: <200303072214.12237.gambas@...1...> 1) TO RUN A GAMBAS PROGRAM ON A LINUX BOX: You must install and compile the gambas source package. It is the simplest way at the moment. 2) TO PUBLISH A GAMBAS PROGRAM: Just make an executable and publish it. And don't forget to make a tar.gz archive of your sources if you make a free program ! 3) !!!!!!!! BE CAREFUL !!!!!!!!! As Gambas is an alpha program, its instruction code may change without warning, introducing incompatibility between versions : a program compiled with gambas-0.45 don't run with gambas-0.20. The contrary can be true ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 7 22:14:35 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 7 Mar 2003 22:14:35 +0100 Subject: [Gambas-user] lib.gb.qt.kde.la In-Reply-To: <200303072108.30891@...24...> References: <200303072108.30891@...24...> Message-ID: <200303072214.35119.gambas@...1...> Le Vendredi 7 Mars 2003 21:10, Jochen Georges a ?crit : > hi gambasians, > > i installed gambas0.45 and tried to run the example program > "Scripting". > But gambas throws the following error: > > cannot open project file Scripting > cannot load library /../gambas/lib/lib.gb.qt.kde.la > > ??? > > thanks for any hint > > beste gruesse > jochen > Did you compile the KDE component ? -- Beno?t Minisini mailto:gambas at ...1... From girardhenri at ...67... Fri Mar 7 22:22:18 2003 From: girardhenri at ...67... (Henri Girard) Date: Fri, 7 Mar 2003 22:22:18 +0100 Subject: [Gambas-user] Gambas 0.45 make install errors References: <20030306113112.51169.qmail@...84...> <200303072207.05868.gambas@...1...> Message-ID: sorry... it's qeditor (with shared library search in local src ...) ----- Original Message ----- From: "Beno?t Minisini" To: Sent: Friday, March 07, 2003 10:07 PM Subject: Re: [Gambas-user] Gambas 0.45 make install errors Le Jeudi 6 Mars 2003 14:13, Henri Girard a ?crit : > I have the same problem execept gambas can't find "qteditor" I am using the > last qt 3.2 Is it "qteditor.*" or "qeditor.*" that is missing ? (See your last post) -- Beno?t Minisini mailto:gambas at ...1... ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Fri Mar 7 23:02:00 2003 From: girardhenri at ...67... (Henri Girard) Date: Fri, 7 Mar 2003 23:02:00 +0100 Subject: [Gambas-user] ??? References: <200303072214.12237.gambas@...1...> Message-ID: Here is my last compilation... Mandrake rc2 9.1 (rpm) postgresql 7.3.2 qt3.1.1 need help :) Henri make[5]: Entering directory `/root/soft/gambas-0.45/src/lib/db/postgresql' /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -I/usr/inc lude/pgsl -pipe -Wall -g -O0 -c main.cgcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -I/u sr/include/pgsl -pipe -Wall -g -O0 -c main.c -fPIC -DPIC -o main.lo main.c:32:22: libpq-fe.h: No such file or directory main.c:33:22: postgres.h: No such file or directory main.c:34:21: pg_type.h: No such file or directory main.c:47: parse error before '*' token main.c: In function `check_result': main.c:49: `res' undeclared (first use in this function) main.c:49: (Each undeclared identifier is reported only once main.c:49: for each function it appears in.) main.c:52: `TRUE' undeclared (first use in this function) main.c:55: warning: implicit declaration of function `PQresultStatus' main.c:57: `PGRES_COMMAND_OK' undeclared (first use in this function) main.c:58: `PGRES_TUPLES_OK' undeclared (first use in this function) main.c:59: `FALSE' undeclared (first use in this function) main.c:62: `err' undeclared (first use in this function) main.c:63: warning: implicit declaration of function `PQresultErrorMessage' main.c:64: warning: implicit declaration of function `PQclear' main.c: At top level: main.c:72: parse error before "type" main.c: In function `conv_type': main.c:74: `type' undeclared (first use in this function) main.c:76: `BOOLOID' undeclared (first use in this function) main.c:80: `INT2OID' undeclared (first use in this function) main.c:81: `INT4OID' undeclared (first use in this function) main.c:84: `NUMERICOID' undeclared (first use in this function) main.c:85: `FLOAT4OID' undeclared (first use in this function) main.c:86: `FLOAT8OID' undeclared (first use in this function) main.c:89: `ABSTIMEOID' undeclared (first use in this function) main.c:90: `RELTIMEOID' undeclared (first use in this function) main.c:91: `DATEOID' undeclared (first use in this function) main.c:92: `TIMEOID' undeclared (first use in this function) main.c:93: `TIMESTAMPOID' undeclared (first use in this function) main.c:102: `CHAROID' undeclared (first use in this function) main.c:103: `BPCHAROID' undeclared (first use in this function) main.c:104: `VARCHAROID' undeclared (first use in this function) main.c:105: `TEXTOID' undeclared (first use in this function) main.c:106: `NAMEOID' undeclared (first use in this function) main.c:107: `BYTEAOID' undeclared (first use in this function) main.c:108: `CASHOID' undeclared (first use in this function) main.c: At top level: main.c:118: parse error before "Oid" main.c: In function `conv_data': main.c:124: `type' undeclared (first use in this function) main.c:126: `BOOLOID' undeclared (first use in this function) main.c:128: `val' undeclared (first use in this function) main.c:129: `data' undeclared (first use in this function) main.c:133: `INT2OID' undeclared (first use in this function) main.c:134: `INT4OID' undeclared (first use in this function) main.c:143: `NUMERICOID' undeclared (first use in this function) main.c:144: `FLOAT4OID' undeclared (first use in this function) main.c:145: `FLOAT8OID' undeclared (first use in this function) main.c:154: `ABSTIMEOID' undeclared (first use in this function) main.c:155: `RELTIMEOID' undeclared (first use in this function) main.c:156: `DATEOID' undeclared (first use in this function) main.c:157: `TIMEOID' undeclared (first use in this function) main.c:158: `TIMESTAMPOID' undeclared (first use in this function) main.c:206: `CHAROID' undeclared (first use in this function) main.c:207: `BPCHAROID' undeclared (first use in this function) main.c:208: `VARCHAROID' undeclared (first use in this function) main.c:209: `TEXTOID' undeclared (first use in this function) main.c:210: `NAMEOID' undeclared (first use in this function) main.c:211: `BYTEAOID' undeclared (first use in this function) main.c:212: `CASHOID' undeclared (first use in this function) main.c: In function `open_database': main.c:240: `PGconn' undeclared (first use in this function) main.c:240: `conn' undeclared (first use in this function) main.c:241: `PGresult' undeclared (first use in this function) main.c:241: `res' undeclared (first use in this function) main.c:244: warning: implicit declaration of function `PQsetdbLogin' main.c:252: warning: implicit declaration of function `PQstatus' main.c:252: `CONNECTION_BAD' undeclared (first use in this function) main.c:254: warning: implicit declaration of function `PQerrorMessage' main.c:255: warning: implicit declaration of function `PQfinish' main.c:259: warning: implicit declaration of function `PQexec' main.c:262: `PGRES_COMMAND_OK' undeclared (first use in this function) main.c: In function `close_database': main.c:286: `PGconn' undeclared (first use in this function) main.c:286: `conn' undeclared (first use in this function) main.c:286: parse error before ')' token main.c: In function `format_value': main.c:326: `TRUE' undeclared (first use in this function) main.c:367: `FALSE' undeclared (first use in this function) main.c: In function `exec_query': main.c:389: `PGconn' undeclared (first use in this function) main.c:389: `conn' undeclared (first use in this function) main.c:389: parse error before ')' token main.c:390: `PGresult' undeclared (first use in this function) main.c:390: `res' undeclared (first use in this function) main.c:396: `TRUE' undeclared (first use in this function) main.c:401: `FALSE' undeclared (first use in this function) main.c: In function `query_init': main.c:422: `PGresult' undeclared (first use in this function) main.c:422: `res' undeclared (first use in this function) main.c:422: parse error before ')' token main.c:424: warning: implicit declaration of function `PQntuples' main.c:426: warning: implicit declaration of function `PQnfields' main.c: In function `query_release': main.c:443: `PGresult' undeclared (first use in this function) main.c:443: parse error before ')' token main.c: In function `query_fill': main.c:465: `PGresult' undeclared (first use in this function) main.c:465: `res' undeclared (first use in this function) main.c:465: parse error before ')' token main.c:472: warning: implicit declaration of function `PQgetvalue' main.c:472: warning: assignment makes pointer from integer without a cast main.c:477: warning: implicit declaration of function `PQgetisnull' main.c:478: warning: implicit declaration of function `PQftype' main.c: In function `field_name': main.c:498: warning: implicit declaration of function `PQfname' main.c:498: `PGresult' undeclared (first use in this function) main.c:498: parse error before ')' token main.c: In function `field_index': main.c:515: warning: implicit declaration of function `PQfnumber' main.c:515: `PGresult' undeclared (first use in this function) main.c:515: parse error before ')' token main.c: In function `field_type': main.c:532: `PGresult' undeclared (first use in this function) main.c:532: parse error From karl.reinl at ...9... Fri Mar 7 23:22:47 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 07 Mar 2003 23:22:47 +0100 Subject: [Gambas-user] Last.Tag on grouped Radiobuttons References: <3E6287F9.1020102@...9...> <200303072205.30725.gambas@...1...> Message-ID: <3E691BB7.6060808@...9...> Beno?t Minisini schrieb: >Le Dimanche 2 Mars 2003 23:38, Charlie a ?crit : > > >>Salut Benoit, >> >>me again, have changed this ? >>Before , i'm realy shure, Last.tag returned the tag of the last clicked >>Button. >>Now the return value is the last owner of the value TRUE. >> >>amicalement >>Charlie >> >> >> >> >> > >LAST returns the control that raised the last event. > >For example, > >SUB MyButton_Click() > > PRINT LAST ' Here, it is MyButton > > ShowModalDialog ' Show a modal dialog > > PRINT LAST ' Here, LAST has changed, because of the modal dialog > >END > >Did you confused with that ? Or is your problem something else ? > >Regards, > Salut Benoit, yes I think, ( and I can read it below) I wasn't exect in my explication. My problem is: 3 Radiobuttons on a form, grouped in rbCompress, each has a tag 'no' , 'z' and 'j' so each time I click into one of them, rbCompress_Click raise. here the code '------------------------------------------------ PUBLIC SUB rbCompress_Click() sCompress = LAST.tag SELECT CASE sCompress CASE "no" lblExt.text = ".tar" sCompress = "" CASE "z" lblExt.text = ".tar.gz" CASE "j" lblExt.text = ".tar.bz2" END SELECT makeTarget() END '------------------------------------------------ PRIVATE SUB makeTarget() sTarget = txtTarget.text & txtFile.text & lblExt.text END '------------------------------------------------ in gambas-0.44 when rbCompress_Click raises the LAST.tag was the tag of the Radiobutton I clicked into. Now the LAST.tag passed to sCompress is the tag of the last owner of one of the tree Radiobuttons which value was TRUE. I attache you targamb where I have this problem, look what happend at rbCompress_Click. This is the project where I aske you for using your Console example. Attation: even if you have tricked out the Radiobuttons and choosen the compress format you want, the programm freez some times after executing the 'tar' call, the commands shown on the 'Console' are not yet in the right order, and the prompt raised with prossec_error is lined up in own line. hope my explications are better now ? amicalemant Charlie P.S. the targamb.tar.gz is made by him self. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: targamb.tar.gz Type: application/x-tar Size: 39118 bytes Desc: not available URL: From lmorselli at ...86... Sat Mar 8 19:15:03 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 08 Mar 2003 13:15:03 -0500 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 Message-ID: <1047147247.1890.24.camel@...37...> I just discovered that the segmentation fault of Gambas editor on my mandrake 9 and R.H.8.0a was due to Nvidia accelerated drivers v.1.0-4191. I installed an older version (0.9-769) and now it works. Here is the debugger output: Starting program: /opt/gambas/bin/gbx Preloading gb.qt Preloading gb.qt.editor Preloading gb.qt.ext Program received signal SIGSEGV, Segmentation fault. 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 #1 0x40a11c0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 0x4038ec36 in qt_init_internal(int*, char**, _XDisplay*, unsigned long, uns #3 0x4038f99e in qt_init(int*, char**, QApplication::Type) () from /usr/lib/qt3/lib/libqt-mt.so.3 #4 0x403f614b in QApplication::QApplication(int&, char**) () from /usr/lib/qt3/lib/libqt-mt.so.3 #5 0x401c7d73 in my_main (argc=0xbffff710, argv=0xbffff764) at main.cpp:199 #6 0x08067c11 in main (argc=1, argv=0xbffff764) at gbx.c:215 #7 0x40062082 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) Also, i had to make this link to compile Gambas on red hat: ln -s /usr/include/pgsql/server/catalog/pg_type.h /usr/include/pgsql/server/ I hope this will be useful. -- Lorenzo Morselli http://spazioinwind.libero.it/lmorselli/ From Gambasfr at ...11... Sat Mar 8 16:25:54 2003 From: Gambasfr at ...11... (Fabien) Date: Sat, 8 Mar 2003 16:25:54 +0100 Subject: [Gambas-user] lib.gb.qt.kde.la In-Reply-To: <200303072214.35119.gambas@...1...> References: <200303072108.30891@...24...> <200303072214.35119.gambas@...1...> Message-ID: <200303081625.54308.Gambasfr@...11...> Le Vendredi 7 Mars 2003 22:14, Beno?t Minisini a ?crit : > Le Vendredi 7 Mars 2003 21:10, Jochen Georges a ?crit : > > hi gambasians, > > > > i installed gambas0.45 and tried to run the example program > > "Scripting". > > But gambas throws the following error: > > > > cannot open project file Scripting > > cannot load library /../gambas/lib/lib.gb.qt.kde.la > > > > ??? > > > > thanks for any hint > > > > beste gruesse > > jochen > > Did you compile the KDE component ? salut just do ./configure --enable-kde-component fabien From jochen.georges at ...22... Sat Mar 8 23:18:43 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Sat, 8 Mar 2003 23:18:43 +0100 Subject: [Gambas-user] HOW TO PUBLISH A GAMBAS PROGRAM ? In-Reply-To: <200303072214.12237.gambas@...1...> References: <200303072214.12237.gambas@...1...> Message-ID: <200303082315.57479@...24...> On Friday 07 March 2003 22:14, Beno?t Minisini wrote: > 1) TO RUN A GAMBAS PROGRAM ON A LINUX BOX: > > You must install and compile the gambas source package. > It is the simplest way at the moment. hi benoit, even if it is difficult, is there a possibility to run a gambas program on a linux box, which has got no gambas installed? if no - will this possibility exist? thanks for your answer beste gruesse jochen From Gambasfr at ...11... Sun Mar 9 15:59:44 2003 From: Gambasfr at ...11... (Fabien) Date: Sun, 9 Mar 2003 15:59:44 +0100 Subject: [Gambas-user] HOW TO PUBLISH A GAMBAS PROGRAM ? In-Reply-To: <200303082315.57479@...24...> References: <200303072214.12237.gambas@...1...> <200303082315.57479@...24...> Message-ID: <200303091559.44393.Gambasfr@...11...> Le Samedi 8 Mars 2003 23:18, Jochen Georges a ?crit : > On Friday 07 March 2003 22:14, Beno?t Minisini wrote: > > 1) TO RUN A GAMBAS PROGRAM ON A LINUX BOX: > > > > You must install and compile the gambas source package. > > It is the simplest way at the moment. > > hi benoit, > even if it is difficult, is there a possibility to run a gambas > program on a linux box, which has got no gambas installed? > > if no - will this possibility exist? > > thanks for your answer > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user hi jochen a Gambas program is compiled in a PCode like VB and as vb need a VBRun.DLL, Gambas need his runtime. You must to make a link to the gambas package for your consummer. and they must to compile it before use your compilated program. Fabien A Good Project Will be an installer for the distributed program... No? But this program need gambas... In the future maybe gambas can be distribute in the linux distrib.... We can dream, we are free. From gambas at ...1... Mon Mar 10 14:58:03 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 10 Mar 2003 14:58:03 +0100 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 In-Reply-To: <1047147247.1890.24.camel@...37...> References: <1047147247.1890.24.camel@...37...> Message-ID: <200303101458.03688.gambas@...1...> Le Samedi 8 Mars 2003 19:15, Lorenzo Morselli a ?crit : > I just discovered that the segmentation fault of Gambas editor on my > mandrake 9 and R.H.8.0a was due to Nvidia accelerated drivers > v.1.0-4191. > > I installed an older version (0.9-769) and now it works. > > Here is the debugger output: > > Starting program: /opt/gambas/bin/gbx > Preloading gb.qt > Preloading gb.qt.editor > Preloading gb.qt.ext > > Program received signal SIGSEGV, Segmentation fault. > 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > (gdb) bt > #0 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #1 0x40a11c0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > #2 0x4038ec36 in qt_init_internal(int*, char**, _XDisplay*, unsigned > long, uns > #3 0x4038f99e in qt_init(int*, char**, QApplication::Type) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0x403f614b in QApplication::QApplication(int&, char**) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x401c7d73 in my_main (argc=0xbffff710, argv=0xbffff764) at > main.cpp:199 > #6 0x08067c11 in main (argc=1, argv=0xbffff764) at gbx.c:215 > #7 0x40062082 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > > > > Also, i had to make this link to compile Gambas on red hat: > > ln -s /usr/include/pgsql/server/catalog/pg_type.h > /usr/include/pgsql/server/ > > I hope this will be useful. Thank you Lorenzo, I will try to correct the ./configure script so that it detect correctly postgresql paths on redhat. As for the NVidia driver problem, I have no solution. It may be a bug that prevents their driver to be loaded at runtime, as gambas does. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 10 14:59:27 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 10 Mar 2003 14:59:27 +0100 Subject: [Gambas-user] HOW TO PUBLISH A GAMBAS PROGRAM ? In-Reply-To: <200303091559.44393.Gambasfr@...11...> References: <200303072214.12237.gambas@...1...> <200303082315.57479@...24...> <200303091559.44393.Gambasfr@...11...> Message-ID: <200303101459.27773.gambas@...1...> Le Dimanche 9 Mars 2003 15:59, Fabien a ?crit : > Le Samedi 8 Mars 2003 23:18, Jochen Georges a ?crit : > > On Friday 07 March 2003 22:14, Beno?t Minisini wrote: > > > 1) TO RUN A GAMBAS PROGRAM ON A LINUX BOX: > > > > > > You must install and compile the gambas source package. > > > It is the simplest way at the moment. > > > > hi benoit, > > even if it is difficult, is there a possibility to run a gambas > > program on a linux box, which has got no gambas installed? > > > > if no - will this possibility exist? > > > > thanks for your answer > > > > beste gruesse > > jochen > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > > debugger for complex code. Debugging C/C++ programs can leave you feeling > > lost and disoriented. TotalView can help you find your way. Available on > > major UNIX and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > hi jochen > > a Gambas program is compiled in a PCode like VB and as vb need a VBRun.DLL, > Gambas need his runtime. You must to make a link to the gambas package for > your consummer. > and they must to compile it before use your compilated program. > > Fabien > > A Good Project Will be an installer for the distributed program... No? > > But this program need gambas... In the future maybe gambas can be > distribute in the linux distrib.... We can dream, we are free. > > There will be an installer when gambas 1.0 will be out, not before ;-) -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 10 15:00:53 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 10 Mar 2003 15:00:53 +0100 Subject: [Gambas-user] ??? In-Reply-To: References: <200303072214.12237.gambas@...1...> Message-ID: <200303101500.53598.gambas@...1...> Le Vendredi 7 Mars 2003 23:02, Henri Girard a ?crit : > Here is my last compilation... Mandrake rc2 9.1 (rpm) postgresql 7.3.2 > qt3.1.1 > need help :) > Henri > > make[5]: Entering directory `/root/soft/gambas-0.45/src/lib/db/postgresql' > /bin/sh ../../../../libtool --mode=compile > gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/usr/inc lude/pgsl -pipe -Wall -g -O0 -c > main.cgcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/u sr/include/pgsl -pipe -Wall -g -O0 -c main.c -fPIC -DPIC -o main.lo > main.c:32:22: libpq-fe.h: No such file or directory > main.c:33:22: postgres.h: No such file or directory > main.c:34:21: pg_type.h: No such file or directory > main.c:47: parse error before '*' token > main.c: In function `check_result': > main.c:49: `res' undeclared (first use in this function) > main.c:49: (Each undeclared identifier is reported only once > main.c:49: for each function it appears in.) > main.c:52: `TRUE' undeclared (first use in this function) > main.c:55: warning: implicit declaration of function `PQresultStatus' > main.c:57: `PGRES_COMMAND_OK' undeclared (first use in this function) > main.c:58: `PGRES_TUPLES_OK' undeclared (first use in this function) > main.c:59: `FALSE' undeclared (first use in this function) > main.c:62: `err' undeclared (first use in this function) > main.c:63: warning: implicit declaration of function `PQresultErrorMessage' > main.c:64: warning: implicit declaration of function `PQclear' > main.c: At top level: > main.c:72: parse error before "type" > main.c: In function `conv_type': > main.c:74: `type' undeclared (first use in this function) > main.c:76: `BOOLOID' undeclared (first use in this function) > main.c:80: `INT2OID' undeclared (first use in this function) > main.c:81: `INT4OID' undeclared (first use in this function) > main.c:84: `NUMERICOID' undeclared (first use in this function) > main.c:85: `FLOAT4OID' undeclared (first use in this function) > main.c:86: `FLOAT8OID' undeclared (first use in this function) > main.c:89: `ABSTIMEOID' undeclared (first use in this function) > main.c:90: `RELTIMEOID' undeclared (first use in this function) > main.c:91: `DATEOID' undeclared (first use in this function) > main.c:92: `TIMEOID' undeclared (first use in this function) > main.c:93: `TIMESTAMPOID' undeclared (first use in this function) > main.c:102: `CHAROID' undeclared (first use in this function) > main.c:103: `BPCHAROID' undeclared (first use in this function) > main.c:104: `VARCHAROID' undeclared (first use in this function) > main.c:105: `TEXTOID' undeclared (first use in this function) > main.c:106: `NAMEOID' undeclared (first use in this function) > main.c:107: `BYTEAOID' undeclared (first use in this function) > main.c:108: `CASHOID' undeclared (first use in this function) > main.c: At top level: > main.c:118: parse error before "Oid" > main.c: In function `conv_data': > main.c:124: `type' undeclared (first use in this function) > main.c:126: `BOOLOID' undeclared (first use in this function) > main.c:128: `val' undeclared (first use in this function) > main.c:129: `data' undeclared (first use in this function) > main.c:133: `INT2OID' undeclared (first use in this function) > main.c:134: `INT4OID' undeclared (first use in this function) > main.c:143: `NUMERICOID' undeclared (first use in this function) > main.c:144: `FLOAT4OID' undeclared (first use in this function) > main.c:145: `FLOAT8OID' undeclared (first use in this function) > main.c:154: `ABSTIMEOID' undeclared (first use in this function) > main.c:155: `RELTIMEOID' undeclared (first use in this function) > main.c:156: `DATEOID' undeclared (first use in this function) > main.c:157: `TIMEOID' undeclared (first use in this function) > main.c:158: `TIMESTAMPOID' undeclared (first use in this function) > main.c:206: `CHAROID' undeclared (first use in this function) > main.c:207: `BPCHAROID' undeclared (first use in this function) > main.c:208: `VARCHAROID' undeclared (first use in this function) > main.c:209: `TEXTOID' undeclared (first use in this function) > main.c:210: `NAMEOID' undeclared (first use in this function) > main.c:211: `BYTEAOID' undeclared (first use in this function) > main.c:212: `CASHOID' undeclared (first use in this function) > main.c: In function `open_database': > main.c:240: `PGconn' undeclared (first use in this function) > main.c:240: `conn' undeclared (first use in this function) > main.c:241: `PGresult' undeclared (first use in this function) > main.c:241: `res' undeclared (first use in this function) > main.c:244: warning: implicit declaration of function `PQsetdbLogin' > main.c:252: warning: implicit declaration of function `PQstatus' > main.c:252: `CONNECTION_BAD' undeclared (first use in this function) > main.c:254: warning: implicit declaration of function `PQerrorMessage' > main.c:255: warning: implicit declaration of function `PQfinish' > main.c:259: warning: implicit declaration of function `PQexec' > main.c:262: `PGRES_COMMAND_OK' undeclared (first use in this function) > main.c: In function `close_database': > main.c:286: `PGconn' undeclared (first use in this function) > main.c:286: `conn' undeclared (first use in this function) > main.c:286: parse error before ')' token > main.c: In function `format_value': > main.c:326: `TRUE' undeclared (first use in this function) > main.c:367: `FALSE' undeclared (first use in this function) > main.c: In function `exec_query': > main.c:389: `PGconn' undeclared (first use in this function) > main.c:389: `conn' undeclared (first use in this function) > main.c:389: parse error before ')' token > main.c:390: `PGresult' undeclared (first use in this function) > main.c:390: `res' undeclared (first use in this function) > main.c:396: `TRUE' undeclared (first use in this function) > main.c:401: `FALSE' undeclared (first use in this function) > main.c: In function `query_init': > main.c:422: `PGresult' undeclared (first use in this function) > main.c:422: `res' undeclared (first use in this function) > main.c:422: parse error before ')' token > main.c:424: warning: implicit declaration of function `PQntuples' > main.c:426: warning: implicit declaration of function `PQnfields' > main.c: In function `query_release': > main.c:443: `PGresult' undeclared (first use in this function) > main.c:443: parse error before ')' token > main.c: In function `query_fill': > main.c:465: `PGresult' undeclared (first use in this function) > main.c:465: `res' undeclared (first use in this function) > main.c:465: parse error before ')' token > main.c:472: warning: implicit declaration of function `PQgetvalue' > main.c:472: warning: assignment makes pointer from integer without a cast > main.c:477: warning: implicit declaration of function `PQgetisnull' > main.c:478: warning: implicit declaration of function `PQftype' > main.c: In function `field_name': > main.c:498: warning: implicit declaration of function `PQfname' > main.c:498: `PGresult' undeclared (first use in this function) > main.c:498: parse error before ')' token > main.c: In function `field_index': > main.c:515: warning: implicit declaration of function `PQfnumber' > main.c:515: `PGresult' undeclared (first use in this function) > main.c:515: parse error before ')' token > main.c: In function `field_type': > main.c:532: `PGresult' undeclared (first use in this function) > main.c:532: parse error > The /usr/include/pqsl path seems to be very strange ! Did they change the location of Postgresql includes on Mandrake 9.1 ? -- Beno?t Minisini mailto:gambas at ...1... From girardhenri at ...67... Mon Mar 10 17:32:27 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 10 Mar 2003 17:32:27 +0100 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 References: <1047147247.1890.24.camel@...37...> <200303101458.03688.gambas@...1...> Message-ID: Does that mean if one doesn't use rh 8 it's no use to try to compile gambas ? ----- Original Message ----- From: "Beno?t Minisini" To: Sent: Monday, March 10, 2003 2:58 PM Subject: Re: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 Le Samedi 8 Mars 2003 19:15, Lorenzo Morselli a ?crit : > I just discovered that the segmentation fault of Gambas editor on my > mandrake 9 and R.H.8.0a was due to Nvidia accelerated drivers > v.1.0-4191. > > I installed an older version (0.9-769) and now it works. > > Here is the debugger output: > > Starting program: /opt/gambas/bin/gbx > Preloading gb.qt > Preloading gb.qt.editor > Preloading gb.qt.ext > > Program received signal SIGSEGV, Segmentation fault. > 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > (gdb) bt > #0 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #1 0x40a11c0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > #2 0x4038ec36 in qt_init_internal(int*, char**, _XDisplay*, unsigned > long, uns > #3 0x4038f99e in qt_init(int*, char**, QApplication::Type) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0x403f614b in QApplication::QApplication(int&, char**) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x401c7d73 in my_main (argc=0xbffff710, argv=0xbffff764) at > main.cpp:199 > #6 0x08067c11 in main (argc=1, argv=0xbffff764) at gbx.c:215 > #7 0x40062082 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > > > > Also, i had to make this link to compile Gambas on red hat: > > ln -s /usr/include/pgsql/server/catalog/pg_type.h > /usr/include/pgsql/server/ > > I hope this will be useful. Thank you Lorenzo, I will try to correct the ./configure script so that it detect correctly postgresql paths on redhat. As for the NVidia driver problem, I have no solution. It may be a bug that prevents their driver to be loaded at runtime, as gambas does. Regards, -- Beno?t Minisini mailto:gambas at ...1... ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Mon Mar 10 17:33:51 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 10 Mar 2003 17:33:51 +0100 Subject: [Gambas-user] ??? References: <200303072214.12237.gambas@...1...> <200303101500.53598.gambas@...1...> Message-ID: OK.. don't take the previous message... I don't know if they change it on other version as I didn't try at that time.. ----- Original Message ----- From: "Beno?t Minisini" To: Sent: Monday, March 10, 2003 3:00 PM Subject: Re: [Gambas-user] ??? Le Vendredi 7 Mars 2003 23:02, Henri Girard a ?crit : > Here is my last compilation... Mandrake rc2 9.1 (rpm) postgresql 7.3.2 > qt3.1.1 > need help :) > Henri > > make[5]: Entering directory `/root/soft/gambas-0.45/src/lib/db/postgresql' > /bin/sh ../../../../libtool --mode=compile > gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/usr/inc lude/pgsl -pipe -Wall -g -O0 -c > main.cgcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/u sr/include/pgsl -pipe -Wall -g -O0 -c main.c -fPIC -DPIC -o main.lo > main.c:32:22: libpq-fe.h: No such file or directory > main.c:33:22: postgres.h: No such file or directory > main.c:34:21: pg_type.h: No such file or directory > main.c:47: parse error before '*' token > main.c: In function `check_result': > main.c:49: `res' undeclared (first use in this function) > main.c:49: (Each undeclared identifier is reported only once > main.c:49: for each function it appears in.) > main.c:52: `TRUE' undeclared (first use in this function) > main.c:55: warning: implicit declaration of function `PQresultStatus' > main.c:57: `PGRES_COMMAND_OK' undeclared (first use in this function) > main.c:58: `PGRES_TUPLES_OK' undeclared (first use in this function) > main.c:59: `FALSE' undeclared (first use in this function) > main.c:62: `err' undeclared (first use in this function) > main.c:63: warning: implicit declaration of function `PQresultErrorMessage' > main.c:64: warning: implicit declaration of function `PQclear' > main.c: At top level: > main.c:72: parse error before "type" > main.c: In function `conv_type': > main.c:74: `type' undeclared (first use in this function) > main.c:76: `BOOLOID' undeclared (first use in this function) > main.c:80: `INT2OID' undeclared (first use in this function) > main.c:81: `INT4OID' undeclared (first use in this function) > main.c:84: `NUMERICOID' undeclared (first use in this function) > main.c:85: `FLOAT4OID' undeclared (first use in this function) > main.c:86: `FLOAT8OID' undeclared (first use in this function) > main.c:89: `ABSTIMEOID' undeclared (first use in this function) > main.c:90: `RELTIMEOID' undeclared (first use in this function) > main.c:91: `DATEOID' undeclared (first use in this function) > main.c:92: `TIMEOID' undeclared (first use in this function) > main.c:93: `TIMESTAMPOID' undeclared (first use in this function) > main.c:102: `CHAROID' undeclared (first use in this function) > main.c:103: `BPCHAROID' undeclared (first use in this function) > main.c:104: `VARCHAROID' undeclared (first use in this function) > main.c:105: `TEXTOID' undeclared (first use in this function) > main.c:106: `NAMEOID' undeclared (first use in this function) > main.c:107: `BYTEAOID' undeclared (first use in this function) > main.c:108: `CASHOID' undeclared (first use in this function) > main.c: At top level: > main.c:118: parse error before "Oid" > main.c: In function `conv_data': > main.c:124: `type' undeclared (first use in this function) > main.c:126: `BOOLOID' undeclared (first use in this function) > main.c:128: `val' undeclared (first use in this function) > main.c:129: `data' undeclared (first use in this function) > main.c:133: `INT2OID' undeclared (first use in this function) > main.c:134: `INT4OID' undeclared (first use in this function) > main.c:143: `NUMERICOID' undeclared (first use in this function) > main.c:144: `FLOAT4OID' undeclared (first use in this function) > main.c:145: `FLOAT8OID' undeclared (first use in this function) > main.c:154: `ABSTIMEOID' undeclared (first use in this function) > main.c:155: `RELTIMEOID' undeclared (first use in this function) > main.c:156: `DATEOID' undeclared (first use in this function) > main.c:157: `TIMEOID' undeclared (first use in this function) > main.c:158: `TIMESTAMPOID' undeclared (first use in this function) > main.c:206: `CHAROID' undeclared (first use in this function) > main.c:207: `BPCHAROID' undeclared (first use in this function) > main.c:208: `VARCHAROID' undeclared (first use in this function) > main.c:209: `TEXTOID' undeclared (first use in this function) > main.c:210: `NAMEOID' undeclared (first use in this function) > main.c:211: `BYTEAOID' undeclared (first use in this function) > main.c:212: `CASHOID' undeclared (first use in this function) > main.c: In function `open_database': > main.c:240: `PGconn' undeclared (first use in this function) > main.c:240: `conn' undeclared (first use in this function) > main.c:241: `PGresult' undeclared (first use in this function) > main.c:241: `res' undeclared (first use in this function) > main.c:244: warning: implicit declaration of function `PQsetdbLogin' > main.c:252: warning: implicit declaration of function `PQstatus' > main.c:252: `CONNECTION_BAD' undeclared (first use in this function) > main.c:254: warning: implicit declaration of function `PQerrorMessage' > main.c:255: warning: implicit declaration of function `PQfinish' > main.c:259: warning: implicit declaration of function `PQexec' > main.c:262: `PGRES_COMMAND_OK' undeclared (first use in this function) > main.c: In function `close_database': > main.c:286: `PGconn' undeclared (first use in this function) > main.c:286: `conn' undeclared (first use in this function) > main.c:286: parse error before ')' token > main.c: In function `format_value': > main.c:326: `TRUE' undeclared (first use in this function) > main.c:367: `FALSE' undeclared (first use in this function) > main.c: In function `exec_query': > main.c:389: `PGconn' undeclared (first use in this function) > main.c:389: `conn' undeclared (first use in this function) > main.c:389: parse error before ')' token > main.c:390: `PGresult' undeclared (first use in this function) > main.c:390: `res' undeclared (first use in this function) > main.c:396: `TRUE' undeclared (first use in this function) > main.c:401: `FALSE' undeclared (first use in this function) > main.c: In function `query_init': > main.c:422: `PGresult' undeclared (first use in this function) > main.c:422: `res' undeclared (first use in this function) > main.c:422: parse error before ')' token > main.c:424: warning: implicit declaration of function `PQntuples' > main.c:426: warning: implicit declaration of function `PQnfields' > main.c: In function `query_release': > main.c:443: `PGresult' undeclared (first use in this function) > main.c:443: parse error before ')' token > main.c: In function `query_fill': > main.c:465: `PGresult' undeclared (first use in this function) > main.c:465: `res' undeclared (first use in this function) > main.c:465: parse error before ')' token > main.c:472: warning: implicit declaration of function `PQgetvalue' > main.c:472: warning: assignment makes pointer from integer without a cast > main.c:477: warning: implicit declaration of function `PQgetisnull' > main.c:478: warning: implicit declaration of function `PQftype' > main.c: In function `field_name': > main.c:498: warning: implicit declaration of function `PQfname' > main.c:498: `PGresult' undeclared (first use in this function) > main.c:498: parse error before ')' token > main.c: In function `field_index': > main.c:515: warning: implicit declaration of function `PQfnumber' > main.c:515: `PGresult' undeclared (first use in this function) > main.c:515: parse error before ')' token > main.c: In function `field_type': > main.c:532: `PGresult' undeclared (first use in this function) > main.c:532: parse error > The /usr/include/pqsl path seems to be very strange ! Did they change the location of Postgresql includes on Mandrake 9.1 ? -- Beno?t Minisini mailto:gambas at ...1... ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Mar 11 10:46:34 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 11 Mar 2003 10:46:34 +0100 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 In-Reply-To: References: <1047147247.1890.24.camel@...37...> <200303101458.03688.gambas@...1...> Message-ID: <200303111046.34343.gambas@...1...> Le Lundi 10 Mars 2003 17:32, Henri Girard a ?crit : > Does that mean if one doesn't use rh 8 it's no use to try to compile gambas > ? > Well, there are big problems on RedHat : 1) I don't know how to install postgresql nor mysql development packages. Their graphical package manager is dummy. 2) The standard system libraries are not the same than on -all- other distros. For example, I need to add "-lgcc_s" to linker options. 3) The compilation (without the database component) succeeds, but every gambas program crashes on exit. I don't know why ! 4) See http://www.mosfet.org. He don't want to support redhat anymore ! I know he's a bit excessive :-) I'm trying to do my best with my own redhat system, but for now, I must admit that I can't solve all these problems :-(. So any help from experimented redhat users is welcomed ! -- Beno?t Minisini mailto:gambas at ...1... From girardhenri at ...67... Tue Mar 11 13:07:10 2003 From: girardhenri at ...67... (Henri Girard) Date: Tue, 11 Mar 2003 13:07:10 +0100 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 References: <1047147247.1890.24.camel@...37...> <200303101458.03688.gambas@...1...> <200303111046.34343.gambas@...1...> Message-ID: ok... i am trying rh8.1... and if it doesn't work I come back to rh8 thanks Henri ----- Original Message ----- From: "Beno?t Minisini" To: Sent: Tuesday, March 11, 2003 10:46 AM Subject: Re: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 Le Lundi 10 Mars 2003 17:32, Henri Girard a ?crit : > Does that mean if one doesn't use rh 8 it's no use to try to compile gambas > ? > Well, there are big problems on RedHat : 1) I don't know how to install postgresql nor mysql development packages. Their graphical package manager is dummy. 2) The standard system libraries are not the same than on -all- other distros. For example, I need to add "-lgcc_s" to linker options. 3) The compilation (without the database component) succeeds, but every gambas program crashes on exit. I don't know why ! 4) See http://www.mosfet.org. He don't want to support redhat anymore ! I know he's a bit excessive :-) I'm trying to do my best with my own redhat system, but for now, I must admit that I can't solve all these problems :-(. So any help from experimented redhat users is welcomed ! -- Beno?t Minisini mailto:gambas at ...1... ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From karl.reinl at ...9... Tue Mar 11 21:52:16 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 11 Mar 2003 21:52:16 +0100 Subject: [Gambas-user] Class File Message-ID: <3E6E4C80.3030509@...9...> Salut Benoit, useing File.Ext or File.BaseName on a doupple doted Extention. take ..\..\myProject.tar.gz File.BaseName = myProject.tar File.Ext = gz so txtFile.text = File.BaseName(Dialog.Path) lblExt.text = File.Ext(Dialog.Path) from a Dialog.SaveFile() gives back wrong results workround txtFile.text = file.Name(Dialog.Path) IF Instr(txtFile.text,".") > 0 THEN lblExt.text = Mid$(txtFile.text,Instr(txtFile.text,".")) txtFile.text = Replace(txtFile.text,lblExt.text,"") ELSE lblExt.text = "" END IF amicalement Charlie From karl.reinl at ...9... Tue Mar 11 22:32:25 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 11 Mar 2003 22:32:25 +0100 Subject: [Gambas-user] LAST at grouped RadioButtons Message-ID: <3E6E55E9.6090806@...9...> Salut Benoit, I send you a simple example where I show the tag of Last.Tag in a lable Click to the Radiobutton an see the result. amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: TestRadioButtons.tar.gz Type: application/x-tar Size: 2206 bytes Desc: not available URL: From lmorselli at ...86... Thu Mar 13 23:56:44 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 13 Mar 2003 17:56:44 -0500 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 In-Reply-To: <200303101458.03688.gambas@...1...> References: <1047147247.1890.24.camel@...37...> <200303101458.03688.gambas@...1...> Message-ID: <1047344772.1660.5.camel@...37...> On Mon, 2003-03-10 at 08:58, Beno?t Minisini wrote: > > Thank you Lorenzo, > > I will try to correct the ./configure script so that it detect correctly > postgresql paths on redhat. > > As for the NVidia driver problem, I have no solution. It may be a bug that > prevents their driver to be loaded at runtime, as gambas does. > > Regards, After I "downgraded" Nvidia drivers to previous version, I discovered that also other apps started to work, so I tink that is the driver, and not gambas, to be bugged. -- Lorenzo Morselli http://spazioinwind.libero.it/lmorselli/ From jochen.georges at ...22... Thu Mar 13 22:47:09 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Thu, 13 Mar 2003 22:47:09 +0100 Subject: [Gambas-user] non gui possibilities Message-ID: <200303132227.17966@...24...> hello gambaistis, question 1: can i write gambas programs without gui? question 2: can i write gambas-programs (with different options), which could be controlled/executed by the shell? like this : jochen at ...23...:~$ my-gambas-program --option_bla | something_else i ask, because i think that one advance of most of the gnu/linux programs is, that they can be controlled/executed by the shell (which is a assumption for using the program in shellscripts!!!) _and_ by gui. like cdrecord, i can use cdrecord with shellcommands and i can use a gui-program like xcdroast, which is a frontend/"gui-remote-control" for cdrecod. i tried different ways, but i was not lucky. thanks for any hint. beste gruesse jochen From gambas at ...1... Fri Mar 14 13:27:37 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 14 Mar 2003 13:27:37 +0100 Subject: [Gambas-user] non gui possibilities In-Reply-To: <200303132227.17966@...24...> References: <200303132227.17966@...24...> Message-ID: <200303141327.37017.gambas@...1...> Le Jeudi 13 Mars 2003 22:47, Jochen Georges a ?crit : > hello gambaistis, > > question 1: > can i write gambas programs without gui? YES ! Wasn't it clear on the web site ? Just uncheck the component gb.qt in the project properties dialog, and do not add forms to your project. > > question 2: > can i write gambas-programs (with different options), which could > be controlled/executed by the shell? > like this : > jochen at ...23...:~$ my-gambas-program --option_bla | something_else Yes !! See Applications.Args[] and Applications.Args.Count. You can test your program by specifying arguments in the Arguments field of the project properties dialog. > > i ask, because i think that one advance of most of the gnu/linux > programs is, that they can be controlled/executed by the shell > (which is a assumption for using the program in shellscripts!!!) > _and_ by gui. > like cdrecord, i can use cdrecord with shellcommands and i can use > a gui-program like xcdroast, which is a > frontend/"gui-remote-control" for cdrecod. > > i tried different ways, but i was not lucky. > > thanks for any hint. > > beste gruesse > jochen > Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Mar 14 13:34:44 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 14 Mar 2003 13:34:44 +0100 Subject: [Gambas-user] NVIDIA driver problem confirmation Message-ID: <200303141334.44677.gambas@...1...> Hello everybody, I can now confirm that gambas does not work when the X11 driver from NVIDIA is installed, and that it is NVIDIA driver fault ! A gambas user has uninstalled its NVIDIA driver, and gambas suddenly starts working ! Here is what he sent me : > Bingo! That's it! I uninstalled the Nvidia driver. It restored libGL > which Gambas promptly loaded and it is working fine. > > libGLcore.so.1 libGLcore.so.1 --- WARNING!! > xxx.libGLcore.a.RPMSAVE > xxx.libglx.a.RPMSAVE > xxx.libGL.so.1.0.RPMSAVE > xxx.libGL.so.1.2.RPMSAVE > xxx.libGL.so.1.3.403.RPMSAVE > --- The above files are apparently saved files from a > --- non-NVIDIA distribution (possibly MESA) that were > --- put aside while the NVIDIA rpm was installed. > --- They are now being restored. > [root at ...88... gambas-0.45]# exit > [richard at ...88... gambas-0.45]$ gambas > Preloading gb.qt > Preloading gb.qt.editor > Preloading gb.qt.ext > Loading required GL library /usr/X11R6/lib/libGL.so.1.3.403 > > > Yup. It is definitely working. Looks like I'll have to forgo Tuxracer for a > while though! I think the problem comes from the fact that gambas is not directly linked to X11, but loads it at runtime. If someone wants to tell NVIDIA the problem :-) -- Beno?t Minisini mailto:gambas at ...1... From tommybear at ...85... Fri Mar 14 13:39:38 2003 From: tommybear at ...85... (Thomas Mayer) Date: Fri, 14 Mar 2003 23:39:38 +1100 Subject: [Gambas-user] NVIDIA driver problem confirmation In-Reply-To: <200303141334.44677.gambas@...1...> References: <200303141334.44677.gambas@...1...> Message-ID: <200303142339.38037.tommybear@...85...> I run NVIDIA drivers and GAMBAS is fine for me... Thomas Mayer On Fri, 14 Mar 2003 11:34 pm, Beno?t Minisini wrote: > Hello everybody, > > I can now confirm that gambas does not work when the X11 driver from NVIDIA > is installed, and that it is NVIDIA driver fault ! > > A gambas user has uninstalled its NVIDIA driver, and gambas suddenly starts > > working ! Here is what he sent me : > > Bingo! That's it! I uninstalled the Nvidia driver. It restored libGL > > which Gambas promptly loaded and it is working fine. > > > > libGLcore.so.1 libGLcore.so.1 --- WARNING!! > > xxx.libGLcore.a.RPMSAVE > > xxx.libglx.a.RPMSAVE > > xxx.libGL.so.1.0.RPMSAVE > > xxx.libGL.so.1.2.RPMSAVE > > xxx.libGL.so.1.3.403.RPMSAVE > > --- The above files are apparently saved files from a > > --- non-NVIDIA distribution (possibly MESA) that were > > --- put aside while the NVIDIA rpm was installed. > > --- They are now being restored. > > [root at ...88... gambas-0.45]# exit > > [richard at ...88... gambas-0.45]$ gambas > > Preloading gb.qt > > Preloading gb.qt.editor > > Preloading gb.qt.ext > > Loading required GL library /usr/X11R6/lib/libGL.so.1.3.403 > > > > > > Yup. It is definitely working. Looks like I'll have to forgo Tuxracer for > > a while though! > > I think the problem comes from the fact that gambas is not directly linked > to X11, but loads it at runtime. > > If someone wants to tell NVIDIA the problem :-) From lmorselli at ...86... Fri Mar 14 20:42:19 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 14 Mar 2003 14:42:19 -0500 Subject: [Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0 In-Reply-To: <200303111046.34343.gambas@...1...> References: <1047147247.1890.24.camel@...37...> <200303101458.03688.gambas@...1...> <200303111046.34343.gambas@...1...> Message-ID: <1047599460.1624.18.camel@...37...> On Tue, 2003-03-11 at 04:46, Beno?t Minisini wrote: > Well, there are big problems on RedHat : > > 1) I don't know how to install postgresql nor mysql development packages. > Their graphical package manager is dummy. If you selected all other postgres components during red hat installation you have only to install this from cd 3: RedHat/RPMS/postgresql-devel-7.2.3-5.80.i386.rpm I use both Red Hat 8.0 and Mandrake 9 , if you need to test something on these systems ask me. bye. -- Lorenzo Morselli http://spazioinwind.libero.it/lmorselli/ From lmorselli at ...86... Fri Mar 14 22:57:15 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 14 Mar 2003 16:57:15 -0500 Subject: [Gambas-user] NVIDIA driver problem confirmation In-Reply-To: <200303141334.44677.gambas@...1...> References: <200303141334.44677.gambas@...1...> Message-ID: <1047679040.2397.2.camel@...37...> On Fri, 2003-03-14 at 07:34, Beno?t Minisini wrote: > Hello everybody, > > I can now confirm that gambas does not work when the X11 driver from NVIDIA is > installed, and that it is NVIDIA driver fault ! only with the latest version of the driver I'm using version 0.9-769 and now it works. From karl.reinl at ...9... Fri Mar 14 21:46:04 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 14 Mar 2003 21:46:04 +0100 Subject: [Gambas-user] non gui possibilities References: <200303132227.17966@...24...> Message-ID: <3E723F8C.1080201@...9...> Jochen Georges schrieb: >hello gambaistis, > >question 1: >can i write gambas programs without gui? > >question 2: >can i write gambas-programs (with different options), which could >be controlled/executed by the shell? >like this : >jochen at ...23...:~$ my-gambas-program --option_bla | something_else > >i ask, because i think that one advance of most of the gnu/linux >programs is, that they can be controlled/executed by the shell >(which is a assumption for using the program in shellscripts!!!) >_and_ by gui. >like cdrecord, i can use cdrecord with shellcommands and i can use >a gui-program like xcdroast, which is a >frontend/"gui-remote-control" for cdrecod. > >i tried different ways, but i was not lucky. > >thanks for any hint. > >beste gruesse >jochen > > Salut Jochen, for 1 Benoit dit it. for 2 I never tried it. But for all, what you talke about. Is not the advanced way of gnu/linux that it can be used with shell commands and by a GUI. It is the concept by him self (MS ditn't anderstand this and killed DOS). You have a none GUI envirement and programms which needs parameters. Take a GUI , write a program who passe parameters by calling this program. Thats also Gnu/Linux. Look at what I dit the last two month, starting with TomySql , LinDiff , LinPatch or targamb. All only Gui interfaces who makes shell calls, after collection by the ease of the Gui his parameters. X-cdroast makes the same, and controles the parameters passed to the program and has some nice additional features more. You can give an ordenary hammer a gui Attache him on the cdrom. Write a gui-program to eject and close the cdrom. You have a X-Hammer. Now if you detache the hammer, you can use him. Or you place your computer in the right possition and fix the hammer on the cdrom and click to 'EJECT' and 'CLOSE' Attention: This idea is protected by international law, and CAN NOT be used by the Iraquien Terrorists without punishment by the goverment of the USA, even without the OK of the UN because germany, the country I live in, has signed all contracts nessecery to be on the side of the GOOD's. So we do not deliver dangerous armes to the BAD. amicalement Charlie From bsnipes at ...21... Sat Mar 15 18:58:05 2003 From: bsnipes at ...21... (Brian Snipes) Date: 15 Mar 2003 11:58:05 -0600 Subject: [Gambas-user] Gambas and NVidia Message-ID: <1047751085.18284.11.camel@...73...> I run Gentoo 1.4rc2 with QT 3.1.0, KDE 3.1, XFree 4.3.0 and NVidia drivers v3123. On my system Gambas wouldn't run at all. It would segfault (see previous post for traces). The NVidia problems that some people got me thinking and I decided to try a utility that is available on Gentoo called 'opengl-update' that lets you switch between the OpenGL implementations for NVidia and XFree86. To make a long story short when I choose the XFree86 GL version I don't get the gambas segfault only with the NVidia GL. The KDE GL screensavers and the OpenGL games run fine with either one. I am not replacing NVidia as my Xserver driver - only the OpenGL pieces. The following is the help note from the utility and also the text of the utility itself. Brian ----------------- opengl-update -h usage: opengl-update note: This utility switch between OpenGL implementations. Currently there are two supported implementations, namely "xfree" and "nvidia", the implementations for XFree86 and the NVidia drivers respectively. examples: opengl-update xfree This will setup things to use libGL.so from XFree86 opengl-update nvidia This will setup things to use libGL.so from the NVidia drivers. ------------------- #!/bin/bash # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer # $Header: /home/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-1.5,v 1.1 2002/12/31 21:19:22 azarah Exp $ source /etc/init.d/functions.sh if [ `id -u` -ne 0 ] then eerror "${0}: must be root." exit 1 fi usage() { cat << FOO usage: opengl-update note: This utility switch between OpenGL implementations. Currently there are two supported implementations, namely "xfree" and "nvidia", the implementations for XFree86 and the NVidia drivers respectively. examples: opengl-update xfree This will setup things to use libGL.so from XFree86 opengl-update nvidia This will setup things to use libGL.so from the NVidia drivers. FOO exit 1 } if [ "$#" -ne 1 -a "$#" -ne 2 ] || [ "$#" -eq 2 -a "$1" != "--use-old" ] then usage fi GL_IMPLEM="" # Only use specified implementation if it is not already selected. if [ "$1" = "--use-old" ] then shift if [ -f /etc/env.d/09opengl ] then source /etc/env.d/09opengl if [ -n "${LDPATH}" ] then GL_IMPLEM="${LDPATH/\/usr\/lib\/opengl\/}" GL_IMPLEM="${GL_IMPLEM/\/lib}" unset LDPATH fi fi if [ -z "${GL_IMPLEM}" ] then GL_IMPLEM="$1" fi else GL_IMPLEM="$1" fi if [ ! -d /usr/lib/opengl/${GL_IMPLEM} ] then usage else ebegin "Switching to ${GL_IMPLEM} OpenGL interface" #setup the $LDPATH echo "LDPATH=/usr/lib/opengl/${GL_IMPLEM}/lib" >/etc/env.d/09opengl /usr/sbin/env-update &>/dev/null #setup the /usr/lib/libGL.so symlink if [ -e /usr/lib/libGL.so ] then rm -f /usr/lib/libGL.so fi if [ -e /usr/lib/libGL.so.1 ] then rm -f /usr/lib/libGL.so.1 fi realname="$(readlink /usr/lib/opengl/${GL_IMPLEM}/lib/libGL.so)" ln -sf /usr/lib/opengl/${GL_IMPLEM}/lib/${realname} \ /usr/lib/libGL.so ln -sf /usr/lib/opengl/${GL_IMPLEM}/lib/${realname} \ /usr/lib/libGL.so.1 #setup the /usr/X11R6/lib/libMesaGL.so symlink if [ -e /usr/X11R6/lib/libMesaGL.so ] then rm -f /usr/X11R6/lib/libMesaGL.so fi realname="$(readlink /usr/lib/opengl/${GL_IMPLEM}/lib/libGL.so)" ln -sf /usr/lib/opengl/${GL_IMPLEM}/lib/${realname} \ /usr/X11R6/lib/libMesaGL.so #setup the /usr/lib/libGLcore.so symlink if [ -e /usr/lib/libGLcore.so ] then rm -f /usr/lib/libGLcore.so fi if [ -e /usr/lib/libGLcore.so.1 ] then rm -f /usr/lib/libGLcore.so.1 fi if [ -e /usr/lib/opengl/${GL_IMPLEM}/lib/libGLcore.so ] then realname="$(readlink /usr/lib/opengl/${GL_IMPLEM}/lib/libGLcore.so)" ln -sf /usr/lib/opengl/${GL_IMPLEM}/lib/${realname} \ /usr/lib/libGLcore.so ln -sf /usr/lib/opengl/${GL_IMPLEM}/lib/${realname} \ /usr/lib/libGLcore.so.1 fi #setup the /usr/X11R6/lib/modules/extensions/libglx.so symlink if [ -e /usr/X11R6/lib/modules/extensions/libglx.so ] then rm -f /usr/X11R6/lib/modules/extensions/libglx.so fi if [ -e /usr/lib/opengl/${GL_IMPLEM}/extensions/libglx.so ] then ln -sf /usr/lib/opengl/${GL_IMPLEM}/extensions/libglx.so \ /usr/X11R6/lib/modules/extensions/libglx.so fi #setup the /usr/X11R6/lib/modules/extensions/libglx.a symlink if [ -e /usr/X11R6/lib/modules/extensions/libglx.a ] then rm -f /usr/X11R6/lib/modules/extensions/libglx.a fi if [ -e /usr/lib/opengl/${GL_IMPLEM}/extensions/libglx.a ] then ln -sf /usr/lib/opengl/${GL_IMPLEM}/extensions/libglx.a \ /usr/X11R6/lib/modules/extensions/libglx.a fi #setup the includes for x in gl.h glx.h glxtokens.h do if [ -e /usr/X11R6/include/GL/${x} ] then rm -f /usr/X11R6/include/GL/${x} fi ln -sf /usr/lib/opengl/${GL_IMPLEM}/include/${x} \ /usr/X11R6/include/GL/${x} done eend 0 fi # vim:ts=4 From Gambasfr at ...11... Sat Mar 15 19:24:52 2003 From: Gambasfr at ...11... (Fabien) Date: Sat, 15 Mar 2003 19:24:52 +0100 Subject: [Gambas-user] non gui possibilities In-Reply-To: <3E723F8C.1080201@...9...> References: <200303132227.17966@...24...> <3E723F8C.1080201@...9...> Message-ID: <200303151924.52145.Gambasfr@...11...> Le Vendredi 14 Mars 2003 21:46, Charlie a ?crit : > Jochen Georges schrieb: > >hello gambaistis, > > > >question 1: > >can i write gambas programs without gui? > > > >question 2: > >can i write gambas-programs (with different options), which could > >be controlled/executed by the shell? > >like this : > >jochen at ...23...:~$ my-gambas-program --option_bla | something_else > > > >i ask, because i think that one advance of most of the gnu/linux > >programs is, that they can be controlled/executed by the shell > >(which is a assumption for using the program in shellscripts!!!) > >_and_ by gui. > >like cdrecord, i can use cdrecord with shellcommands and i can use > >a gui-program like xcdroast, which is a > >frontend/"gui-remote-control" for cdrecod. > > > >i tried different ways, but i was not lucky. > > > >thanks for any hint. > > > >beste gruesse > >jochen > > Salut Jochen, > > for 1 Benoit dit it. > > for 2 I never tried it. > > But for all, what you talke about. Is not the advanced way of gnu/linux > that it can be > used with shell commands and by a GUI. > It is the concept by him self (MS ditn't anderstand this and killed DOS). > You have a none GUI envirement and programms which needs parameters. > Take a GUI , write a program who passe parameters by calling this program. > Thats also Gnu/Linux. > Look at what I dit the last two month, starting with TomySql , LinDiff > , LinPatch or targamb. > All only Gui interfaces who makes shell calls, after collection by the > ease of the Gui his parameters. > > X-cdroast makes the same, and controles the parameters passed to the > program and has some nice additional > features more. > > You can give an ordenary hammer a gui > Attache him on the cdrom. > Write a gui-program to eject and close the cdrom. > You have a X-Hammer. > Now if you detache the hammer, you can use him. > Or you place your computer in the right possition and fix the hammer on > the cdrom and click to 'EJECT' and 'CLOSE' > > Attention: > This idea is protected by international law, > and CAN NOT be used by the Iraquien Terrorists > without punishment by the goverment of the USA, even without the OK of > the UN > because germany, the country I live in, has signed all contracts nessecery > to be on the side of the GOOD's. > > So we do not deliver dangerous armes to the BAD. > > amicalement > Charlie > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ;-) No politics please ... fabien nevertheless your idea is mine From Gambasfr at ...11... Sat Mar 15 19:34:05 2003 From: Gambasfr at ...11... (Fabien) Date: Sat, 15 Mar 2003 19:34:05 +0100 Subject: [Gambas-user] NVIDIA driver problem confirmation In-Reply-To: <1047679040.2397.2.camel@...37...> References: <200303141334.44677.gambas@...1...> <1047679040.2397.2.camel@...37...> Message-ID: <200303151934.05306.Gambasfr@...11...> Le Vendredi 14 Mars 2003 22:57, Lorenzo Morselli a ?crit : > On Fri, 2003-03-14 at 07:34, Beno?t Minisini wrote: > > Hello everybody, > > > > I can now confirm that gambas does not work when the X11 driver from > > NVIDIA is installed, and that it is NVIDIA driver fault ! > > only with the latest version of the driver > I'm using version 0.9-769 and now it works. > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user please send me how you install the driver... (i don't understabd how to do) and where you found it (url...) grazie mille fabien From karl.reinl at ...9... Sun Mar 16 00:15:10 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 16 Mar 2003 00:15:10 +0100 Subject: [Gambas-user] No politics please ... References: <200303132227.17966@...24...> <3E723F8C.1080201@...9...> <200303151924.52145.Gambasfr@...11...> Message-ID: <3E73B3FE.2010305@...9...> > > >;-) > >No politics please ... > > > Sorry, like everything you do during your daily live, using the Internet like we do or only the fact using Linux these are political acts. And these BIG-Ones don't like it, even when they go now to smile with us. They can't get us under controle, and that is not funny for them. So why no politic, we are a part of, our problems are not only good looking , nice working programms and gambas is not the only language we talk. amicalement Charlie From fish.ghoti at ...90... Sun Mar 16 13:12:56 2003 From: fish.ghoti at ...90... (fish ghoti) Date: Sun, 16 Mar 2003 13:12:56 +0100 Subject: [Gambas-user] Gambas and NVidia Message-ID: <1047816776002979@...91...> Bonjour ? tous ! Encountering the same "Erreur de segmentation" on my Gentoo, I confirm that opengl-update works also fine with the nVidia drivers v4191 and solves the prob. With "opengl-update xfree", the blue gambas pops nicely up ! :-) > ------- Message d'origine ------- > > From : Brian Snipes > Date : 15 Mar 2003 11:58:05 -0600 > >I run Gentoo 1.4rc2 with QT 3.1.0, KDE 3.1, XFree 4.3.0 and NVidia >drivers v3123. On my system Gambas wouldn't run at all. It would >segfault (see previous post for traces). The NVidia problems that some >people got me thinking and I decided to try a utility that is available >on Gentoo called 'opengl-update' that lets you switch between the OpenGL >implementations for NVidia and XFree86. To make a long story short when >I choose the XFree86 GL version I don't get the gambas segfault only >with the NVidia GL. The KDE GL screensavers and the OpenGL games run >fine with either one. I am not replacing NVidia as my Xserver driver - >only the OpenGL pieces. ______________________________________________________ Bo?te aux lettres - Caramail - http://www.caramail.com From gambas at ...1... Sun Mar 16 13:42:10 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 16 Mar 2003 13:42:10 +0100 Subject: [Gambas-user] LAST at grouped RadioButtons In-Reply-To: <3E6E55E9.6090806@...9...> References: <3E6E55E9.6090806@...9...> Message-ID: <200303161342.10195.gambas@...1...> Le Mardi 11 Mars 2003 22:32, Charlie a ?crit : > Salut Benoit, > > I send you a simple example where I show the tag of Last.Tag in a lable > Click to the Radiobutton an see the result. > > amicalement > Charlie Hi Charlie, Thank you, I have just corrected the bug. I hope RadioButtons will definitely work now :-) Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Mar 16 13:45:06 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 16 Mar 2003 13:45:06 +0100 Subject: [Gambas-user] Class File In-Reply-To: <3E6E4C80.3030509@...9...> References: <3E6E4C80.3030509@...9...> Message-ID: <200303161345.06653.gambas@...1...> Le Mardi 11 Mars 2003 21:52, Charlie a ?crit : > Salut Benoit, > > useing File.Ext or File.BaseName on a doupple doted Extention. > > take ..\..\myProject.tar.gz > File.BaseName = myProject.tar > File.Ext = gz > so > txtFile.text = File.BaseName(Dialog.Path) > lblExt.text = File.Ext(Dialog.Path) > from a Dialog.SaveFile() gives back wrong results > > workround > > txtFile.text = file.Name(Dialog.Path) > IF Instr(txtFile.text,".") > 0 THEN > lblExt.text = Mid$(txtFile.text,Instr(txtFile.text,".")) > txtFile.text = Replace(txtFile.text,lblExt.text,"") > ELSE > lblExt.text = "" > END IF > > amicalement > Charlie > > Mmm... The file extension is really what stands after the last point. The extension of foo.tar.gz is "gz". I think that File.BaseName and File.Ext are correct, and that your problem is a specific case due to the way how 'tar' and 'gzip' work together. Regards, -- Beno?t Minisini mailto:gambas at ...1... From lmorselli at ...86... Mon Mar 17 01:55:39 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 16 Mar 2003 19:55:39 -0500 Subject: [Gambas-user] NVIDIA driver problem confirmation In-Reply-To: <200303151934.05306.Gambasfr@...11...> References: <200303141334.44677.gambas@...1...> <1047679040.2397.2.camel@...37...> <200303151934.05306.Gambasfr@...11...> Message-ID: <1047829395.3067.15.camel@...37...> On Sat, 2003-03-15 at 13:34, Fabien wrote: > please > > send me how you install the driver... (i don't understabd how to do) > > and where you found it (url...) I downloaded them from Nvidia (www.nvidia.com) some time ago. Now you'll find only the buggy version :( If you want, I'll send you the good ones. For installing them: Log in as root in console. Decompress the 2 tgz archives (kernel and glx) on /usr/source cd into each one and "make install" them Now edit your XF86Config-4 file: In section "Module" add Load "glx" if you haven't it. If you have these liner remove htem: Load "dri" Load "GLcore" In section Driver change the line Driver "nv" to Driver "nvidia" If you want to know more, there is a complete installing guide on nvidia driver page. Bye -- Lorenzo Morselli http://spazioinwind.libero.it/lmorselli/ From gambas at ...1... Sun Mar 16 22:39:59 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 16 Mar 2003 22:39:59 +0100 Subject: [Gambas-user] gambas 0.50 Message-ID: <200303162239.59400.gambas@...1...> Hello everybody ! Here is the 0.50 gambas version... !!!! BE CAREFUL !!!! older gambas projects are not compatible with this version, without elbow grease. READ THE CHANGELOG CAREFULLY ! Then, what's new ? - Gambas project are now translatable, so the incompatibility. - Nigel Gerrard has written an experimental MySQL database driver. To port an older gambas project into this new version, you must ensure that your project source files (*.module, *.class, *.form) do not contain any non-ASCII characters, and that you do not use the '?' character into your identifiers - like I did myself, what stupid I was ! :-) If you have used the '?' character, you can replace it by the '$' character. If you have used non-ASCII characters, you must use the iconv program to translate your source files from your local character set into UTF-8. Now, every displayed string managed by Gambas is internally stored in UTF-8 ! So are the source files. The advantage is the following : you can use any language - well I'm not sure for Arabic, Chinese, Japanese, i.e. languages that you do not write from left to right and up to bottom. Enjoy it ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Mar 16 22:42:26 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 16 Mar 2003 22:42:26 +0100 Subject: [Gambas-user] gambas 0.50 (II) Message-ID: <200303162242.26610.gambas@...1...> Of course, translators are welcome :-) Write me if you want to translate Gambas into your own language, so that people that want to do the same translation work together. -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Mon Mar 17 00:15:12 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 17 Mar 2003 00:15:12 +0100 Subject: [Gambas-user] somethings wrong Message-ID: <3E750580.2010802@...9...> Not Found The requested URL /gambas-language-encyclopaedia-0.50.sxw was not found on this server. ------------------------------------------------------------------------ Apache/1.3.26 Server at gambas.sourceforge.net Port 80 From karl.reinl at ...9... Mon Mar 17 21:00:56 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 17 Mar 2003 21:00:56 +0100 Subject: [Gambas-user] gambas-0.50 Message-ID: <3E762978.5060803@...9...> Salut, early this mornig, when i push a new lastCopy for TomySql, I found the anouncement for the new gambas Version. First testes showed me that some bugs like anounced are corrected. I found also some ? in my code ?hProsess ;-) . And I couldn't thake the manual. But during ./configure I found a big mistake. I can't compile gambas with only the new mysql-componet, I have to have pq alse installed. Am I wrong, for this? After clearing my ?, I set Translation to TRUE and look for the Lanuage-List, I din't find her. And all compiling are finished by a IDE crash. Hope I will find the manual soon, and find out what crashes the IDE amicalement Charlie From karl.reinl at ...9... Mon Mar 17 21:20:38 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 17 Mar 2003 21:20:38 +0100 Subject: [Gambas-user] gambas-0.50 and my projects Message-ID: <3E762E16.6040209@...9...> Salut, a quick view to my projects LinDiff,LinPatch, targamb and TomySql, has shown the follow: All exepte TomySql where ? are in MSQLExec.module run, you will find strange chars in some words, and the language Menu has all Laguages checked at starting time run without changes. A function test for all three wasn't run yet. In TomySql you have to strip the ? in MSQLExec.module or replace it by a $. It is better to do this outside gambas. amicalement Charlie From karl.reinl at ...9... Mon Mar 17 22:12:12 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 17 Mar 2003 22:12:12 +0100 Subject: [Gambas-user] gambas-0.50 and gdb Message-ID: <3E763A2C.4040906@...9...> Sorry Benoit, tried to find out, why on a running projekt under gambas-0.50 (written before) the IDE crashes after set Translate = true in project/properties during compilitation or while clicked to Translate. But using gdb don't work anymore ** Program aborting ... Sorry... :-( Send you a screenshoot, while tring start the IDE in gdb. Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: gdb1.png Type: image/png Size: 15854 bytes Desc: not available URL: From karl.reinl at ...9... Mon Mar 17 22:29:25 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 17 Mar 2003 22:29:25 +0100 Subject: [Gambas-user] Translate Message-ID: <3E763E35.7040200@...9...> Salut Benoit, tried to look how Translate works on the IDE, (loaded app/gambas) but compiling and Translate finshing in a IDE crash. So whats wrong: my old Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 ./configure (withou KDE and db-component) do I need any other program (gettext) or other rights ( I'm only 'charlie', groupe 'users') amicalement Charlie From gambas at ...1... Mon Mar 17 23:00:34 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 17 Mar 2003 23:00:34 +0100 Subject: [Gambas-user] somethings wrong In-Reply-To: <3E750580.2010802@...9...> References: <3E750580.2010802@...9...> Message-ID: <200303172300.34417.gambas@...1...> Le Lundi 17 Mars 2003 00:15, Charlie a ?crit : > Not Found > > The requested URL /gambas-language-encyclopaedia-0.50.sxw was not found > on this server. > > ------------------------------------------------------------------------ > Apache/1.3.26 Server at gambas.sourceforge.net Port 80 > > > > Sorry, I forgot to put the file on the web site. I have just sent it... -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Mon Mar 17 23:47:44 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 17 Mar 2003 23:47:44 +0100 Subject: [Gambas-user] garbage collector Message-ID: <200303172344.34688@...24...> hello gambasians i just know java, so i do not know how to use destructors ... do i have to use destructors in gambas or is there something like a garbage collector? if i have to use destructors, how do i have to use them? could anybody give me a hint, where i can get help? thanks beste gruesse jochen From james at ...92... Tue Mar 18 15:21:00 2003 From: james at ...92... (James) Date: Tue, 18 Mar 2003 14:21:00 -0000 Subject: [Gambas-user] ERROR: #27 Message-ID: Hello, I am trying to run Gambas-0.43. It seems to install fine but I get a message saying: ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la': /usr/lib/qt-3.0.5/lib/libqt-mt.so.3: undefined symbol: _Unwind_GetIP when I try to run the program. Can somebody give me some suggestions please. Best regards, James. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Tue Mar 18 17:16:45 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 17:16:45 +0100 Subject: [Gambas-user] garbage collector In-Reply-To: <200303172344.34688@...24...> References: <200303172344.34688@...24...> Message-ID: <200303181716.45346.gambas@...1...> Le Lundi 17 Mars 2003 23:47, Jochen Georges a ?crit : > hello gambasians > > i just know java, so i do not know how to use destructors ... > > do i have to use destructors in gambas or is there something like a > garbage collector? There is no garbage collector. Objects are destroyed just when nothing references them. You must be careful only with circular references, that prevents objects for being freed. > > if i have to use destructors, how do i have to use them? > could anybody give me a hint, where i can get help? Destructors are called when objects are destroyed. They are rarely used in Gambas. Logically, you must do in the destructor the contrary of what you did in the constructor. > > thanks > > beste gruesse > jochen > > Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 18 17:18:28 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 17:18:28 +0100 Subject: [Gambas-user] ERROR: #27 In-Reply-To: References: Message-ID: <200303181718.28681.gambas@...1...> Le Mardi 18 Mars 2003 15:21, James a ?crit : > Hello, > > I am trying to run Gambas-0.43. It seems to install fine but I get a > message saying: > > ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la': > /usr/lib/qt-3.0.5/lib/libqt-mt.so.3: undefined symbol: _Unwind_GetIP > > when I try to run the program. > > Can somebody give me some suggestions please. > > Best regards, > > James. You may have a RedHat... This has been corrected in the 0.45 version. But be careful, if compiling now on RedHat, Gambas crashes on exit. Do RedHat users never read what it is written on the site ? ;-) Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 18 17:21:35 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 17:21:35 +0100 Subject: [Gambas-user] Translating gambas Message-ID: <200303181721.35292.gambas@...1...> Hi everybody, If you want to translate Gambas into your own langage, send a mail to this mailing-list, so that nobody try to do the same thing at the same moment. If you have finished translating Gambas into your own language, you just have to send me the *.po file located in the .lang directory of .../app/gambas/ This file contains all the translations you have typed. For example, if you have translated Gambas in french, you just have to send me the file .../app/gambas/.lang/fr_FR.po. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 18 17:24:20 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 17:24:20 +0100 Subject: [Gambas-user] Translate In-Reply-To: <3E763E35.7040200@...9...> References: <3E763E35.7040200@...9...> Message-ID: <200303181724.20396.gambas@...1...> Le Lundi 17 Mars 2003 22:29, Charlie a ?crit : > Salut Benoit, > > tried to look how Translate works on the IDE, (loaded app/gambas) but > compiling and Translate finshing in a IDE crash. > So whats wrong: > my old > Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 > ./configure (withou KDE and db-component) > > do I need any other program (gettext) or other rights ( I'm only > 'charlie', groupe 'users') > > amicalement > > Charlie > Why does gdb tell you "shell-init: couldn't get current directory: getcwd: cannot access parent directories: ..." ? This is not normal. Could you check your parent directories rights ? Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 18 17:24:57 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 17:24:57 +0100 Subject: [Gambas-user] gambas-0.50 and gdb In-Reply-To: <3E763A2C.4040906@...9...> References: <3E763A2C.4040906@...9...> Message-ID: <200303181724.57969.gambas@...1...> Le Lundi 17 Mars 2003 22:12, Charlie a ?crit : > Sorry Benoit, > > tried to find out, why on a running projekt under gambas-0.50 (written > before) the IDE crashes after set Translate = true in project/properties > during compilitation or while clicked to Translate. > > But using gdb don't work anymore ** Program aborting ... Sorry... :-( > > Send you a screenshoot, while tring start the IDE in gdb. > > Charlie Could you send me the project(s) that crash(es) ? -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Tue Mar 18 21:07:03 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 18 Mar 2003 21:07:03 +0100 Subject: [Gambas-user] Translate References: <3E763E35.7040200@...9...> <200303181724.20396.gambas@...1...> Message-ID: <3E777C67.9030801@...9...> Beno?t Minisini schrieb: >Le Lundi 17 Mars 2003 22:29, Charlie a ?crit : > > >>Salut Benoit, >> >>tried to look how Translate works on the IDE, (loaded app/gambas) but >>compiling and Translate finshing in a IDE crash. >>So whats wrong: >> my old >> Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 >> ./configure (withou KDE and db-component) >> >>do I need any other program (gettext) or other rights ( I'm only >>'charlie', groupe 'users') >> >>amicalement >> >>Charlie >> >> >> >Why does gdb tell you "shell-init: couldn't get current directory: getcwd: >cannot access parent directories: ..." ? > >This is not normal. Could you check your parent directories rights ? > > > Sorry made a mistake, yesterday I was in a local copy of app/gambas not the origin where it was compiled. Never the less, even in /op/gambas/gambas-0.50/app/gambas which is the origin directory. I'm not successful. see screenshoot. You can see my rights on top ( a simple ls -l). Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: gdb1.png Type: image/png Size: 18373 bytes Desc: not available URL: From karl.reinl at ...9... Tue Mar 18 21:13:45 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 18 Mar 2003 21:13:45 +0100 Subject: [Gambas-user] gambas-0.50 and gdb References: <3E763A2C.4040906@...9...> <200303181724.57969.gambas@...1...> Message-ID: <3E777DF9.4010406@...9...> Beno?t Minisini schrieb: >Le Lundi 17 Mars 2003 22:12, Charlie a ?crit : > > >>Sorry Benoit, >> >>tried to find out, why on a running projekt under gambas-0.50 (written >>before) the IDE crashes after set Translate = true in project/properties >>during compilitation or while clicked to Translate. >> >>But using gdb don't work anymore ** Program aborting ... Sorry... :-( >> >>Send you a screenshoot, while tring start the IDE in gdb. >> >>Charlie >> >> > >Could you send me the project(s) that crash(es) ? > > > Just get http://www.fen-net.de/Karl.Reinl/gambas/lastCopy.tar.gz checked in last night, ready for gambas-0.50 . Charlie From gambas at ...1... Tue Mar 18 22:04:05 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 18 Mar 2003 22:04:05 +0100 Subject: [Gambas-user] Translate In-Reply-To: <3E777C67.9030801@...9...> References: <3E763E35.7040200@...9...> <200303181724.20396.gambas@...1...> <3E777C67.9030801@...9...> Message-ID: <200303182204.05627.gambas@...1...> Le Mardi 18 Mars 2003 21:07, Charlie a ?crit : > Beno?t Minisini schrieb: > >Le Lundi 17 Mars 2003 22:29, Charlie a ?crit : > >>Salut Benoit, > >> > >>tried to look how Translate works on the IDE, (loaded app/gambas) but > >>compiling and Translate finshing in a IDE crash. > >>So whats wrong: > >> my old > >> Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 > >> ./configure (withou KDE and db-component) > >> > >>do I need any other program (gettext) or other rights ( I'm only > >>'charlie', groupe 'users') > >> > >>amicalement > >> > >>Charlie > > > >Why does gdb tell you "shell-init: couldn't get current directory: getcwd: > >cannot access parent directories: ..." ? > > > >This is not normal. Could you check your parent directories rights ? > > Sorry made a mistake, > yesterday I was in a local copy of app/gambas not the origin where it > was compiled. > > Never the less, even in /op/gambas/gambas-0.50/app/gambas which is the > origin directory. > I'm not successful. see screenshoot. > You can see my rights on top ( a simple ls -l). > > Charlie Did you compile the project before ? I don't see the entire contents of the project directory, so I ask... -- Beno?t Minisini mailto:gambas at ...1... From Gambasfr at ...11... Tue Mar 18 22:51:09 2003 From: Gambasfr at ...11... (Fabien) Date: Tue, 18 Mar 2003 22:51:09 +0100 Subject: [Gambas-user] NVIDIA driver problem confirmation In-Reply-To: <1047829395.3067.15.camel@...37...> References: <200303141334.44677.gambas@...1...> <200303151934.05306.Gambasfr@...11...> <1047829395.3067.15.camel@...37...> Message-ID: <200303182251.09159.Gambasfr@...11...> Le Lundi 17 Mars 2003 01:55, Lorenzo Morselli a ?crit : > On Sat, 2003-03-15 at 13:34, Fabien wrote: > > please > > > > send me how you install the driver... (i don't understabd how to do) > > > > and where you found it (url...) > > I downloaded them from Nvidia (www.nvidia.com) some time ago. > Now you'll find only the buggy version :( > If you want, I'll send you the good ones. > > For installing them: > Log in as root in console. > Decompress the 2 tgz archives (kernel and glx) on /usr/source > cd into each one and "make install" them > > Now edit your XF86Config-4 file: > > In section "Module" add > Load "glx" if you haven't it. > > If you have these liner remove htem: > Load "dri" > Load "GLcore" > > In section Driver change the line Driver "nv" to Driver "nvidia" > > If you want to know more, there is a complete installing guide on > nvidia driver page. > > Bye Salv? If you can send me the older nvidia driver ... i enjoid it. thank you for help Fabien From karl.reinl at ...9... Tue Mar 18 23:34:37 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 18 Mar 2003 23:34:37 +0100 Subject: [Gambas-user] Translate References: <3E763E35.7040200@...9...> <200303181724.20396.gambas@...1...> <3E777C67.9030801@...9...> <200303182204.05627.gambas@...1...> Message-ID: <3E779EFD.5000500@...9...> Beno?t Minisini schrieb: >Le Mardi 18 Mars 2003 21:07, Charlie a ?crit : > > >>Beno?t Minisini schrieb: >> >> >>>Le Lundi 17 Mars 2003 22:29, Charlie a ?crit : >>> >>> >>>>Salut Benoit, >>>> >>>>tried to look how Translate works on the IDE, (loaded app/gambas) but >>>>compiling and Translate finshing in a IDE crash. >>>>So whats wrong: >>>> my old >>>> Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 >>>> ./configure (withou KDE and db-component) >>>> >>>>do I need any other program (gettext) or other rights ( I'm only >>>>'charlie', groupe 'users') >>>> >>>>amicalement >>>> >>>>Charlie >>>> >>>> >>>Why does gdb tell you "shell-init: couldn't get current directory: getcwd: >>>cannot access parent directories: ..." ? >>> >>>This is not normal. Could you check your parent directories rights ? >>> >>> >>Sorry made a mistake, >>yesterday I was in a local copy of app/gambas not the origin where it >>was compiled. >> >>Never the less, even in /op/gambas/gambas-0.50/app/gambas which is the >>origin directory. >>I'm not successful. see screenshoot. >>You can see my rights on top ( a simple ls -l). >> >>Charlie >> >> > >Did you compile the project before ? I don't see the entire contents of the >project directory, so I ask... > made a ./configure (withou KDE and db-component) make su -c "make install" Charlie From parka at ...15... Wed Mar 19 13:00:22 2003 From: parka at ...15... (Laszlo Parkanyi) Date: Wed, 19 Mar 2003 13:00:22 +0100 Subject: [Gambas-user] Red Hat Useres Message-ID: <200303191300.22635.parka@...15...> Hi, Yes, I think Red Hat users read what is written on this site, but as for myself, I have given up all hopes to ever have a working newer version of Gambas. I still use version 0.36. Laszlo From Gambasfr at ...11... Wed Mar 19 19:53:59 2003 From: Gambasfr at ...11... (Fabien) Date: Wed, 19 Mar 2003 19:53:59 +0100 Subject: [Gambas-user] Translate In-Reply-To: <3E779EFD.5000500@...9...> References: <3E763E35.7040200@...9...> <200303182204.05627.gambas@...1...> <3E779EFD.5000500@...9...> Message-ID: <200303191953.59793.Gambasfr@...11...> Le Mardi 18 Mars 2003 23:34, Charlie a ?crit : > Beno?t Minisini schrieb: > >Le Mardi 18 Mars 2003 21:07, Charlie a ?crit : > >>Beno?t Minisini schrieb: > >>>Le Lundi 17 Mars 2003 22:29, Charlie a ?crit : > >>>>Salut Benoit, > >>>> > >>>>tried to look how Translate works on the IDE, (loaded app/gambas) but > >>>>compiling and Translate finshing in a IDE crash. > >>>>So whats wrong: > >>>> my old > >>>> Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 > >>>> ./configure (withou KDE and db-component) > >>>> > >>>>do I need any other program (gettext) or other rights ( I'm only > >>>>'charlie', groupe 'users') > >>>> > >>>>amicalement > >>>> > >>>>Charlie > >>> > >>>Why does gdb tell you "shell-init: couldn't get current directory: > >>> getcwd: cannot access parent directories: ..." ? > >>> > >>>This is not normal. Could you check your parent directories rights ? > >> > >>Sorry made a mistake, > >>yesterday I was in a local copy of app/gambas not the origin where it > >>was compiled. > >> > >>Never the less, even in /op/gambas/gambas-0.50/app/gambas which is the > >>origin directory. > >>I'm not successful. see screenshoot. > >>You can see my rights on top ( a simple ls -l). > >> > >>Charlie > > > >Did you compile the project before ? I don't see the entire contents of > > the project directory, so I ask... > > made a > > ./configure (withou KDE and db-component) > > make > > su -c "make install" > > Charlie > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user I've resolved a problem on my pc after the compilation... Make install, i see the .pot file was in root only allowed(so i can 't use it and gambas compilaton under IDE crash), just change user.. and all can preapse work. fabien Who translate gambas in french ? From karl.reinl at ...9... Thu Mar 20 00:17:41 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 20 Mar 2003 00:17:41 +0100 Subject: [Gambas-user] one more Message-ID: <3E78FA95.50000@...9...> Salut Benoit, one more shorte example where Translate doesn't work. If I make Translate or F5 the IDE crashes. charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: FirstOFive.tar.gz Type: application/x-tar Size: 2309 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Thu Mar 20 01:46:44 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 19 Mar 2003 19:46:44 -0500 Subject: [Gambas-user] mandrake 9 packages In-Reply-To: <3E78FA95.50000@...9...> References: <3E78FA95.50000@...9...> Message-ID: <200303191946.44743.sourceforge-raindog2@...94...> I managed to build Mandrake 9 packages of Gambas 0.50. I say "packages" because I made a gambas package (which includes the gb* executables, libraries and docs) and a gambas-gui package (since gambas is written in itself and I build RPM's as an unprivileged user.) The spec files need to be cleaned up a bit since I started from an older Suse SRPM and changed things around quite a lot. In fact, I'm not entirely sure I got mysql support in there. You can find them at http://kudla.org/rpm or see screenshots in tonight's blog entry at http://kudla.org . (Normally it'd be www.kudla.org but having DNS propagation issues today....) Rob From dc at ...95... Thu Mar 20 08:56:32 2003 From: dc at ...95... (Campillo David) Date: Thu, 20 Mar 2003 08:56:32 +0100 Subject: [Gambas-user] Translating gambas Message-ID: <1360-22003342075632828@...95...> Hi everybody, I can translate Gambas in French, if it is not already done... Just send me a email in order I start to translate it... See you... David C. ---- Original Message ---- De: gambas at ...1... A: gambas-user at lists.sourceforge.net, Objet: Re: [Gambas-user] Translating gambas Date: Tue, 18 Mar 2003 17:21:35 +0100 >Hi everybody, > >If you want to translate Gambas into your own langage, send a mail >to this >mailing-list, so that nobody try to do the same thing at the same >moment. > >If you have finished translating Gambas into your own language, you >just have >to send me the *.po file located in the .lang directory of >.../app/gambas/ > >This file contains all the translations you have typed. > >For example, if you have translated Gambas in french, you just have >to send me >the file .../app/gambas/.lang/fr_FR.po. > >Regards, > >-- >Beno?t Minisini >mailto:gambas at ...1... > > >------------------------------------------------------- >This SF.net email is sponsored by: Does your code think in ink? >You could win a Tablet PC. Get a free Tablet PC hat just for >playing. >What are you waiting for? >http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu Mar 20 23:34:01 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 20 Mar 2003 23:34:01 +0100 Subject: [Gambas-user] Translating gambas In-Reply-To: <1360-22003342075632828@...95...> References: <1360-22003342075632828@...95...> Message-ID: <200303202334.01163.gambas@...1...> Le Jeudi 20 Mars 2003 08:56, Campillo David a ?crit : > Hi everybody, > > I can translate Gambas in French, if it is not already done... > > Just send me a email in order I start to translate it... > > See you... > > David C. > OK, David. Could you see with Fabien Bodard, I think he has started translating Gambas in french too. Here is its e-mail: Gambasfr at ...11... Regards, -- Beno?t Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Sat Mar 22 01:38:38 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 21 Mar 2003 19:38:38 -0500 Subject: [Gambas-user] Red Hat Useres In-Reply-To: <200303191300.22635.parka@...15...> References: <200303191300.22635.parka@...15...> Message-ID: <200303211938.38253.sourceforge-raindog2@...94...> On Wednesday 19 March 2003 07:00, Laszlo Parkanyi wrote: > Yes, I think Red Hat users read what is written on this site, but as for > myself, I have given up all hopes to ever have a working newer version of > Gambas. I still use version 0.36. See if you or someone else can rebuild the source RPMs I built for Mandrake 9. http://www.kudla.org/rpm/src-rpms/gambas-0.50-1mdk.src.rpm http://www.kudla.org/rpm/src-rpms/gambas-gui-0.50-1mdk.src.rpm "rpm --rebuild whatever.rpm" Rob From gambas at ...1... Sat Mar 22 13:17:55 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 22 Mar 2003 13:17:55 +0100 Subject: [Gambas-user] one more In-Reply-To: <3E78FA95.50000@...9...> References: <3E78FA95.50000@...9...> Message-ID: <200303221317.55128.gambas@...1...> Le Jeudi 20 Mars 2003 00:17, Charlie a ?crit : > Salut Benoit, > > one more shorte example where Translate doesn't work. > If I make Translate or F5 the IDE crashes. > > charlie Hi Charlie, There is a bug in the install of gambas-0.50. *.pot files are created with root rights in .../app/gambas/.lang. They should not have been created ! Try to delete them (rm -f .lang/*.pot) and tell me if it changes anything. Regards, -- Beno?t Minisini mailto:gambas at ...1... From jredrejo at ...96... Sun Mar 23 20:16:23 2003 From: jredrejo at ...96... (=?ISO-8859-1?Q?Jos=E9?= L. Redrejo) Date: 23 Mar 2003 19:16:23 +0000 Subject: [Gambas-user] Success with gambas 0.51, woody 3 and kde 3.1 Message-ID: <1048446983.13014.6.camel@...97...> For those who are trying to compile gambas with Debian woody. I have been able to do it with the following steps: Adding this line to /etc/apt/sources.list: deb ftp://download.us.kde.org/pub/kde/stable/latest/Debian stable main execute: apt-get update apt-get install postgresql-dev libqt3-mt-dev kdebase-dev libqt3-compat-headers (the last package was the tricky one that solved most compilation problems) Then, unpack gamba, and run in its directory: ././configure --with-pgsql-includes=/usr/include/postgresql/ --with-qt-includes=/usr/include/qt3/ --with-kde-includes=/usr/include/kde/ make make install Hope this help to those who have tried it before without success (like me until today) -- Jos? L. Redrejo UNED From dc at ...95... Tue Mar 25 15:33:22 2003 From: dc at ...95... (Campillo David) Date: Tue, 25 Mar 2003 15:33:22 +0100 Subject: [Gambas-user] NVidia Driver... Message-ID: <13790-220033225143322796@...95...> Hi everybody, Could anyone told me which NVidia Driver version works with Gambas... Thanks... From bernard.pre at ...62... Fri Mar 28 11:14:21 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Fri, 28 Mar 2003 11:14:21 +0100 Subject: [Gambas-user] tab order + documentation Message-ID: hi the group, I am working with the last release on redhat 8.0 + mysql and all is fine !!!! I have 2 questions : 1 - How can i modify the tab order in a form ? 2 - Wher can i found a documentation for the objects in a form (methodes, property, etc etc) Thanks Bernard From jochen.georges at ...22... Fri Mar 28 18:31:27 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 28 Mar 2003 18:31:27 +0100 Subject: [Gambas-user] gridview Message-ID: <200303281828.2412@...24...> hello gambasians at the the moment it is not possible to -change the colour of a gridview-cell/row/column, right? -let the user edit a gridview-cell, right? thanks for your answers. beste gruesse jochen From bernard.pre at ...62... Fri Mar 28 19:06:41 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Fri, 28 Mar 2003 19:06:41 +0100 Subject: [Gambas-user] a project written with gambas and mysql Message-ID: hi, here is a project written with gambas 0.51 and mysql (my distrib is redhat 8.0) BE CAREFUL USING THIS CODE !!!! I AM NOT A PRO OF GAMBAS ........ Bernard -------------- next part -------------- A non-text attachment was scrubbed... Name: sbpi.tar.gz Type: application/x-gzip Size: 138380 bytes Desc: not available URL: From bernard.pre at ...62... Sat Mar 29 08:33:22 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Sat, 29 Mar 2003 08:33:22 +0100 Subject: [Gambas-user] New version of my project (save local and network) Message-ID: hi, New version of sbpi (correction of bugs) I forgot to specify two points : 1) the application sends a mail (log) at the end of the save, for the site administrator * I use Xmail, so it is necessary to adapt the code consequently if you don't use xmail .... - the link to find the antivirus f-prot is : www.f-prot.com - the link for Xmail is www.xmailserver.org Bernard -------------- next part -------------- A non-text attachment was scrubbed... Name: sbpi.tar.gz Type: application/x-gzip Size: 145182 bytes Desc: not available URL: From karl.reinl at ...9... Sat Mar 29 20:57:48 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 29 Mar 2003 20:57:48 +0100 Subject: [Gambas-user] one more References: <3E78FA95.50000@...9...> <200303221317.55128.gambas@...1...> Message-ID: <3E85FABC.5070107@...9...> Beno?t Minisini schrieb: >Le Jeudi 20 Mars 2003 00:17, Charlie a ?crit : > > >>Salut Benoit, >> >>one more shorte example where Translate doesn't work. >>If I make Translate or F5 the IDE crashes. >> >>charlie >> >> > >Hi Charlie, > >There is a bug in the install of gambas-0.50. > >*.pot files are created with root rights in .../app/gambas/.lang. >They should not have been created ! > >Try to delete them (rm -f .lang/*.pot) and tell me if it changes anything. > >Regards, > Sorry Guys, I was out on a 'Gambas' Study, mostly with a garlic extention in Spain for a week. I prefered the garlic-oil Version. Very nice. So I missed the 0.51 get on to test . Charlie > > From gambas at ...1... Sun Mar 30 13:56:24 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 30 Mar 2003 13:56:24 +0200 Subject: [Gambas-user] tab order + documentation In-Reply-To: References: Message-ID: <200303301356.24513.gambas@...1...> Le Vendredi 28 Mars 2003 11:14, Bernard PRE a ?crit : > hi the group, > > I am working with the last release on redhat 8.0 + mysql and all is fine > !!!! > > I have 2 questions : > > 1 - How can i modify the tab order in a form ? You can't ! Well, not yet... > 2 - Wher can i found a documentation for the objects in a form (methodes, > property, etc etc) In the component explorer of the IDE. Not everything is documented. > > Thanks > > Bernard > -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Mar 30 20:38:49 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 30 Mar 2003 18:38:49 +0000 Subject: [Gambas-user] gambas 0.52 Message-ID: <200303301838.49039.gambas@...1...> Hi everybody, Gambas-0.52 is out. I made it for SuSE users, because the 0.51 didn't work on SuSE. There are some little changes too. Now you can make source packages of your projects directly from the IDE. Enjoy it. -- Beno?t Minisini mailto:gambas at ...1... From Lamego at ...99... Mon Mar 31 00:17:54 2003 From: Lamego at ...99... (Joao Luis Marques Pinto) Date: 30 Mar 2003 23:17:54 +0100 Subject: [Gambas-user] Compile problems Message-ID: <1049062671.1837.24.camel@...100...> Hi, I am trying to compile gambas, to start it didn't found my qt3 includes which were at /usr/lib/qt3/include, maybe a little tweak on configure would help :) After compiling with: ./configure --prefix=/opt/gambas --with-qt-includes=/usr/lib/qt3/include --disable-pgsql-driver I try to install with: make install but I get the following error: Making symbolic links in /usr/bin... Compiling and installing the development environment... OK Creating the library info files... gb.db.info gb.db.mysql.info Cannot find symbol GB_CLASSES gb.eval.info gb.example.info gb.info gb.qt.editor.info gb.qt.ext.info gb.qt.kde.info gb.qt.info make[2]: *** [install-exec-local] Error 139 Even if i compile without the mysql support it gives the error on the same stage. any clue ? I am using Mandrake 9.1 Final # uname -a Linux axxxx.netcabo.pt 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686 unknown unknown GNU/Linux Regards, -- Jo?o Lu?s Marques Pinto PTlink Tech Admin Lamego at ...99... From sourceforge-raindog2 at ...94... Mon Mar 31 01:31:16 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 30 Mar 2003 18:31:16 -0500 Subject: [Gambas-user] gambas RPM's for Mandrake In-Reply-To: <1049062671.1837.24.camel@...100...> References: <1049062671.1837.24.camel@...100...> Message-ID: <200303301831.17017.sourceforge-raindog2@...94...> I've updated my Gambas RPM's to 0.52. They're built for a fairly vanilla Mandrake 9.0, but the SRPM's should build fine under 9.1 (or some other RPM-based distros.) http://www.kudla.org/rpm/i586/gambas-0.52-1mdk.i586.rpm http://www.kudla.org/rpm/i586/gambas-gui-0.52-1mdk.i586.rpm http://www.kudla.org/rpm/src-rpms/gambas-0.52-1mdk.src.rpm http://www.kudla.org/rpm/src-rpms/gambas-gui-0.52-1mdk.src.rpm They Work For Me (tm). Please let me know if you have problems installing under 9.0, or if you feel like it, even if you don't ;) Rob From sourceforge-raindog2 at ...94... Mon Mar 31 01:45:47 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 30 Mar 2003 18:45:47 -0500 Subject: [Gambas-user] Compile problems In-Reply-To: <1049062671.1837.24.camel@...100...> References: <1049062671.1837.24.camel@...100...> Message-ID: <200303301845.47292.sourceforge-raindog2@...94...> On Sunday 30 March 2003 17:17, Joao Luis Marques Pinto wrote: > but I get the following error: ... > Cannot find symbol GB_CLASSES ... > make[2]: *** [install-exec-local] Error 139 Under Mandrake 9.0, I get that GB_CLASSES thing when building my "gambas-gui" package (I split them out since the Gambas gui is written in Gambas) but it still builds the package fine and runs beautifully. Try rebuilding my source packages maybe? Rob From lmorselli at ...86... Mon Mar 31 18:46:07 2003 From: lmorselli at ...86... (Lorenzo Morselli) Date: 31 Mar 2003 18:46:07 +0200 Subject: [Gambas-user] NVidia Driver... In-Reply-To: <13790-220033225143322796@...95...> References: <13790-220033225143322796@...95...> Message-ID: <1048921225.1977.2.camel@...37...> Il mar, 2003-03-25 alle 15:33, Campillo David ha scritto: > Hi everybody, > > Could anyone told me which NVidia Driver version works with Gambas... I use 0.9-769 Versions 1.0 and above does not works. -- Lorenzo Morselli http://spazioinwind.libero.it/lmorselli/ From lexlindows at ...101... Mon Mar 31 22:56:08 2003 From: lexlindows at ...101... (Joe Moreno) Date: Mon, 31 Mar 2003 14:56:08 -0600 Subject: [Gambas-user] Save Config. Files References: Message-ID: <3E88AB68.5000303@...101...> I'm working on a game called "NSA Hacking". I need to know how to have users create an account, and be able to login with this account. I also need to know how to have the game save it's settings. I know how to do with VB6, I used the Reg., but not sure how to do in Gambas. Thanks. My game can be found at "LindowsInside.com". From karl.reinl at ...9... Mon Mar 31 21:17:30 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 31 Mar 2003 21:17:30 +0200 Subject: [Gambas-user] wind of change Message-ID: <3E88944A.7090701@...9...> Salut Benoit, like dust in the wind, you forgot to change your name after moving to UTF-8 in Component explorer (talking 0.52) Charlie