[Gambas-user] Extern declaration question

Ru Vuott vuott at ...325...
Mon Aug 20 13:07:19 CEST 2012


How to interface Gambas to external libraries:

(in English)
http://www.gambas-it.org/wiki/index.php?title=Documento_originale_%28Inglese%29&action=submit

(in italian)
http://www.gambas-it.org/wiki/index.php/Extern:_richiamare_funzioni_esterne_a_Gambas





--- Lun 20/8/12, wally <wally at ...2037...> ha scritto:

> Da: wally <wally at ...2037...>
> Oggetto: Re: [Gambas-user] Extern declaration question
> A: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
> Data: Lunedì 20 agosto 2012, 12:55
> On Monday 20 August 2012 11:45:04 Ru
> Vuott wrote:
> > > Public Extern serialPrintf(fd As Integer, message
> As String,
> > > ...)
> > > the above declaration witjout the "In ..." seems
> to work.
> > > 
> > > wally
> > 
> > If you have already upper declared :
> > 
> > Library "name_of_library"
> > 
> > 
> > you don't need to add
> > 
> >  Extern serialPrintf(...) In "name_of_library"
> > 
> >
> ----------------------------------------------------------------------------
> > -- Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's
> security and
> > threat landscape has changed and how IT managers can
> respond. Discussions
> > will include endpoint security, mobile security and the
> latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 
> Thank you, 
> i thought this "In ..."  is part of the va_list because
> in this context the 
> "..." does not mean etcetera. Here "In"  is part ot
> Extern command.
> 
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's
> security and 
> threat landscape has changed and how IT managers can
> respond. Discussions 
> will include endpoint security, mobile security and the
> latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list