Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Jussi Lahtinen
Hmmm... I have understand that "gbx3 --version" gets version number from some file? So, maybe compiling could run something like "svn info | grep -w Revision" to create revision file too? Jussi On Tue, Feb 19, 2013 at 10:59 PM, Charlie Reinl wrote: > Am Dienstag, den 19.02.2013, 20:59 +0100 sc

Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Tobias Boege
On Tue, 19 Feb 2013, Charlie Reinl wrote: > Am Dienstag, den 19.02.2013, 20:59 +0100 schrieb Tobias Boege: > > On Tue, 19 Feb 2013, Jussi Lahtinen wrote: > > > It would be nice if Gambas IDE would also tell the revision, but for > > > uninstalling Gambas you don't need to know it. > > > > This ind

Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-19 Thread John
Thanks for letting us know. We have run in to a small bug and are fixing it now, please hold on and we will fix this. It would be a big help if you could post bugs in the forums so that we find them faster, thank you. John - Original Message - From: Charlie Reinl Sent: 02/15/13 01:05 AM

Re: [Gambas-user] GambOS Web Site

2013-02-19 Thread John
No, this is not by design. We will look into it, thanks for letting me know. John - Original Message - From: Tobias Boege Sent: 02/15/13 05:11 AM To: mailing list for gambas users Subject: Re: [Gambas-user] GambOS Web Site On Thu, 14 Feb 2013, John wrote: > Well. > > The GambOS web si

Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Tobias Boege
On Tue, 19 Feb 2013, Jussi Lahtinen wrote: > It would be nice if Gambas IDE would also tell the revision, but for > uninstalling Gambas you don't need to know it. This indeed is something I was often thinking about (but since I, unlike Rolf, have only one working copy of the Gambas source code it

Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Rolf-Werner Eilert
Isn't necessary anymore. I guessed it was the trunk version (because it showed 3.4 but I have never downloaded a 3.4 version before). So I went into trunk and started make uninstall. Removed perfectly. Then I went back into gambas3-3.4.0 and installed the newly compiled version. Seems to run we

Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Jussi Lahtinen
It would be nice if Gambas IDE would also tell the revision, but for uninstalling Gambas you don't need to know it. Just paste these to your terminal: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/loc

Re: [Gambas-user] How To Gambas

2013-02-19 Thread Tobias Boege
On Tue, 19 Feb 2013, Willy Raets wrote: > As of today How to Gambas has his own website: http://howtogambas.org > > We have also relocated the first guide in the series: > How To Gambas3 - 1. Installing Gambas > http://howtogambas.org/index.php?page=cedi&type=misc&id=1%2F2 > > > Work on the seco

Re: [Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Christer Johansson
Easiest would be to click on the question mark and then check "About Gambas..." in the IDE. /CJ > There are several versions of Gambas3 in my Download dir including a > trunk dir, and I don't remember which of those I installed last. > > In order to uninstall that last version before installing

[Gambas-user] Which version of Gambas installed?

2013-02-19 Thread Rolf-Werner Eilert
There are several versions of Gambas3 in my Download dir including a trunk dir, and I don't remember which of those I installed last. In order to uninstall that last version before installing the latest 3.4 which I'm compiling right now, how can I find which version is the installed one? Thank

Re: [Gambas-user] Shared WiringPi library for RasPi

2013-02-19 Thread Christer Johansson
Thanks for the help BenoƮt hope to give it a go coming weekend! > Extern wiringPiIsr(iPin As Integer, iEdgeType As Integer, pFunction As Pointer) In "lib..." > > ... > > And then you use the name of a static function as 'pFunction' > argument when calling wiringPiIsr. > > Gambas will automaticall