From tobias at ...692... Sun Sep 1 22:44:16 2013 From: tobias at ...692... (Tobias Boege) Date: Sun, 1 Sep 2013 22:44:16 +0200 Subject: [Gambas-devel] [Gambas-devel-svn] SF.net SVN: gambas:[5826] gambas/trunk In-Reply-To: References: Message-ID: <20130901204416.GA500@...693...> On Sun, 01 Sep 2013, gambas at ...1... wrote: > [GB.GMP] > * NEW: New component based on the Gnu Multiple Precision Arithmetic > Library. Only big integers (BigInt class) are partially implemented at > the moment. This makes me happy! Thanks :-) Regards, Tobi From gambas at ...1... Sun Sep 1 23:53:19 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 01 Sep 2013 23:53:19 +0200 Subject: [Gambas-devel] [Gambas-devel-svn] SF.net SVN: gambas:[5826] gambas/trunk In-Reply-To: <20130901204416.GA500@...693...> References: <20130901204416.GA500@...693...> Message-ID: <5223B74F.90809@...1...> Le 01/09/2013 22:44, Tobias Boege a ?crit : > On Sun, 01 Sep 2013, gambas at ...1... wrote: >> [GB.GMP] >> * NEW: New component based on the Gnu Multiple Precision Arithmetic >> Library. Only big integers (BigInt class) are partially implemented at >> the moment. > > This makes me happy! Thanks :-) > > Regards, > Tobi > Do you need it? Tell me if some functions are missing. Or add them yourself as soon as you understand how. :-) Regards, -- Beno?t Minisini From mckaygerhard at ...176... Tue Sep 3 16:49:38 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Tue, 3 Sep 2013 10:19:38 -0430 Subject: [Gambas-devel] generate documentation from source code? how Message-ID: i have well documented my projects... how could i generate documentatin from gambas sources, i mean: i have this code: ' ' semaphore if DB its up to date, use itsDBexiste() method for checks dbexistealdia as Boolean ' ' return if db conection its up to day Public Function itsDBexiste() As Boolean Return dbexistealdia End i need generate documentation from that code. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Tue Sep 3 21:57:37 2013 From: gambas.fr at ...176... (Fabien Bodard) Date: Tue, 3 Sep 2013 21:57:37 +0200 Subject: [Gambas-devel] generate documentation from source code? how In-Reply-To: References: Message-ID: Not done yet Le 3 sept. 2013 16:50, "PICCORO McKAY Lenz" a ?crit : > i have well documented my projects... > > how could i generate documentatin from gambas sources, i mean: > > i have this code: > > ' ' semaphore if DB its up to date, use itsDBexiste() method for checks > dbexistealdia as Boolean > ' ' return if db conection its up to day > Public Function itsDBexiste() As Boolean > Return dbexistealdia > End > > i need generate documentation from that code. > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From computergeoffrey at ...727... Wed Sep 4 20:11:54 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Wed, 04 Sep 2013 20:11:54 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: References: Message-ID: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> Hi, Since I'm using Gambas, I noticed that generating deb packages for Debian and Ubuntu/Mint fails, however it reports it has succeeded. This is both on 32 and 64 bit (Ubuntu-based Linux distribution). Make build directory Make desktop file... Sources are being debianizated. Making package... cd /home/mint/Documenten/niceadd-0.0.1 fakeroot dpkg-buildpackage -d getopt: invalid option -- 'd' fakeroot, create a fake root environment. usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] [-i file] [-s file] [-u|--unknown-is-real] [-b|--fd-base fd] [-h|--help] [-v|--version] [--] [command] The packages were succesfully made. I think that fakeroot dpkg-buildpackage -d should be: dpkg-buildpackage -rfakeroot This is according to a message from 2007: http://lists.debian.org/debian-mentors/2007/07/msg00168.html I couldn't find which file the source code for generating packages contains, so I'm posting it here. Alien does a great job converting RPMs to DEBs, however, I think it "forgets" about files being attached/included to a deb package. Kind regards, Geoffrey De Belie From gambas at ...1... Wed Sep 4 21:13:20 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Wed, 04 Sep 2013 21:13:20 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> Message-ID: <52278650.9080503@...1...> Le 04/09/2013 20:11, Geoffrey De Belie a ?crit : > Hi, > > Since I'm using Gambas, I noticed that generating deb packages for Debian and Ubuntu/Mint fails, however it reports it has succeeded. This is both on 32 and 64 bit (Ubuntu-based Linux distribution). > > Make build directory > Make desktop file... > Sources are being debianizated. > Making package... > cd /home/mint/Documenten/niceadd-0.0.1 > fakeroot dpkg-buildpackage -d > getopt: invalid option -- 'd' > fakeroot, create a fake root environment. > usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] > [-i file] [-s file] [-u|--unknown-is-real] > [-b|--fd-base fd] [-h|--help] [-v|--version] > [--] [command] > The packages were succesfully made. > > I think that fakeroot dpkg-buildpackage -d should be: > dpkg-buildpackage -rfakeroot > > This is according to a message from 2007: http://lists.debian.org/debian-mentors/2007/07/msg00168.html > > I couldn't find which file the source code for generating packages contains, so I'm posting it here. Alien does a great job converting RPMs to DEBs, however, I think it "forgets" about files being attached/included to a deb package. > > Kind regards, > Geoffrey De Belie > It works on my machine (Ubuntu 13.04). Please give more details about your systems (versions...) -- Beno?t Minisini From mckaygerhard at ...176... Thu Sep 5 00:51:57 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Wed, 4 Sep 2013 18:21:57 -0430 Subject: [Gambas-devel] generate documentation from source code? how Message-ID: From: Fabien Bodard > Not done yet > Errr |@#?~@#~? OK OK but at leas how gambas team generated their documentation on the web page, by example... and there's some way to made IDE do not search for documentation on the web, and search for locally instaled, i mean where i get help on the IDE the help windows get all contents from gambasdoc web, and i wish to made from localhost or locally files -------------- next part -------------- An HTML attachment was scrubbed... URL: From mckaygerhard at ...176... Thu Sep 5 00:57:35 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Wed, 4 Sep 2013 18:27:35 -0430 Subject: [Gambas-devel] strange behabior in ide, getting more tables than existing Message-ID: i have strange behabior in ide, getting more tables than existing i i delete the database all work as expected but i have a code like this: If Not hconn.Tables.Exist("sysasis_listado_id") Then hTable = hconn.Tables.Add("sysasis_listado_id") and always return true (that exits) i get a 6 tables existing in the sqlite database, but when i consulting see only one.. as can see in obviously ilustrative screen shot : the hconn connection object in tables/count variable said that have 6 tables, see that db name its same as the connection windows sqlite, and the count htable object return 6 tables... [image: Inline image 1] Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: screen--181132.png Type: image/png Size: 174393 bytes Desc: not available URL: From gambas at ...1... Thu Sep 5 01:59:22 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 05 Sep 2013 01:59:22 +0200 Subject: [Gambas-devel] strange behabior in ide, getting more tables than existing In-Reply-To: References: Message-ID: <5227C95A.9060503@...1...> Le 05/09/2013 00:57, PICCORO McKAY Lenz a ?crit : > i have strange behabior in ide, getting more tables than existing > > i i delete the database all work as expected but i have a code like this: > > If Not hconn.Tables.Exist("sysasis_listado_id") Then > hTable = hconn.Tables.Add("sysasis_listado_id") > > and always return true (that exits) > > i get a 6 tables existing in the sqlite database, but when i consulting > see only one.. as can see in obviously ilustrative screen shot : > the hconn connection object in tables/count variable said that have 6 > tables, see that db name its same as the connection windows sqlite, and > the count htable object return 6 tables... > > Inline image 1 > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > Can you send me the sqlite database with the 6 tables, and can you provide a readable screenshot (i.e. not a reduced unreadable one) ? Thanks. -- Beno?t Minisini From gambas.fr at ...176... Thu Sep 5 08:27:09 2013 From: gambas.fr at ...176... (Fabien Bodard) Date: Thu, 5 Sep 2013 08:27:09 +0200 Subject: [Gambas-devel] generate documentation from source code? how In-Reply-To: References: Message-ID: 2013/9/5 PICCORO McKAY Lenz > From: Fabien Bodard > >> Not done yet >> > > Errr |@#?~@#~? > > OK OK but at leas how gambas team generated their documentation on the web > page, by example... > > and there's some way to made IDE do not search for documentation on the > web, and search for locally instaled, i mean where i get help on the IDE > the help windows get all contents from gambasdoc web, and i wish to made > from localhost or locally files > Make what ? you wan't the gb doc t be local ? > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > -- Fabien Bodard -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmorgan62 at ...176... Thu Sep 5 08:49:45 2013 From: rmorgan62 at ...176... (Randall Morgan) Date: Wed, 4 Sep 2013 23:49:45 -0700 Subject: [Gambas-devel] generate documentation from source code? how In-Reply-To: References: Message-ID: This subject came up a year or more ago. The issue is that for sme like me who travel a lot, you have no access to the documentation when you have no internet connection. It was discussed then that a solution such as what MSVS uses would be a good compromise. That is to allow the user to download a copy of the online docs and provide a local search. This was discussed but no development was ever done on this. I still think it is a good idea.... On Wed, Sep 4, 2013 at 11:27 PM, Fabien Bodard wrote: > > > > 2013/9/5 PICCORO McKAY Lenz > >> From: Fabien Bodard >> >>> Not done yet >>> >> >> Errr |@#?~@#~? >> >> OK OK but at leas how gambas team generated their documentation on the >> web page, by example... >> >> and there's some way to made IDE do not search for documentation on the >> web, and search for locally instaled, i mean where i get help on the IDE >> the help windows get all contents from gambasdoc web, and i wish to made >> from localhost or locally files >> > > Make what ? you wan't the gb doc t be local ? > >> >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft >> technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> Gambas-devel mailing list >> Gambas-devel at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-devel >> >> > > > -- > Fabien Bodard > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? -------------- next part -------------- An HTML attachment was scrubbed... URL: From computergeoffrey at ...727... Thu Sep 5 10:07:29 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 10:07:29 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52278650.9080503@...1...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> Message-ID: <140ed297017.-2389295695323040837.876487041637584422@...727...> ---- Aan Wed, 04 Sep 2013 21:13:20 +0200 Beno?t Minisini schreef ---- > Le 04/09/2013 20:11, Geoffrey De Belie a ?crit : > > Hi, > > > > Since I'm using Gambas, I noticed that generating deb packages for Debian and Ubuntu/Mint fails, however it reports it has succeeded. This is both on 32 and 64 bit (Ubuntu-based Linux distribution). > > > > Make build directory > > Make desktop file... > > Sources are being debianizated. > > Making package... > > cd /home/mint/Documenten/niceadd-0.0.1 > > fakeroot dpkg-buildpackage -d > > getopt: invalid option -- 'd' > > fakeroot, create a fake root environment. > > usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] > > [-i file] [-s file] [-u|--unknown-is-real] > > [-b|--fd-base fd] [-h|--help] [-v|--version] > > [--] [command] > > The packages were succesfully made. > > > > I think that fakeroot dpkg-buildpackage -d should be: > > dpkg-buildpackage -rfakeroot > > > > This is according to a message from 2007: http://lists.debian.org/debian-mentors/2007/07/msg00168.html > > > > I couldn't find which file the source code for generating packages contains, so I'm posting it here. Alien does a great job converting RPMs to DEBs, however, I think it "forgets" about files being attached/included to a deb package. > > > > Kind regards, > > Geoffrey De Belie > > > > It works on my machine (Ubuntu 13.04). > > Please give more details about your systems (versions...) > > -- > Beno?t Minisini I tried several configurations, of which only the Debian-based system works. In attachment, you can see the configurations of the three Linux distributions I tested. I'm using the package from ppa:nemh/gambas3. I tried downgrading to the default raring package (3.1.1), but no improvements or differences when trying to compile a Gambas project to DEB package. However, a clean install (4th tested Linux installation) of raring 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means the package from ppa:nemh/gambas3 is causing this compile issue. Could you look into this? Geoffrey De Belie -------------- next part -------------- VM Ubuntu 13.04 (x64) - DOES NOT WORK autoconf 2.69-1ubuntu1 automake 1:1.11.6-1ubuntu1 autotools-dev 20120608.1 libsigsegv2 2.9-4ubuntu3 m4 1.4.16-5 'getopt' from util-linux 2.20.1 Gambas3 version: 3.4.0 from ppa:nemh/gambas3 Debian 'dpkg' package management version 1.16.10 (amd64). Linux Mint 15 Xfce (x64, based on Ubuntu 13.04) - DOES NOT WORK autoconf 2.69ubuntu1 automake 1:1.11.6-1ubuntu1 autotools-dev 20120608.1 libsigsegv2 2.9.4ubuntu3 m4 1.4.16-5 'getopt' from util-linux 2.20.1 Gambas3 version: 3.4.0 from ppa:nemh/gambas3 Debian 'dpkg' package management version 1.16.10 (amd64). Identical configuration, both fail. Even with a Qt project that only contains an empty form. VM Debian netinst x64 (05-09-2013) - DOES WORK autoconf 2.69-1 automake 1:1.11.6-1 autotools-dev 20120608.1 libsigsegv2 and libsigsegv-dev NOT INSTALLED m4 1.4.16-3 'getopt' from util-linux 2.20.1 Gambas 3 version: 3.1.1 (default in stable Debian) Debian 'dpkg' package management version 1.16.10 (amd64). From gambas at ...1... Thu Sep 5 11:38:44 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 05 Sep 2013 11:38:44 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <140ed297017.-2389295695323040837.876487041637584422@...727...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> Message-ID: <52285124.8010904@...1...> Le 05/09/2013 10:07, Geoffrey De Belie a ?crit : > > I tried several configurations, of which only the Debian-based system > works. In attachment, you can see the configurations of the three > Linux distributions I tested. I'm using the package from > ppa:nemh/gambas3. I tried downgrading to the default raring package > (3.1.1), but no improvements or differences when trying to compile a > Gambas project to DEB package. > > However, a clean install (4th tested Linux installation) of raring > 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means > the package from ppa:nemh/gambas3 is causing this compile issue. > Could you look into this? > > Geoffrey De Belie > > Are you sure that dpkg-buildpackage is installed? (dpkg-dev binary package) -- Beno?t Minisini From computergeoffrey at ...727... Thu Sep 5 11:46:10 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 11:46:10 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52285124.8010904@...1...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> Message-ID: <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> ---- Aan Thu, 05 Sep 2013 11:38:44 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 10:07, Geoffrey De Belie a ?crit : > > > > I tried several configurations, of which only the Debian-based system > > works. In attachment, you can see the configurations of the three > > Linux distributions I tested. I'm using the package from > > ppa:nemh/gambas3. I tried downgrading to the default raring package > > (3.1.1), but no improvements or differences when trying to compile a > > Gambas project to DEB package. > > > > However, a clean install (4th tested Linux installation) of raring > > 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means > > the package from ppa:nemh/gambas3 is causing this compile issue. > > Could you look into this? > > > > Geoffrey De Belie > > > > > > Are you sure that dpkg-buildpackage is installed? (dpkg-dev binary package) > > -- > Beno?t Minisini > Yes, version 1.16.10ubuntu1 of dpkg-dev is installed. Geoffrey De Belie From computergeoffrey at ...727... Thu Sep 5 12:06:35 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 12:06:35 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52285498.4070801@...1...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> <52285498.4070801@...1...> Message-ID: <496756858.49541.1378375595558.JavaMail.sas1@[172.29.249.242]> ---- Aan Thu, 05 Sep 2013 11:53:28 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 11:46, Geoffrey De Belie a ?crit : > > > > ---- Aan Thu, 05 Sep 2013 11:38:44 +0200 Beno?t Minisini schreef ---- > > > > > Le 05/09/2013 10:07, Geoffrey De Belie a ?crit : > > > > > > > > I tried several configurations, of which only the Debian-based system > > > > works. In attachment, you can see the configurations of the three > > > > Linux distributions I tested. I'm using the package from > > > > ppa:nemh/gambas3. I tried downgrading to the default raring package > > > > (3.1.1), but no improvements or differences when trying to compile a > > > > Gambas project to DEB package. > > > > > > > > However, a clean install (4th tested Linux installation) of raring > > > > 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means > > > > the package from ppa:nemh/gambas3 is causing this compile issue. > > > > Could you look into this? > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > Are you sure that dpkg-buildpackage is installed? (dpkg-dev binary package) > > > > > > -- > > > Beno?t Minisini > > > > > > > Yes, version 1.16.10ubuntu1 of dpkg-dev is installed. > > > > Geoffrey De Belie > > > > > > What happens if you manually run the following in a terminal (in your > home directory for example)? > > $ fakeroot dpkg-buildpackage -d > > And then in the '/home/mint/Documenten/niceadd-0.0.1' directory? > > -- > Beno?t Minisini > Home directory, command fakeroot dpkg-buildpackage -d (root or non-root is the same result): getopt: invalid option -- 'd' fakeroot, create a fake root environment. usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] [-i file] [-s file] [-u|--unknown-is-real] [-b|--fd-base fd] [-h|--help] [-v|--version] [--] [command] Same result for project directory of niceadd. Maybe fakeroot/dpkg-buildpackage depreciated the -d option and after that, removed it? Geoffrey De Belie From computergeoffrey at ...727... Thu Sep 5 13:17:50 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 13:17:50 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <522863BA.2070706@...1...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> <52285498.4070801@...1...> <496756858.49541.1378375595558.JavaMail.sas1@[172.29.249.242]> <522863BA.2070706@...1...> Message-ID: <106295209.69524.1378379870518.JavaMail.sas1@[172.29.249.242]> ---- Aan Thu, 05 Sep 2013 12:58:02 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 12:06, Geoffrey De Belie a ?crit : > > > > ---- Aan Thu, 05 Sep 2013 11:53:28 +0200 Beno?t Minisini schreef ---- > > > > > Le 05/09/2013 11:46, Geoffrey De Belie a ?crit : > > > > > > > > ---- Aan Thu, 05 Sep 2013 11:38:44 +0200 Beno?t Minisini schreef ---- > > > > > > > > > Le 05/09/2013 10:07, Geoffrey De Belie a ?crit : > > > > > > > > > > > > I tried several configurations, of which only the Debian-based system > > > > > > works. In attachment, you can see the configurations of the three > > > > > > Linux distributions I tested. I'm using the package from > > > > > > ppa:nemh/gambas3. I tried downgrading to the default raring package > > > > > > (3.1.1), but no improvements or differences when trying to compile a > > > > > > Gambas project to DEB package. > > > > > > > > > > > > However, a clean install (4th tested Linux installation) of raring > > > > > > 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means > > > > > > the package from ppa:nemh/gambas3 is causing this compile issue. > > > > > > Could you look into this? > > > > > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > > > > > > > > > Are you sure that dpkg-buildpackage is installed? (dpkg-dev binary package) > > > > > > > > > > -- > > > > > Beno?t Minisini > > > > > > > > > > > > > Yes, version 1.16.10ubuntu1 of dpkg-dev is installed. > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > What happens if you manually run the following in a terminal (in your > > > home directory for example)? > > > > > > $ fakeroot dpkg-buildpackage -d > > > > > > And then in the '/home/mint/Documenten/niceadd-0.0.1' directory? > > > > > > -- > > > Beno?t Minisini > > > > > > > Home directory, command fakeroot dpkg-buildpackage -d (root or non-root is the same result): > > > > getopt: invalid option -- 'd' > > fakeroot, create a fake root environment. > > usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] > > [-i file] [-s file] [-u|--unknown-is-real] > > [-b|--fd-base fd] [-h|--help] [-v|--version] > > [--] [command] > > > > Same result for project directory of niceadd. > > > > Maybe fakeroot/dpkg-buildpackage depreciated the -d option and after that, removed it? > > > > Geoffrey De Belie > > > > > > I don't understand: the '-d' option is documented in the > dpkg-buildpackage man page, and works there on my Ubuntu 13.04! > > I think there is a problem in your fakeroot program, because it seems to > think that the "-d" option is for itself, not for dpkg-buildpackage. > > Where does your 'fakeroot' command comes from? > > -- > Beno?t Minisini > I just installed Linux Mint, without special things :) It's fakeroot version 1.18.4 (fakeroot -v shows this information) Even with fakeroot 1.19 from Debian Sid (see http://ftp.ch.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.19-2_amd64.deb), the problem persists. It's weird however that the same version of fakeroot can work or cannot work, therefore I think it's more related to config files or old/wrong files (which probably come from the ppa version of gambas). Geoffrey De Belie From computergeoffrey at ...727... Thu Sep 5 13:27:34 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 13:27:34 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <106295209.69524.1378379870518.JavaMail.sas1@[172.29.249.242]> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> <52285498.4070801@...1...> <496756858.49541.1378375595558.JavaMail.sas1@[172.29.249.242]> <522863BA.2070706@...1...> <106295209.69524.1378379870518.JavaMail.sas1@[172.29.249.242]> Message-ID: <1787632790.63840.1378380454478.JavaMail.sas1@[172.29.251.236]> ---- Aan Thu, 05 Sep 2013 13:17:50 +0200 Geoffrey De Belie schreef ---- > >---- Aan Thu, 05 Sep 2013 12:58:02 +0200 Beno?t Minisini schreef ---- > > > Le 05/09/2013 12:06, Geoffrey De Belie a ?crit : > > > > > > ---- Aan Thu, 05 Sep 2013 11:53:28 +0200 Beno?t Minisini schreef ---- > > > > > > > Le 05/09/2013 11:46, Geoffrey De Belie a ?crit : > > > > > > > > > > ---- Aan Thu, 05 Sep 2013 11:38:44 +0200 Beno?t Minisini schreef ---- > > > > > > > > > > > Le 05/09/2013 10:07, Geoffrey De Belie a ?crit : > > > > > > > > > > > > > > I tried several configurations, of which only the Debian-based system > > > > > > > works. In attachment, you can see the configurations of the three > > > > > > > Linux distributions I tested. I'm using the package from > > > > > > > ppa:nemh/gambas3. I tried downgrading to the default raring package > > > > > > > (3.1.1), but no improvements or differences when trying to compile a > > > > > > > Gambas project to DEB package. > > > > > > > > > > > > > > However, a clean install (4th tested Linux installation) of raring > > > > > > > 3.1.1 on Linux Mint 15 Xfce x64 seems to work. That probably means > > > > > > > the package from ppa:nemh/gambas3 is causing this compile issue. > > > > > > > Could you look into this? > > > > > > > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > > > > > > > > > > > > > Are you sure that dpkg-buildpackage is installed? (dpkg-dev binary package) > > > > > > > > > > > > -- > > > > > > Beno?t Minisini > > > > > > > > > > > > > > > > Yes, version 1.16.10ubuntu1 of dpkg-dev is installed. > > > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > > > > > What happens if you manually run the following in a terminal (in your > > > > home directory for example)? > > > > > > > > $ fakeroot dpkg-buildpackage -d > > > > > > > > And then in the '/home/mint/Documenten/niceadd-0.0.1' directory? > > > > > > > > -- > > > > Beno?t Minisini > > > > > > > > > > Home directory, command fakeroot dpkg-buildpackage -d (root or non-root is the same result): > > > > > > getopt: invalid option -- 'd' > > > fakeroot, create a fake root environment. > > > usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin] > > > [-i file] [-s file] [-u|--unknown-is-real] > > > [-b|--fd-base fd] [-h|--help] [-v|--version] > > > [--] [command] > > > > > > Same result for project directory of niceadd. > > > > > > Maybe fakeroot/dpkg-buildpackage depreciated the -d option and after that, removed it? > > > > > > Geoffrey De Belie > > > > > > > > > > I don't understand: the '-d' option is documented in the > > dpkg-buildpackage man page, and works there on my Ubuntu 13.04! > > > > I think there is a problem in your fakeroot program, because it seems to > > think that the "-d" option is for itself, not for dpkg-buildpackage. > > > > Where does your 'fakeroot' command comes from? > > > > -- > > Beno?t Minisini > > > >I just installed Linux Mint, without special things :) It's fakeroot version 1.18.4 (fakeroot -v shows this information) >Even with fakeroot 1.19 from Debian Sid (see http://ftp.ch.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.19-2_amd64.deb), the problem persists. > >It's weird however that the same version of fakeroot can work or cannot work, therefore I think it's more related to config files or old/wrong files (which probably come from the ppa version of gambas). > >Geoffrey De Belie > Would dpkg-buildpackage -d -rfakeroot work? It gives this output (just executed in /home/mint/) tail: can't open ?debian/changelog? to read: File or directory doesn't exist dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1 Geoffrey De Belie From gambas at ...1... Thu Sep 5 13:31:23 2013 From: gambas at ...1... (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Sep 2013 13:31:23 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <1787632790.63840.1378380454478.JavaMail.sas1@[172.29.251.236]> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> <52285498.4070801@...1...> <496756858.49541.1378375595558.JavaMail.sas1@[172.29.249.242]> <522863BA.2070706@...1...> <106295209.69524.1378379870518.JavaMail.sas1@[172.29.249.242]> <1787632790.63840.1378380454478.JavaMail.sas1@[172.29.251.236]> Message-ID: <52286B8B.3030703@...1...> Le 05/09/2013 13:27, Geoffrey De Belie a ?crit : > Would dpkg-buildpackage -d -rfakeroot work? It gives this output (just executed in /home/mint/) > > tail: can't open ?debian/changelog? to read: File or directory doesn't exist > dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1 > > Geoffrey De Belie > Yes. I will replace it in the IDE sources and check that I can make a package... -- Beno?t Minisini From gambas at ...1... Thu Sep 5 13:35:32 2013 From: gambas at ...1... (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Sep 2013 13:35:32 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52286B8B.3030703@...1...> References: <2134035798.521493.1378318314312.JavaMail.sas1@[172.29.251.236]> <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <1159221459.43686.1378374370274.JavaMail.sas1@[172.29.249.242]> <52285498.4070801@...1...> <496756858.49541.1378375595558.JavaMail.sas1@[172.29.249.242]> <522863BA.2070706@...1...> <106295209.69524.1378379870518.JavaMail.sas1@[172.29.249.242]> <1787632790.63840.1378380454478.JavaMail.sas1@[172.29.251.236]> <52286B8B.3030703@...1...> Message-ID: <52286C84.70905@...1...> Le 05/09/2013 13:31, Beno?t Minisini a ?crit : > Le 05/09/2013 13:27, Geoffrey De Belie a ?crit : >> Would dpkg-buildpackage -d -rfakeroot work? It gives this output (just executed in /home/mint/) >> >> tail: can't open ?debian/changelog? to read: File or directory doesn't exist >> dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1 >> >> Geoffrey De Belie >> > > Yes. I will replace it in the IDE sources and check that I can make a > package... > Fixed in revision #5830. Tell me if it works for you. -- Beno?t Minisini From computergeoffrey at ...727... Thu Sep 5 13:54:33 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 13:54:33 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52286C84.70905@...1...> References: <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <52285498.4070801@...1...> <522863BA.2070706@...1...> <52286B8B.3030703@...1...> <52286C84.70905@...1...> Message-ID: <1723372232.70392.1378382073356.JavaMail.sas1@[172.29.251.236]> ---- Aan Thu, 05 Sep 2013 13:35:32 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 13:31, Beno?t Minisini a ?crit : > > Le 05/09/2013 13:27, Geoffrey De Belie a ?crit : > >> Would dpkg-buildpackage -d -rfakeroot work? It gives this output (just executed in /home/mint/) > >> > >> tail: can't open ?debian/changelog? to read: File or directory doesn't exist > >> dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1 > >> > >> Geoffrey De Belie > >> > > > > Yes. I will replace it in the IDE sources and check that I can make a > > package... > > > > Fixed in revision #5830. Tell me if it works for you. > > -- > Beno?t Minisini > I'm not able to compile Gambas itself on this computer. Could you provide me a deb for revision #5830? ./configure doesn't work like it should. I downloaded the source code, but compiling is too difficult, apparently :D Geoffrey De Belie From computergeoffrey at ...727... Thu Sep 5 14:51:36 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 14:51:36 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52287585.6030200@...1...> References: <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <52285498.4070801@...1...> <522863BA.2070706@...1...> <52286B8B.3030703@...1...> <52286C84.70905@...1...> <1723372232.70392.1378382073356.JavaMail.sas1@[172.29.251.236]> <52287585.6030200@...1...> Message-ID: <554149263.86515.1378385496247.JavaMail.sas1@[172.29.251.236]> ---- Aan Thu, 05 Sep 2013 14:13:57 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 13:54, Geoffrey De Belie a ?crit : > > > > I'm not able to compile Gambas itself on this computer. Could you > > provide me a deb for revision #5830? ./configure doesn't work like it > > should. I downloaded the source code, but compiling is too difficult, > > apparently :D > > > > Geoffrey De Belie > > > > > > I can't, I don't make packages. But if compiling is too difficult, then > that means there is something really weird on your system... > > -- > Beno?t Minisini > Maybe I just don't have the skills to compile, who knows :) ./configure doesn't work - which is weird - simple c programs compile immediately :) I will ask an packager to compile it for me. I will let you know as soon as I know if creating a deb file for a gambas project works. Geoffrey De Belie From mckaygerhard at ...176... Thu Sep 5 15:40:49 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Thu, 5 Sep 2013 09:10:49 -0430 Subject: [Gambas-devel] strange behabior in ide, getting more tables than existing Message-ID: From: Beno?t Minisini > Can you send me the sqlite database with the 6 tables, and can you > provide a readable screenshot (i.e. not a reduced unreadable one) ? > Solved, fs problems !!!!! all my instances work very rare due this, until explote!! thanks in any case for response benoit -------------- next part -------------- An HTML attachment was scrubbed... URL: From computergeoffrey at ...727... Thu Sep 5 15:46:59 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Thu, 05 Sep 2013 15:46:59 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <52288131.6020704@...1...> References: <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <52285498.4070801@...1...> <522863BA.2070706@...1...> <52286B8B.3030703@...1...> <52286C84.70905@...1...> <52287585.6030200@...1...> <52288131.6020704@...1...> Message-ID: <829929101.104850.1378388819530.JavaMail.sas1@[172.29.251.236]> ---- Aan Thu, 05 Sep 2013 15:03:45 +0200 Beno?t Minisini schreef ---- > Le 05/09/2013 14:51, Geoffrey De Belie a ?crit : > > > > ---- Aan Thu, 05 Sep 2013 14:13:57 +0200 Beno?t Minisini schreef ---- > > > > > Le 05/09/2013 13:54, Geoffrey De Belie a ?crit : > > > > > > > > I'm not able to compile Gambas itself on this computer. Could you > > > > provide me a deb for revision #5830? ./configure doesn't work like it > > > > should. I downloaded the source code, but compiling is too difficult, > > > > apparently :D > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > I can't, I don't make packages. But if compiling is too difficult, then > > > that means there is something really weird on your system... > > > > > > -- > > > Beno?t Minisini > > > > > > > Maybe I just don't have the skills to compile, who knows :) > > ./configure doesn't work - which is weird - simple c programs compile immediately :) > > > > I will ask an packager to compile it for me. I will let you know as soon as I know if creating a deb file for a gambas project works. > > > > Geoffrey De Belie > > > > > > You have to issue a "./reconf-all" first. See: > > http://gambasdoc.org/help/install?v3 > > -- > Beno?t Minisini Thanks for the link. https://launchpad.net/~sebikul/+archive/gambas-daily however looks promising. I'll wait one day so that I don't need to go through the hassle of compiling :) Geoffrey De Belie From mckaygerhard at ...176... Thu Sep 5 16:53:25 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Thu, 5 Sep 2013 10:23:25 -0430 Subject: [Gambas-devel] gb.doc running local event agains gambasdoc.org Message-ID: From: Fabien Bodard > Make what ? you wan't the gb doc t be local ? > Of course as said Randall: please read and carefully ok: From: Randall Morgan > This subject came up a year or more ago. The issue is that for sme like me > who travel a lot, you have no access to the documentation when you have no > internet connection. It was discussed then that a solution such as what > MSVS uses would be a good compromise. That is to allow the user to download > a copy of the online docs and provide a local search. This was discussed > but no development was ever done on this. I still think it is a good > idea.... > u cacht the idea, some developers do no have resources in some places, by example, in remote places such like Guayana/Brasil region (home of the Tepuy's) in this remote places internet connection are very bad (event if radio or sattelite) due climatology.. also me, i do not have intenet connection on my home!!! ARRGGG -------------- next part -------------- An HTML attachment was scrubbed... URL: From computergeoffrey at ...727... Sat Sep 7 16:50:24 2013 From: computergeoffrey at ...727... (Geoffrey De Belie) Date: Sat, 07 Sep 2013 16:50:24 +0200 Subject: [Gambas-devel] Gambas projects not compiling on Ubuntu or Debian In-Reply-To: <829929101.104850.1378388819530.JavaMail.sas1@[172.29.251.236]> References: <52278650.9080503@...1...> <140ed297017.-2389295695323040837.876487041637584422@...727...> <52285124.8010904@...1...> <52285498.4070801@...1...> <522863BA.2070706@...1...> <52286B8B.3030703@...1...> <52286C84.70905@...1...> <52287585.6030200@...1...> <52288131.6020704@...1...> <829929101.104850.1378388819530.JavaMail.sas1@[172.29.251.236]> Message-ID: <1489599855.424193.1378565424772.JavaMail.sas1@[172.29.249.242]> ---- Aan Thu, 05 Sep 2013 15:46:59 +0200 Geoffrey De Belie schreef ---- > >---- Aan Thu, 05 Sep 2013 15:03:45 +0200 Beno?t Minisini schreef ---- > > > Le 05/09/2013 14:51, Geoffrey De Belie a ?crit : > > > > > > ---- Aan Thu, 05 Sep 2013 14:13:57 +0200 Beno?t Minisini schreef ---- > > > > > > > Le 05/09/2013 13:54, Geoffrey De Belie a ?crit : > > > > > > > > > > I'm not able to compile Gambas itself on this computer. Could you > > > > > provide me a deb for revision #5830? ./configure doesn't work like it > > > > > should. I downloaded the source code, but compiling is too difficult, > > > > > apparently :D > > > > > > > > > > Geoffrey De Belie > > > > > > > > > > > > > > > > > > I can't, I don't make packages. But if compiling is too difficult, then > > > > that means there is something really weird on your system... > > > > > > > > -- > > > > Beno?t Minisini > > > > > > > > > > Maybe I just don't have the skills to compile, who knows :) > > > ./configure doesn't work - which is weird - simple c programs compile immediately :) > > > > > > I will ask an packager to compile it for me. I will let you know as soon as I know if creating a deb file for a gambas project works. > > > > > > Geoffrey De Belie > > > > > > > > > > You have to issue a "./reconf-all" first. See: > > > > http://gambasdoc.org/help/install?v3 > > > > -- > > Beno?t Minisini > >Thanks for the link. >https://launchpad.net/~sebikul/+archive/gambas-daily however looks promising. I'll wait one day so that I don't need to go through the hassle of compiling :) > >Geoffrey De Belie > It works, thanks! I think, however, that attaching files doesn't work - does it work on your computer? From tobias at ...692... Sun Sep 15 18:24:58 2013 From: tobias at ...692... (Tobias Boege) Date: Sun, 15 Sep 2013 18:24:58 +0200 Subject: [Gambas-devel] [Gambas-devel-svn] SF.net SVN: gambas:[5826] gambas/trunk In-Reply-To: <5223B74F.90809@...1...> References: <20130901204416.GA500@...693...> <5223B74F.90809@...1...> Message-ID: <20130915162458.GD5469@...693...> On Sun, 01 Sep 2013, Beno?t Minisini wrote: > Le 01/09/2013 22:44, Tobias Boege a ?crit : > > On Sun, 01 Sep 2013, gambas at ...1... wrote: > >> [GB.GMP] > >> * NEW: New component based on the Gnu Multiple Precision Arithmetic > >> Library. Only big integers (BigInt class) are partially implemented at > >> the moment. > > > > This makes me happy! Thanks :-) > > > > Regards, > > Tobi > > > > Do you need it? Tell me if some functions are missing. Or add them > yourself as soon as you understand how. :-) > "Need" is too strong. I once wished it was there but I switched to C for that particular case (it was an application of a Goedelisation[0] algorithm where the Goedel number of a word with n characters likely fills n screens of text :-)). If I ever get the examples re-done, I may add a Gambas version of this program. At the first glance at the BigInt class, I only miss mpz_remove()... Regards, Tobi [0] http://en.wikipedia.org/wiki/G%C3%B6del_numbering From tobias at ...692... Sun Sep 15 18:55:32 2013 From: tobias at ...692... (Tobias Boege) Date: Sun, 15 Sep 2013 18:55:32 +0200 Subject: [Gambas-devel] generate documentation from source code? how In-Reply-To: References: Message-ID: <20130915165532.GE5469@...693...> On Wed, 04 Sep 2013, Randall Morgan wrote: > This subject came up a year or more ago. The issue is that for sme like me > who travel a lot, you have no access to the documentation when you have no > internet connection. It was discussed then that a solution such as what > MSVS uses would be a good compromise. That is to allow the user to download > a copy of the online docs and provide a local search. This was discussed > but no development was ever done on this. I still think it is a good > idea.... > May I step in (as politely as possible) and give another proposal (not a new one, though): I'm still convinced that from a developer's perspective it is much easier to maintain documentation (of interface functions only!) in-code (like Lenz[*] proposed when he mentioned doxygen). At least for my personal workflow, the documentation would more likely be a) up to date; and b) actually existing. In fact, components written in Gambas can be documented in their source code and the documentation goes into the component's .info file. Consequently, I wrote a bunch of scripts and a more complex program which extract docs from C/C++ source files, format them and put them at the right places in the component's .info file. What we then have is the documentation of one repository snapshot in the components' .info files. The way this would not only solve my problem (I'd like to document my C components in-code) but also your problem is this: The IDE could surely be modified to read the installed components' .info files for documentation. Since the .info files are generated from the components' source code, the comments would (ideally!) directly match the behaviour of the component at that stage. A CheckBox could then toggle between: 0) Use local .info files of current installation (no internet connection required); or 1) Use online gambasdoc.org documentation which aims towards being relevant to trunk or the latest stable version. Regarding the last point "relevant to trunk or the latest stable version", we could have both since the documentation is then bound to a revision. If there is a mechanism to import .info files into the gambasdoc.org server (or it gets a cronjob to fetch updates from SVN trunk daily and rebuild the trunk branch of documentation), the whole documentation could be generated automatically. >From a convenience point of view, this is what I would like to have. Problems arise (AFAICS) for: a) translations; and b) server load (both hard disk and work load). However, these are only relevant to the online documentation. We could equally well leave the online documentation system as-is and focus on local documentation in .info files...? Anyways, there are still two things missing from my plan: a) the IDE cannot (to my knowledge) display comments in .info files (or it always prefers the online documentation); and b) there is no import functionality of .info files into the online documentation (may not be an issue, as I said). I hope to not have bothered you with this again. I just don't remember to have received any reaction on my previous posts about that. Regards, Tobi [*] I'm really embarrassed: I don't know which of these words in your mail headers' From: lines is your first name. "Lenz" is the only one which has a meaning in my mother tongue :-) Please, let me know the proper name. From mckaygerhard at ...176... Tue Sep 24 15:51:58 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Tue, 24 Sep 2013 09:21:58 -0430 Subject: [Gambas-devel] How to use connections/resultsets from gb.web scripts? Message-ID: as i said prevoiusly i made good scripts using cgi gambas server pages, but now: how could i use modules or programs made in gambas standar projects , please this time more explicit -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From rmorgan62 at ...176... Tue Sep 24 17:27:49 2013 From: rmorgan62 at ...176... (Randall Morgan) Date: Tue, 24 Sep 2013 08:27:49 -0700 Subject: [Gambas-devel] How to use connections/resultsets from gb.web scripts? In-Reply-To: References: Message-ID: cgi is not that difficult. Any program that outputs to the standard i/o can be used for cgi. CGI simply redirects the standard i/o to the web sever. So a Gambas program or any other program that writes to the std i/o (console) can be used. Admitidly this is a simplification. But it is true. On Tue, Sep 24, 2013 at 6:51 AM, PICCORO McKAY Lenz wrote: > as i said prevoiusly i made good scripts using cgi gambas server pages, > but now: > > how could i use modules or programs made in gambas standar projects , > please this time more explicit > > -- > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mckaygerhard at ...176... Mon Sep 30 23:17:02 2013 From: mckaygerhard at ...176... (PICCORO McKAY Lenz) Date: Mon, 30 Sep 2013 16:47:02 -0430 Subject: [Gambas-devel] How to use connections/resultsets from gb.web scripts? In-Reply-To: References: Message-ID: ping? how to use gb connection from gambas server page cgi ? On 9/24/13, PICCORO McKAY Lenz wrote: > as i said prevoiusly i made good scripts using cgi gambas server pages, but > now: > > how could i use modules or programs made in gambas standar projects , > please this time more explicit -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com