home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13513 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.3 KB  |  52 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!minyos.xx.rmit.oz.au!craig
  3. From: craig@cgl.citri.edu.au (Craig McNaughton)
  4. Subject: lrectwrite 4.0.5 bug?
  5. Organization: RMIT Advanced Computer Graphics Centre, CITRI, Melbourne
  6. Date: 11 Sep 92 02:40:00 GMT
  7. Message-ID: <craig.716179200@godzilla.cgl.citri.edu.au>
  8. Summary: Wh does lrectwrite not talk over net?
  9. Keywords: lrectwrite, 4.0.5, bug, irritation
  10. Sender: usenet@minyos.xx.rmit.oz.au (Njuiz noveles nova newes)
  11. Lines: 39
  12.  
  13. Situation : 340VGX running 4.0.5 talking to Entry Indigo running 4.0.1
  14.  
  15. Problem : Any lrectwrite() causes the process to terminate.
  16.  
  17. for example :
  18.  
  19.  
  20. #include <gl.h>
  21. long ar1[16] = {0};
  22. main()
  23. {
  24. foreground();
  25. winopen("");
  26. color(RED);
  27. clear();
  28. lrectwrite(10, 10, 13, 13, ar1);
  29. gflush();
  30.  
  31. sleep(10000000);
  32. }
  33.  
  34.  
  35. This never reaches the sleep.
  36.  
  37. It works fine on any local machine, or from a 4.0.5 machine to
  38. another 4.0.5 machine, but 4.0.5 to 4.0.1 causes the problems.
  39.  
  40. Has anyone else battles with this?
  41.  
  42. Does SGI want to admit anything?
  43.  
  44. Craig McNaughton
  45.  
  46.  
  47. --
  48. Craig McNaughton                  | "Paradise is exactly like where you are
  49. craig@godzilla.cgl.citri.edu.au   | right now, only much, much better."
  50. Advanced Computer Graphics Centre | - Laurie Anderson
  51. RMIT, Melbourne, Australia        | 
  52.