Re: [Gambas-user] Pointer[] error in Ubuntu 8.04

2009-04-22 Thread Jesus Guardon
Yes, that is. Gambas 8.04 Repositories have Gambas2 2.0.0. Trying to install new versions of gambas components gives dependency errors of some libs, so my solution was to distribute my executable and shared libraries of gambas into a package which installs from shell script, putting every file

Re: [Gambas-user] Pointer[] error in Ubuntu 8.04

2009-04-22 Thread Benoît Minisini
> Sorry if I was unclear. > > I have released an Ubuntu package of my own application in my > development machine running Ubuntu 8.10 and Gambas 2.9. No problems at > all, so far on this configuration. > > Later, I've installed such .deb package into a *clean* Ubuntu 8.04, > which complains about p

Re: [Gambas-user] Pointer[] error in Ubuntu 8.04

2009-03-09 Thread Jesus Guardon
Sorry if I was unclear. I have released an Ubuntu package of my own application in my development machine running Ubuntu 8.10 and Gambas 2.9. No problems at all, so far on this configuration. Later, I've installed such .deb package into a *clean* Ubuntu 8.04, which complains about pointer[] cl

Re: [Gambas-user] Pointer[] error in Ubuntu 8.04

2009-03-09 Thread Benoît Minisini
> Hi all > > Since I'm testing my application in several distributions, I've noticed > a bug? with pointer class in Ubuntu 8.04 only. > > This is related to embedder, so it's better to show my code based on the > example provided by Gambas. Note that the example doesn't work, too. > > PUBLIC SUB Fo

[Gambas-user] Pointer[] error in Ubuntu 8.04

2009-03-07 Thread Jesus Guardon
Hi all Since I'm testing my application in several distributions, I've noticed a bug? with pointer class in Ubuntu 8.04 only. This is related to embedder, so it's better to show my code based on the example provided by Gambas. Note that the example doesn't work, too. PUBLIC SUB Form_Open()