Path: utzoo!utgpu!watmath!att!ucbvax!DAVINCI.ACC.VIRGINIA.EDU!tmb From: tmb@DAVINCI.ACC.VIRGINIA.EDU ("Thomas M. Breeden") Newsgroups: comp.lang.modula2 Subject: (none) Message-ID: <8908071224.AA07711@jade.berkeley.edu> Date: 7 Aug 89 15:24:28 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 37 To: INFO-M2%UCF1VM.bitnet@jade.berkeley.edu Subject: Re: Logictech Modula-2 Question Newsgroups: comp.lang.modula2 In-Reply-To: Organization: Image Processing Cntr, Univ of Va. Cc: In article you write: >Also, does Logictech have problems importing variables from a successfully >compiled module? I am getting a strange error like: > >* 84: not all defined procedures or hidden types implemented >* 101: undeclared identifier in export list of the module. > >My head is sore from banging on this one, I can not determine where the >the error is but this is the first time that I have tried importing a >variable from another module. > >Thanks for any help, > >Jim Ennis >UCF Computer Services Check very carefully to insure that the spelling and case for your procedures and variables in the DEF module agree with that you used in your IMPL module and your import lists. I have never experienced any problem like this being due to the Logitech compiler. I have, however, done it to myself. It is amazing how many times you can look at something like "PrintOutputLines", "PrintOutputLine", "PrintOutPutLines", "PrntOutputLines", etc, and not notice the difference. The compiler, however, does notice them. (It could be worse, a C compiler would notice the difference, but probably not think it worthwhile to let you know). - Tom Breeden tmb@virginia.EDU -> Internet tmb@virginia -> BITNET