M0E Lnx ha scritto:
> Thanks a lot man... This certainly helps.
>
> I'll see if I can follow your example into making something useful with
> libparted.
>
> I found the API references here
> http://www.gnu.org/software/parted/api/modules.html
>
Ok, this documentation seems a big step forward...
Thanks a lot man... This certainly helps.
I'll see if I can follow your example into making something useful with
libparted.
I found the API references here
http://www.gnu.org/software/parted/api/modules.html
--
This SF.
M0E Lnx ha scritto:
Huh!.
I wouldn't be surprised at all if your arguments are true, but for
someone like myself, I feel that the documentation on this subject very
limited. I will try to look at some examples.
I need to access the libparted library, in the mean time, if you want
to work up a s
> I always wandered myself how this works.
>
> For instance... in python, you can code something like
>
> import gtk
> import glade
> import pygtk
>
> And use the methods in these modules throughout your app.
> could this be done in gambas somehow?
>
> I have had instances in gambas where I could r
Huh!.
I wouldn't be surprised at all if your arguments are true, but for
someone like myself, I feel that the documentation on this subject very
limited. I will try to look at some examples.
I need to access the libparted library, in the mean time, if you want
to work up a sample for me that acce
M0E Lnx ha scritto:
> I always wandered myself how this works.
>
> For instance... in python, you can code something like
>
> import gtk
> import glade
> import pygtk
>
Doing so, you are not using 'external libraries' (shared objects) - you
are merely using a python library located somewhere in
I always wandered myself how this works.
For instance... in python, you can code something like
import gtk
import glade
import pygtk
And use the methods in these modules throughout your app.
could this be done in gambas somehow?
I have had instances in gambas where I could really use a shared
l
Hi!
Here is my old test project attached:
http://www.mail-archive.com/gambas-user@lists.sourceforge.net/msg02551.html
Here you can find documentation about External Function Declaration:
http://gambasdoc.org/help/lang/extdecl?v3
Hope that helps!
Jussi
On Wed, Apr 8, 2009 at 18:56, juelin wr
hi,
I'm new at Gambas.
I'm writting an application for Laser.
So I need to use the function from a shared librarry into gambas
(libFTD2XX.so at /usr/lib).
I'm using SuSE Open Linux 11.1 kernel 2.6
How can I fix the problem.
Can anybody help with example please.
Thank you and kind regards
Jürgen
-