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