> > 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
