I have a situation where objects created later need to be
"rendered" (cast?, reclassifed?) as one of many specialised
versions of those objects. In the following code all went fine until I
added the check to ensure that the specialised class is a descendant of
the original class.
Now it fails whe
Hi, in Debian Wheezy, for component GB.pdf, the libpoppler-dev change to
libpoppler-private-dev
--
William Cabrera
http://willicab.gnu.org.ve
2012/7/28 Benoît Minisini
> Hi,
>
> I have rewrote the Ubuntu and ArchLinux specific installation
> instructions on the wiki. I moved the old pages
You should write "Dim t As New Float[25]" instead of "Dim t[25] As Float"
if you don't have special reasons.
/Emil
2012/7/28 wally
> Thank you very much.
>
> so if i use
> VB: ReDim t#(0 To 25)
> GB: Dim t[25] as Float
>
> VB: If (i < 10) Then t(I) = 0#
> GB: If(i < 10) then t[i
Thank you very much.
so if i use
VB: ReDim t#(0 To 25)
GB: Dim t[25] as Float
VB: If (i < 10) Then t(I) = 0#
GB: If(i < 10) then t[i] = 0.0
all will be nice, correct ?
On Saturday 28 July 2012 15:10:17 nando wrote:
> Not a cast
> It is Forced Double at compile time.
>
> 0 is
Not a cast
It is Forced Double at compile time.
0 is usually interpreted when compiled as 0 (integer)
0.0 would be interpreted as non-integer
0# same thing but forces the representation as double.
Reason behind doing this:
if you have a double array t#(0..25)
when you do
t#(I) = 0
The zero co
> Le 28/07/2012 19:24, Christer Johansson a écrit :
>>
>> A guy named Gordon have already made a C library named WiringPi but I
>> have no
>> clue on how to use it from within Gambas3 or if it's even possible?
>>
>>https://projects.drogon.net/raspberry-pi/wiringpi/
>>
This is a more interestin
Le 28/07/2012 19:24, Christer Johansson a écrit :
>
>> Le 26/07/2012 10:53, fulippo_fuli...@tiscali.it a écrit :
>>> Hi
>>> Somebody know how to use gpio port with Gambas 2/3 on Raspberry pi
>>>
>>> in python is possible there is som libraries
>>>
>>> thank's
>>>
>>
>> I don't know what python does
> Le 26/07/2012 10:53, fulippo_fuli...@tiscali.it a écrit :
> > Hi
> > Somebody know how to use gpio port with Gambas 2/3 on Raspberry pi
> >
> > in python is possible there is som libraries
> >
> > thank's
> >
>
> I don't know what python does.
>
> According to:
>
> http://www.haifux.org
> >
>
> The same ones. Apparently the name didn't change in Ubuntu
> Precise.
>
> Regards,
>
> --
> Benoît Minisini
>
>
Well, thanks, Benoît
Vuott
--
Live Security Virtual Conference
Exclusive live event will cov
Can't really do anything right now. I am in Venice now on Vacation :)
I come home in 8 days or something.
If you want, you can post the llvm output, gdb stacktrace or whatever...
/Emil
2012/7/28 Jussi Lahtinen
> Before continuing my vacation again in countryside...
> Here is some JIT bug. See
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 291 by svit...@gmail.com: The Error.Propagate method doesn't work
http://code.google.com/p/gambas/issues/detail?id=291
1) Describe the problem.
Problems using the "Error.Pr
what does "0#" mean in VB ?
e.g.
ReDim t#(0 To 25)
If (i < 10) Then t(I) = 0#
is this some kind of casting zero to Double ?
thanks in advance
wally
--
Live Security Virtual Conference
Exclusive live event will cove
On Saturday 28 July 2012 14:28:07 Benoît Minisini wrote:
> Le 28/07/2012 11:53, wally a écrit :
> > At revision 4995.
> >
> > ~> gambas3
> > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
> > Stock.Themes_Read.614: #45: File or directory does not exist
> > 1: Project.Main.276
> > Segm
Le 28/07/2012 11:53, wally a écrit :
>
> At revision 4995.
>
> ~> gambas3
> gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
> Stock.Themes_Read.614: #45: File or directory does not exist
> 1: Project.Main.276
> Segmentation fault
>
> OpenSuse 12.1
>
> Any ideas ?
>
The bug should be fi
Bruce,
thank you for the info, but it does not solve the problem here.
wally
On Saturday 28 July 2012 21:16:41 Bruce wrote:
> On Sat, 2012-07-28 at 13:26 +0200, Benoît Minisini wrote:
> > Le 28/07/2012 13:24, Benoît Minisini a écrit :
> > > Le 28/07/2012 13:13, wally a écrit :
> > >> here the
Le 28/07/2012 13:59, Benoît Minisini a écrit :
> Le 28/07/2012 13:57, Benoît Minisini a écrit :
>> Le 28/07/2012 13:42, Jesus a écrit :
>>> El 28/07/12 10:55, charlesg escribió:
Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
Ubuntu as well.
>>> Not i
Le 28/07/2012 13:57, Benoît Minisini a écrit :
> Le 28/07/2012 13:42, Jesus a écrit :
>> El 28/07/12 10:55, charlesg escribió:
>>>
>>> Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
>>> Ubuntu as well.
>>>
>> Not in Precise, but in Quantal -it seems. So we'll wait until
Le 28/07/2012 13:42, Jesus a écrit :
> El 28/07/12 10:55, charlesg escribió:
>>
>> Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
>> Ubuntu as well.
>>
> Not in Precise, but in Quantal -it seems. So we'll wait until October.
>
> http://packages.ubuntu.com/precise/devel/
Hi,
I have rewrote the Ubuntu and ArchLinux specific installation
instructions on the wiki. I moved the old pages so that they are yet
available.
Please tell me if you find something wrong in them (especially when it
is not Ubuntu as it is my current distribution in use).
And please tell me a
On Sat, 2012-07-28 at 13:26 +0200, Benoît Minisini wrote:
> Le 28/07/2012 13:24, Benoît Minisini a écrit :
> > Le 28/07/2012 13:13, wally a écrit :
> >>
> >> here the gdb output
> >>
> >
> > Can you compile Gambas with no optimization?
> >
> > $ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O
El 28/07/12 10:55, charlesg escribió:
>
> Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
> Ubuntu as well.
>
Not in Precise, but in Quantal -it seems. So we'll wait until October.
http://packages.ubuntu.com/precise/devel/gambas3
http://packages.ubuntu.com/quantal/deve
Le 28/07/2012 13:24, Benoît Minisini a écrit :
> Le 28/07/2012 13:13, wally a écrit :
>>
>> here the gdb output
>>
>
> Can you compile Gambas with no optimization?
>
> $ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O0 -g -ggdb"
>
> And send me the backtrace again (the full one if possible, n
Le 28/07/2012 13:13, wally a écrit :
>
> here the gdb output
>
Can you compile Gambas with no optimization?
$ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O0 -g -ggdb"
And send me the backtrace again (the full one if possible, not just the
ten first lines).
And you should try the valgri
Le 26/07/2012 17:00, Ru Vuott a écrit :
> Hello,
>
> when I had Linux Mint 12, having to install *gb.media*, here someone
> suggested me to download these packets:
>
> libgstreamer0.10-dev
> libgstreamer-plugins-base0.10-dev
>
>
> Now, I upload my distro: Mint 13 - Maya - Ubuntu "Precise". I'ld li
here the gdb output
On Saturday 28 July 2012 12:36:11 Benoît Minisini wrote:
> Le 28/07/2012 11:53, wally a écrit :
> > At revision 4995.
> >
> > ~> gambas3
> > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
> > Stock.Themes_Read.614: #45: File or directory does not exist
> > 1: Pro
Le 28/07/2012 10:55, charlesg a écrit :
>
> Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
> Ubuntu as well.
>
Finally! :-)
--
Benoît Minisini
--
Live Security Virtual Conference
Exclusive l
Le 28/07/2012 11:53, wally a écrit :
>
> At revision 4995.
>
> ~> gambas3
> gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
> Stock.Themes_Read.614: #45: File or directory does not exist
> 1: Project.Main.276
> Segmentation fault
>
> OpenSuse 12.1
>
> Any ideas ?
>
Can you proceed as e
At revision 4995.
~> gambas3
gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
Stock.Themes_Read.614: #45: File or directory does not exist
1: Project.Main.276
Segmentation fault
OpenSuse 12.1
Any ideas ?
---
Gambas 3.2.1 has appeared in Lubuntu 12.04 repository. Hopefully that means
Ubuntu as well.
--
View this message in context:
http://old.nabble.com/Distribution-availability%3A-it%27s-gets-better%21-tp34223758p34223758.html
Sent from the gambas-user mailing list archive at Nabble.com.
-
29 matches
Mail list logo