<div dir="ltr"><div class="gmail_default" style="font-size:small"><br clear="all"></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div class="gmail_default" style="font-size:small">​Thank you Vuott.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Regards​</div><br>António Teixeira</div></div><br><br><div class="gmail_quote"><div dir="ltr"><<a href="mailto:user-request@lists.gambas-basic.org">user-request@lists.gambas-basic.org</a>> escreveu no dia quarta, 27/06/2018 à(s) 17:22:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send User mailing list submissions to<br>
        <a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.gambas-basic.org/listinfo/user" rel="noreferrer" target="_blank">http://lists.gambas-basic.org/listinfo/user</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:user-request@lists.gambas-basic.org" target="_blank">user-request@lists.gambas-basic.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:user-owner@lists.gambas-basic.org" target="_blank">user-owner@lists.gambas-basic.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of User digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: User library (<a href="mailto:vuott@tiscali.it" target="_blank">vuott@tiscali.it</a>)<br>
   2. Re: can stored a OPENED connection object in a colletion?<br>
      (PICCORO McKAY Lenz)<br>
   3. how to compare object type? (PICCORO McKAY Lenz)<br>
   4. Request for accessing Gambas GitLab (Beno?t Minisini)<br>
   5. Re: Request for accessing Gambas GitLab (PICCORO McKAY Lenz)<br>
   6. Gambas Farm (CD)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 27 Jun 2018 14:02:38 +0200<br>
From: <a href="mailto:vuott@tiscali.it" target="_blank">vuott@tiscali.it</a><br>
To: Gambas Mailing List <<a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a>><br>
Subject: Re: [Gambas-user] User library<br>
Message-ID: <<a href="mailto:cd781f6b7b373a4a5fabf03fbb3e4b6b@tiscali.it" target="_blank">cd781f6b7b373a4a5fabf03fbb3e4b6b@tiscali.it</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
Hello, <br>
"Extern" only for shared-library .so, not for gambas library<br>
! <br>
bye <br>
vuott <br>
<br>
Il 27.06.2018 11:19 Antonio Teixeira ha scritto: <br>
<br>
> Hi<br>
everyone, <br>
> I am trying for the first time to make a library and then<br>
use her. <br>
> I saw the wiki page about that but I cant to put the library<br>
to work. <br>
> I build a library like that: <br>
> <br>
> _Export _ <br>
> _Public Sub<br>
Main()_ <br>
> _ Print "Hello world"_ <br>
> _End_ <br>
> _Public Function test() As<br>
String_ <br>
> _ Return "test"_ <br>
> _End _ <br>
> <br>
> Defined as library, and<br>
version is 1.0.0 <br>
> <br>
> On my program I defined the library in the<br>
project/libraries <br>
> and my code to access the function is: <br>
> <br>
><br>
_Private Extern test() In "zzzzzzz.1.0"_ <br>
> <br>
> _Public Sub _new()_ <br>
> _<br>
Dim a As String _ <br>
> <br>
> _ a = test()_ <br>
> _ _ <br>
> _End_ <br>
> I think the<br>
"extern" definition isnt correct but I cant find any information about<br>
how she must be. <br>
> Any help please? <br>
> Thanks in advance. <br>
> Antonio<br>
Teixeira<br>
<br>
<br>
<br>
Con MyOpen hai Giga, SMS e i minuti che vuoi da 3? al mese, per sempre. Cambi gratis quando e come vuoi e in pi? hai 10? di credito omaggio. <a href="http://tisca.li/myopenjun18" rel="noreferrer" target="_blank">http://tisca.li/myopenjun18</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.gambas-basic.org/pipermail/user/attachments/20180627/bfffd941/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.gambas-basic.org/pipermail/user/attachments/20180627/bfffd941/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 27 Jun 2018 09:11:33 -0400<br>
From: PICCORO McKAY Lenz <<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>><br>
To: Gambas Mailing List <<a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a>><br>
Subject: Re: [Gambas-user] can stored a OPENED connection object in a<br>
        colletion?<br>
Message-ID:<br>
        <CALci+FTpmR4WsesjyHaqm+eke6+KZQB+RK8wMH1x22G=<a href="mailto:dhfQ9g@mail.gmail.com" target="_blank">dhfQ9g@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
so if i made a collection of my 3 of 4 connections objects those can be<br>
opened globally!<br>
<br>
how can i emulated a stored object connection that must be opened always<br>
before running the query?<br>
<br>
of course without inherits, due if all my objects inherits from one that<br>
already have opened i can use it!<br>
<br>
Lenz McKAY Gerardo (PICCORO)<br>
<a href="http://qgqlochekone.blogspot.com" rel="noreferrer" target="_blank">http://qgqlochekone.blogspot.com</a><br>
<br>
2018-06-26 18:49 GMT-04:00 Jussi Lahtinen <<a href="mailto:jussi.lahtinen@gmail.com" target="_blank">jussi.lahtinen@gmail.com</a>>:<br>
<br>
> Collections have only reference to objects, they do not contain objects.<br>
><br>
><br>
> Jussi<br>
><br>
> On Wed, Jun 27, 2018 at 12:18 AM, PICCORO McKAY Lenz <<br>
> <a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>> wrote:<br>
><br>
>><br>
>> i can setup and store the connection object once opened in a collection<br>
>> of connection objects?<br>
>><br>
>> i want to use a pool from configuration file!<br>
>><br>
>> so can stored a OPENED connection object in a colletion? (urrently seems<br>
>> when i used me.add the conectuion object happened closed)<br>
>><br>
>> Lenz McKAY Gerardo (PICCORO)<br>
>> <a href="http://qgqlochekone.blogspot.com" rel="noreferrer" target="_blank">http://qgqlochekone.blogspot.com</a><br>
>><br>
>><br>
>> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>><br>
>><br>
><br>
><br>
> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.gambas-basic.org/pipermail/user/attachments/20180627/ee8ce699/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.gambas-basic.org/pipermail/user/attachments/20180627/ee8ce699/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 27 Jun 2018 10:12:01 -0400<br>
From: PICCORO McKAY Lenz <<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>><br>
To: Gambas Mailing List <<a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a>><br>
Subject: [Gambas-user] how to compare object type?<br>
Message-ID:<br>
        <CALci+FSKQSx9ErUcLTE2tvqa1C=<a href="mailto:Aoq6Vz6iZL6FdB8bsYJ4pUg@mail.gmail.com" target="_blank">Aoq6Vz6iZL6FdB8bsYJ4pUg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
i have a collection with one object! how could i compared and determine the<br>
type of if are a class object?<br>
<br>
<br>
Lenz McKAY Gerardo (PICCORO)<br>
<a href="http://qgqlochekone.blogspot.com" rel="noreferrer" target="_blank">http://qgqlochekone.blogspot.com</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.gambas-basic.org/pipermail/user/attachments/20180627/a170ece0/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.gambas-basic.org/pipermail/user/attachments/20180627/a170ece0/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 27 Jun 2018 17:22:57 +0200<br>
From: Beno?t Minisini <<a href="mailto:g4mba5@gmail.com" target="_blank">g4mba5@gmail.com</a>><br>
To: <a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a><br>
Subject: [Gambas-user] Request for accessing Gambas GitLab<br>
Message-ID: <<a href="mailto:3149bd32-0824-b073-5672-6513fd370d04@gmail.com" target="_blank">3149bd32-0824-b073-5672-6513fd370d04@gmail.com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hi,<br>
<br>
Several people requested a developer access to the Gambas GitLab.<br>
<br>
This is usually not needed if you are just a occasional developer: just <br>
make a merge request.<br>
<br>
If you really need a developer access, please explain me why.<br>
<br>
Regards,<br>
<br>
-- <br>
Beno?t Minisini<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 27 Jun 2018 11:42:17 -0400<br>
From: PICCORO McKAY Lenz <<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>><br>
To: Gambas Mailing List <<a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a>><br>
Subject: Re: [Gambas-user] Request for accessing Gambas GitLab<br>
Message-ID:<br>
        <CALci+FQVVYK9P=1v-Nszj1gadY+CWkPHn38=<a href="mailto:aLeKZwQ7DXy4XQ@mail.gmail.com" target="_blank">aLeKZwQ7DXy4XQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
maybe the "Contribution" file must be simplified and put directly in the<br>
README.md<br>
<br>
i suggest put directly in the description of the gambas gitlab project<br>
<br>
Lenz McKAY Gerardo (PICCORO)<br>
<a href="http://qgqlochekone.blogspot.com" rel="noreferrer" target="_blank">http://qgqlochekone.blogspot.com</a><br>
<br>
2018-06-27 11:22 GMT-04:00 Beno?t Minisini <<a href="mailto:g4mba5@gmail.com" target="_blank">g4mba5@gmail.com</a>>:<br>
<br>
> Hi,<br>
><br>
> Several people requested a developer access to the Gambas GitLab.<br>
><br>
> This is usually not needed if you are just a occasional developer: just<br>
> make a merge request.<br>
><br>
> If you really need a developer access, please explain me why.<br>
><br>
> Regards,<br>
><br>
> --<br>
> Beno?t Minisini<br>
><br>
> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.gambas-basic.org/pipermail/user/attachments/20180627/9c52835f/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.gambas-basic.org/pipermail/user/attachments/20180627/9c52835f/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 27 Jun 2018 18:19:06 +0200<br>
From: CD <<a href="mailto:claude.dessere@orange.fr" target="_blank">claude.dessere@orange.fr</a>><br>
To: <a href="mailto:user@lists.gambas-basic.org" target="_blank">user@lists.gambas-basic.org</a><br>
Subject: [Gambas-user] Gambas Farm<br>
Message-ID: <<a href="mailto:6a09bc5abce6241888203ab989d3889cb01a7a25.camel@orange.fr" target="_blank">6a09bc5abce6241888203ab989d3889cb01a7a25.camel@orange.fr</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello,<br>
in the IDE Gambas, in the tools menu there is an Item Logith?que (i think  Farm<br>
in english)  with many projects all very interesting.<br>
1) I registered without difficulty. When I connect, I do not see anything to<br>
disconnect me, weird!<br>
2) There is a topic with my login, obviously there is nothing in it, am a new<br>
kid, in Gambas. I do not see any button to download packages to a server. How to<br>
put a program there?<br>
<br>
Regards<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.gambas-basic.org/pipermail/user/attachments/20180627/0d648d5e/attachment.html" rel="noreferrer" target="_blank">https://lists.gambas-basic.org/pipermail/user/attachments/20180627/0d648d5e/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
<br>
<br>
------------------------------<br>
<br>
End of User Digest, Vol 9, Issue 106<br>
************************************<br>
</blockquote></div></div>