From kevinfishburne at ...590... Sun Apr 14 07:22:41 2013 From: kevinfishburne at ...590... (Kevin Fishburne) Date: Sun, 14 Apr 2013 01:22:41 -0400 Subject: [Gambas-devel] sig 11 with gb.compress Message-ID: <516A3D21.4050403@...590...> This code: Public Function DecompressString(Data As String) As String ' Decompress and return passed string. ' General declarations. Dim c As New Uncompress ' Set compression type. c.Type = "bzlib2" ' Decompress and return data. Return c.String(Data) End crashes the second time it's run. It may be due to me not doing "c.Close" afterward, or it may be that I'm calling the function in the Return line (I'm still debugging it). -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...590... phone: (770) 853-6271 From kevinfishburne at ...590... Sun Apr 14 07:33:12 2013 From: kevinfishburne at ...590... (Kevin Fishburne) Date: Sun, 14 Apr 2013 01:33:12 -0400 Subject: [Gambas-devel] sig 11 with gb.compress In-Reply-To: <516A3D21.4050403@...590...> References: <516A3D21.4050403@...590...> Message-ID: <516A3F98.1040705@...590...> On 04/14/2013 01:22 AM, Kevin Fishburne wrote: > This code: > > Public Function DecompressString(Data As String) As String > > ' Decompress and return passed string. > > ' General declarations. > Dim c As New Uncompress > > ' Set compression type. > c.Type = "bzlib2" > > ' Decompress and return data. > Return c.String(Data) > > End > > crashes the second time it's run. It may be due to me not doing > "c.Close" afterward, or it may be that I'm calling the function in the > Return line (I'm still debugging it). > Well this is interesting. It works fine if I use "zlib" and only crashes when using "bzlib2". I'm using the latest build of GAMBAS from the daily PPA and Kubuntu 12.10. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...590... phone: (770) 853-6271 From marcobra.ubuntu at ...176... Thu Apr 18 23:33:20 2013 From: marcobra.ubuntu at ...176... (marco bra) Date: Thu, 18 Apr 2013 23:33:20 +0200 Subject: [Gambas-devel] Feature request... Message-ID: Hi is possible in the future have gambas able to open standard dbf files ? Some work about this was done from Fabien Bodard It is already possible to open and read dbf with Faben works Thanks in advance Marco -- Linux Infinite Freedom -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebikul at ...176... Tue Apr 30 00:39:15 2013 From: sebikul at ...176... (Sebastian Kulesz) Date: Mon, 29 Apr 2013 19:39:15 -0300 Subject: [Gambas-devel] Build error with rev 5623 Message-ID: Failed in every ubuntu distro (Daily builds ppa). Log for quantal i386: https://launchpadlibrarian.net/138717430/buildlog_ubuntu-quantal-i386.gambas3_3.4.99-0%2Bsvn4476-build27~quantal1_FAILEDTOBUILD.txt.gz Log for raring i386 https://launchpad.net/~sebikul/+archive/gambas-daily/+build/4533528/+files/buildlog_ubuntu-raring-i386.gambas3_3.4.99-0%2Bsvn4476-build27~raring1_FAILEDTOBUILD.txt.gz Comes from a dependency loop from gb.desktop and gb.form. This [0] is the conflicting commit. [0] http://sourceforge.net/p/gambas/code/5623/tree//gambas/trunk/gb.desktop/src/gb.desktop/.project?diff=50c15a58e88f3d0bf07cc034:5550 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Tue Apr 30 00:46:20 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Tue, 30 Apr 2013 00:46:20 +0200 Subject: [Gambas-devel] Build error with rev 5623 In-Reply-To: References: Message-ID: <517EF83C.10601@...1...> Le 30/04/2013 00:39, Sebastian Kulesz a ?crit : > Failed in every ubuntu distro (Daily builds ppa). > > Log for quantal i386: > https://launchpadlibrarian.net/138717430/buildlog_ubuntu-quantal-i386.gambas3_3.4.99-0%2Bsvn4476-build27~quantal1_FAILEDTOBUILD.txt.gz > > Log for raring i386 > https://launchpad.net/~sebikul/+archive/gambas-daily/+build/4533528/+files/buildlog_ubuntu-raring-i386.gambas3_3.4.99-0%2Bsvn4476-build27~raring1_FAILEDTOBUILD.txt.gz > > Comes from a dependency loop from gb.desktop and gb.form. This [0] is > the conflicting commit. > > [0] > http://sourceforge.net/p/gambas/code/5623/tree//gambas/trunk/gb.desktop/src/gb.desktop/.project?diff=50c15a58e88f3d0bf07cc034:5550 > Oops. Should be fixed in revision #5624. -- Beno?t Minisini From sebikul at ...176... Tue Apr 30 01:00:53 2013 From: sebikul at ...176... (Sebastian Kulesz) Date: Mon, 29 Apr 2013 20:00:53 -0300 Subject: [Gambas-devel] Build error with rev 5623 In-Reply-To: <517EF83C.10601@...1...> References: <517EF83C.10601@...1...> Message-ID: I issued a new build, it should pop in a few hours. Also took the chance to add Ubuntu Saucy 13.10 as a new target. On Mon, Apr 29, 2013 at 7:46 PM, Beno?t Minisini < gambas at ...1...> wrote: > Le 30/04/2013 00:39, Sebastian Kulesz a ?crit : > > Failed in every ubuntu distro (Daily builds ppa). > > > > Log for quantal i386: > > > https://launchpadlibrarian.net/138717430/buildlog_ubuntu-quantal-i386.gambas3_3.4.99-0%2Bsvn4476-build27~quantal1_FAILEDTOBUILD.txt.gz > > > > Log for raring i386 > > > https://launchpad.net/~sebikul/+archive/gambas-daily/+build/4533528/+files/buildlog_ubuntu-raring-i386.gambas3_3.4.99-0%2Bsvn4476-build27~raring1_FAILEDTOBUILD.txt.gz > > > > Comes from a dependency loop from gb.desktop and gb.form. This [0] is > > the conflicting commit. > > > > [0] > > > http://sourceforge.net/p/gambas/code/5623/tree//gambas/trunk/gb.desktop/src/gb.desktop/.project?diff=50c15a58e88f3d0bf07cc034:5550 > > > > Oops. Should be fixed in revision #5624. > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > 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: