home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!chx400!urz.unibas.ch!gysin1
- From: gysin1@urz.unibas.ch
- Newsgroups: comp.lang.pascal
- Subject: Re: TVGraph compilation problems
- Message-ID: <1992Sep11.011910.41423@urz.unibas.ch>
- Date: 11 Sep 92 01:19:10 MET
- References: <1685CD9C3.B249236@vmtecqro.qro.itesm.mx>
- Organization: University of Basel, Switzerland
- Lines: 41
-
- In article <1685CD9C3.B249236@vmtecqro.qro.itesm.mx>, B249236@vmtecqro.qro.itesm.mx (Elite of the NetWork) writes:
- > I recently got TVGraph from wuarchive from the /tvision directory, but
- > when I tried to compile it under Turbo Pascal 6.0. I get a error msg
- > from a undefined var or type. Also the stxy.tpu file doesnt work under
- > Turbo Pascal 6.0
- >
- > Anyone knows where I can get a fix for tvgraph or a new version?
- >
- >
- > Thanks in advance
-
-
- Infortunately I can't completely reproduce your problem. You seem to have got a
- working version of TvGraph.
-
- Check your code for following points:
-
- 1. Be sure, that you have inserted 'USES TVGRAPH' at the beginning
- of your main source file.
-
- 2. Does your code manipulate graphics or does it write directly to
- the screen ?
-
- 3. Have you selected the compiler directive {$X} ?
- (I'm not sure if TvGRaph uses some procedure types...)
-
- 4. Is TvGRaph properly installed ? (HAve a look at READMEs)
-
- I hope you can get it working...
-
- Philipp Gysin
- Internet : Gysin1@urz.unibas.ch
-
- University of Basel, Switzerland
-
- ----------------------------------------------------------------------------
- "I tried C++ but I didn't inhale...."
- ----------------------------------------------------------------------------
-
-
-
-