home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
- From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
- Subject: Re: Error 70: Unit Version Mismatch (Validate)
- Message-ID: <dmurdoch.394.726873425@mast.queensu.ca>
- Lines: 15
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Organization: Queen's University
- References: <1993Jan12.194247.9978@cs.unca.edu>
- Date: Tue, 12 Jan 1993 21:17:06 GMT
-
- In article <1993Jan12.194247.9978@cs.unca.edu> snodgras@cs.unca.edu (Ryan Snodgrass) writes:
-
- >I have a problem, whenever I try to compile ANYTHING that uses the Dialogs
- >unit, it stops there and says:
-
- >Error 70: Unit version mismatch (Validate)
-
- You've probably got a unit called Validate. So does TurboVision now. Since
- Dialogs uses Validate, the compiler is picking up your version instead of
- the TV version, and recognizing that it's not the right one. You'll have
- to change the name of yours, or change the name of the TV one and recompile
- all of the TV units that use it.
-
- Duncan Murdoch
- dmurdoch@mast.queensu.ca
-