home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5317 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!chx400!urz.unibas.ch!gysin1
  2. From: gysin1@urz.unibas.ch
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: TVGraph compilation problems
  5. Message-ID: <1992Sep11.011910.41423@urz.unibas.ch>
  6. Date: 11 Sep 92 01:19:10 MET
  7. References: <1685CD9C3.B249236@vmtecqro.qro.itesm.mx>
  8. Organization: University of Basel, Switzerland
  9. Lines: 41
  10.  
  11. In article <1685CD9C3.B249236@vmtecqro.qro.itesm.mx>, B249236@vmtecqro.qro.itesm.mx (Elite of the NetWork) writes:
  12. > I recently got TVGraph from wuarchive from the /tvision directory, but
  13. > when I tried to compile it under Turbo Pascal 6.0.  I get a error msg
  14. > from a undefined var or type.   Also the stxy.tpu file doesnt work under
  15. > Turbo Pascal 6.0
  16. >  
  17. >   Anyone knows where I can get a fix for tvgraph or a new version?
  18. >  
  19. >  
  20. >                                        Thanks in advance
  21.  
  22.  
  23. Infortunately I can't completely reproduce your problem. You seem to have got a
  24. working version of TvGraph.
  25.  
  26. Check your code for following points:
  27.  
  28.     1. Be sure, that you have inserted 'USES TVGRAPH' at the beginning
  29.        of your main source file.
  30.  
  31.     2. Does your code manipulate graphics or does it write directly to
  32.        the screen ?
  33.  
  34.     3. Have you selected the compiler directive {$X} ?
  35.        (I'm not sure if TvGRaph uses some procedure types...)
  36.  
  37.     4. Is TvGRaph properly installed ? (HAve a look at READMEs)
  38.  
  39. I hope you can get it working...
  40.  
  41. Philipp Gysin
  42. Internet : Gysin1@urz.unibas.ch
  43.  
  44. University of Basel, Switzerland
  45.  
  46. ----------------------------------------------------------------------------
  47. "I tried C++ but I didn't inhale...."
  48. ----------------------------------------------------------------------------
  49.  
  50.  
  51.  
  52.