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
> 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
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
> 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
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()