Re: [Gambas-user] Extern library libftd2xx

2015-03-11 Thread CJ
Hi Ivan, > does anyone have an example of external library > libftd2xx? I can't get data from the USB device. If you find something please share with the list. I'm also interested in the topic. /CJ -- Dive into the Wo

Re: [Gambas-user] Extern library libftd2xx

2015-03-11 Thread Tobias Boege
On Wed, 11 Mar 2015, Ivan Kern wrote: > Hi, > > does anyone have an example of external library > libftd2xx? I can't get data from the USB device. > There was recently a guy here [0] who used that library. Maybe you can ask him. Regards, Tobi [0] http://gambas-club.de/viewtopic.php?f=3&t=481

[Gambas-user] Extern library libftd2xx

2015-03-11 Thread Ivan Kern
Hi, does anyone have an example of external library libftd2xx? I can't get data from the USB device. Regards, Ivan -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and develo

Re: [Gambas-user] extern library

2012-02-10 Thread Wally
On Friday, February 10, 2012 22:54:58 Benoît Minisini wrote: > Le 05/02/2012 18:42, Wally a écrit : > > talking about Gambas 3: > > > > When i place my library to /usr/local/lib and run ldconfig it works and > > my_gb3_project can find the lib and its functions. > > When i put it into my_gb3_proje

Re: [Gambas-user] extern library

2012-02-10 Thread Benoît Minisini
Le 05/02/2012 18:42, Wally a écrit : > talking about Gambas 3: > > When i place my library to /usr/local/lib and run ldconfig it works and > my_gb3_project can find the lib and its functions. > When i put it into my_gb3_project folder the library can not be found. > Where to place the library ganb

Re: [Gambas-user] extern library

2012-02-05 Thread Wally
talking about Gambas 3: When i place my library to /usr/local/lib and run ldconfig it works and my_gb3_project can find the lib and its functions. When i put it into my_gb3_project folder the library can not be found. Where to place the library ganbas3 may find it ? In e.g. my_gb3_Project/ or

Re: [Gambas-user] extern library

2012-02-04 Thread Benoît Minisini
Le 01/02/2012 09:00, Ron a écrit : > On 31-1-2012 1:09, Benoît Minisini wrote: >> Le 29/01/2012 21:33, Wally a écrit : >>> No other way ? >>> >> Normally the library can be any path, like any data file. So: >> >> - It is searched as a real file (absolute path, or standard library paths). >> >> - If

Re: [Gambas-user] extern library

2012-02-01 Thread Ron
On 31-1-2012 1:09, Benoît Minisini wrote: > Le 29/01/2012 21:33, Wally a écrit : >> No other way ? >> > Normally the library can be any path, like any data file. So: > > - It is searched as a real file (absolute path, or standard library paths). > > - If it is not found, then it is searched inside

Re: [Gambas-user] extern library

2012-01-30 Thread Benoît Minisini
Le 29/01/2012 21:33, Wally a écrit : > > No other way ? > Normally the library can be any path, like any data file. So: - It is searched as a real file (absolute path, or standard library paths). - If it is not found, then it is searched inside the project. If you don't succeed in loading your

Re: [Gambas-user] extern library

2012-01-29 Thread Wally
No other way ? On Sunday, January 29, 2012 21:17:04 Ron wrote: > Modify your systems ldconfig config. > > Regards, > Ron_2nd. > > Op 29 jan. 2012 21:04 schreef "Wally" het volgende: > > Hi > > > > how can i tell Gambas3, "Library" command to use > > "libMyLib.so" in Project Dir or somewhere e

Re: [Gambas-user] extern library

2012-01-29 Thread Ron
Modify your systems ldconfig config. Regards, Ron_2nd. Op 29 jan. 2012 21:04 schreef "Wally" het volgende: > Hi > > how can i tell Gambas3, "Library" command to use > "libMyLib.so" in Project Dir or somewhere else ? > > ' Gambas class file > Library "libMyLib:0"'<--- > > Private Exte

[Gambas-user] extern library

2012-01-29 Thread Wally
Hi how can i tell Gambas3, "Library" command to use "libMyLib.so" in Project Dir or somewhere else ? ' Gambas class file Library "libMyLib:0"'<--- Private Extern .. thx wally -- Try before you buy =