Path: utzoo!utgpu!watmath!att!ucbvax!ECNCDC.BITNET!MSRS002 From: MSRS002@ECNCDC.BITNET ("THE DOCTOR.") Newsgroups: comp.lang.modula2 Subject: Strange Logitech errors. Message-ID: Date: 7 Aug 89 16:50:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 12 Jim Ennis mentions two errors he gets when importing variables from another module: >* 84: Not all defined procedures or hidden types implemented. >*101: undeclared identifier in export list of the module. It looks to me like your definition module and implementation module do not match. The identifiers must match exactly. (Remember to check the case) Tom Ruby MSRS002@ECNCDC Disclaimer: I probably don't know what I'm talking about anyhow.