Re: [Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Willy Raets
On Wed, 2013-11-06 at 18:46 -0200, Sebastian Kulesz wrote: > tl;dr: If you are using the Daily Builds PPA, it has moved from the > previous location, please read to keep Gambas updated. > > The Daily Builds PPA, previously located at has > moved to . This is to avoid Kendek from > performing unte

Re: [Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Jussi Lahtinen
Oh damn sorry of course: sudo apt-add-repository --remove ppa:sebikul/gambas-daily Jussi On Thu, Nov 7, 2013 at 2:21 AM, Jussi Lahtinen wrote: > Alternatively remove old repository with: > sudo apt-add-repository --remove ppa:gambas-team/gambas-daily > > Jussi > > > On Wed, Nov 6, 2013 at 10:46

Re: [Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Jussi Lahtinen
Alternatively remove old repository with: sudo apt-add-repository --remove ppa:gambas-team/gambas-daily Jussi On Wed, Nov 6, 2013 at 10:46 PM, Sebastian Kulesz wrote: > tl;dr: If you are using the Daily Builds PPA, it has moved from the > previous location, please read to keep Gambas updated.

Re: [Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Benoît Minisini
Le 06/11/2013 21:46, Sebastian Kulesz a écrit : > tl;dr: If you are using the Daily Builds PPA, it has moved from the > previous location, please read to keep Gambas updated. > > The Daily Builds PPA, previously located at has > moved to . This is to avoid Kendek from > performing untested changes

[Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Sebastian Kulesz
tl;dr: If you are using the Daily Builds PPA, it has moved from the previous location, please read to keep Gambas updated. The Daily Builds PPA, previously located at has moved to . This is to avoid Kendek from performing untested changes to the Stable PPA, and avoiding potential issues. The qui

Re: [Gambas-user] Unexecuted Orphan Code or Something?

2013-11-06 Thread 2aq9j93b7s
hello Thank You for the reply Benoit, merci Like the other code in this topic I created it solely as an example. It seems that my poor example is getting more mileage than the reason for the post. I again created the following code and tested it. Playing around with commented lines shows what is

Re: [Gambas-user] WIP Debian packages of Gambas

2013-11-06 Thread PICCORO McKAY Lenz
examples files in specifications said that must depend on ide, and i note example files can be compiled and run without ide, ide are not need absolutelly, so in debian this gambas3-ide should be suggested only, also this i think do not follow debian specifications (an so if thas can be solve a wisl

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-06 Thread PICCORO McKAY Lenz
I read now carefully the gambas specification and do not comply with some little debian specifications "gambas3-devel" said that must handle only the compilers.. and for debian the .so and .a files must be in "devel" packages, with headers and code.. on IDE theres a option to download source cod

Re: [Gambas-user] if-else vs try who are best faster inmachine time?

2013-11-06 Thread PICCORO McKAY Lenz
From: Tobias Boege > Yeah, may I throw in some related thought? > > I know you asked for the most efficient way to do it but your program > should > also be safe from race conditions, right? When you do > > ' Check for existance > If Exist(sPath) Then Kill sPath > > or even > > ' Check for existan

Re: [Gambas-user] Segfault when freeing pointer used for Extern

2013-11-06 Thread Charlie Reinl
Am Mittwoch, den 06.11.2013, 10:28 +1030 schrieb Bruce: > Dear experts, > > Can anyone see what I'm doing wrong here. Source archive is attached, > but here is the entire code: > > -- > ' Gambas module file > > ' void uuid_gene