Re: [Gambas-user] Draw.Image in Just In Time Compiler

2012-07-07 Thread Benoît Minisini
Le 08/07/2012 03:16, Алексей Беспалов a écrit : > Hi! > Are expect a performance boost when used Just In Time Compiler in the work > with Images? > > for example: > > Image.Load() > Draw.Image(... > hImage.Rotate(... > > and etc. > The JIT compiler optimizes the interpreter, not the library code.

[Gambas-user] Draw.Image in Just In Time Compiler

2012-07-07 Thread Алексей Беспалов
Hi! Are expect a performance boost when used Just In Time Compiler in the work with Images? for example: Image.Load() Draw.Image(... hImage.Rotate(... and etc. -- _ Sincerely, Alexei Bespalov. -- Live Security V

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-07 Thread gambas
Comment #12 on issue 268 by emil.len...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 Trying to print out properties does not seem to work either.. 'Class1 Public Function _property() As Boolean Return True End Public Fun

Re: [Gambas-user] Compilation error when building Gambas 3.2.0

2012-07-07 Thread Benoît Minisini
Le 08/07/2012 00:04, Sebastian Kulesz a écrit : > Using trunk worked until yesterday, and main/lib/signal/csignal.c has > not been updated in 8 weeks. I'm using the [testing] repo, and updated > glibc along with some other packages of the toolchain today. Is it > possible to patch the file to avoid

Re: [Gambas-user] Compilation error when building Gambas 3.2.0

2012-07-07 Thread tobi
On Sat, 07 Jul 2012, Sebastian Kulesz wrote: > Using trunk worked until yesterday, and main/lib/signal/csignal.c has > not been updated in 8 weeks. I'm using the [testing] repo, and updated > glibc along with some other packages of the toolchain today. Is it > possible to patch the file to avoid a

Re: [Gambas-user] Compilation error when building Gambas 3.2.0

2012-07-07 Thread Sebastian Kulesz
Using trunk worked until yesterday, and main/lib/signal/csignal.c has not been updated in 8 weeks. I'm using the [testing] repo, and updated glibc along with some other packages of the toolchain today. Is it possible to patch the file to avoid a new release? On Sat, Jul 7, 2012 at 6:55 PM, tobi

Re: [Gambas-user] Compilation error when building Gambas 3.2.0

2012-07-07 Thread tobi
On Sat, 07 Jul 2012, Sebastian Kulesz wrote: > Hi! I'm getting a compilation error when building the official Gambas > 3.2.0 release. Happens both on a clean chroot or on my "dirty" system. > > The full output is here: [http://pastebin.com/nvjLUuBV] > > sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.

[Gambas-user] Compilation error when building Gambas 3.2.0

2012-07-07 Thread Sebastian Kulesz
Hi! I'm getting a compilation error when building the official Gambas 3.2.0 release. Happens both on a clean chroot or on my "dirty" system. The full output is here: [http://pastebin.com/nvjLUuBV] sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.0/main/lib/signal$ LANGUAGE=en gcc -v Using built-in spec

Re: [Gambas-user] cannot find library crashes the IDE

2012-07-07 Thread Charlie Reinl
Am Samstag, den 07.07.2012, 10:08 +0200 schrieb Benoît Minisini: > Le 02/07/2012 19:59, Charlie Reinl a écrit : > > Am Samstag, den 30.06.2012, 21:18 +0200 schrieb Benoît Minisini: > >> Le 30/06/2012 20:48, Charlie Reinl a écrit : > >>> Am Samstag, den 30.06.2012, 00:51 +0200 schrieb Benoît Minisin