Re: [Gambas-user] shared librarry into gambas

2009-04-14 Thread Doriano Blengino
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... best

Re: [Gambas-user] shared librarry into gambas

2009-04-13 Thread M0E Lnx
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

Re: [Gambas-user] shared librarry into gambas

2009-04-09 Thread Doriano Blengino
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

Re: [Gambas-user] shared librarry into gambas

2009-04-09 Thread M0E Lnx
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

Re: [Gambas-user] shared librarry into gambas

2009-04-09 Thread Benoît Minisini
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

[Gambas-user] shared librarry into gambas

2009-04-08 Thread juelin
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

Re: [Gambas-user] shared librarry into gambas

2009-04-08 Thread Jussi Lahtinen
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