home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8086 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: Error 70: Unit Version Mismatch (Validate)
  5. Message-ID: <dmurdoch.394.726873425@mast.queensu.ca>
  6. Lines: 15
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <1993Jan12.194247.9978@cs.unca.edu>
  10. Date: Tue, 12 Jan 1993 21:17:06 GMT
  11.  
  12. In article <1993Jan12.194247.9978@cs.unca.edu> snodgras@cs.unca.edu (Ryan Snodgrass) writes:
  13.  
  14. >I have a problem, whenever I try to compile ANYTHING that uses the Dialogs
  15. >unit, it stops there and says:
  16.  
  17. >Error 70: Unit version mismatch (Validate)
  18.  
  19. You've probably got a unit called Validate.  So does TurboVision now.  Since 
  20. Dialogs uses Validate, the compiler is picking up your version instead of 
  21. the TV version, and recognizing that it's not the right one.  You'll have
  22. to change the name of yours, or change the name of the TV one and recompile 
  23. all of the TV units that use it.
  24.  
  25. Duncan Murdoch
  26. dmurdoch@mast.queensu.ca
  27.