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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
