home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!minyos.xx.rmit.oz.au!craig
- From: craig@cgl.citri.edu.au (Craig McNaughton)
- Subject: lrectwrite 4.0.5 bug?
- Organization: RMIT Advanced Computer Graphics Centre, CITRI, Melbourne
- Date: 11 Sep 92 02:40:00 GMT
- Message-ID: <craig.716179200@godzilla.cgl.citri.edu.au>
- Summary: Wh does lrectwrite not talk over net?
- Keywords: lrectwrite, 4.0.5, bug, irritation
- Sender: usenet@minyos.xx.rmit.oz.au (Njuiz noveles nova newes)
- Lines: 39
-
- Situation : 340VGX running 4.0.5 talking to Entry Indigo running 4.0.1
-
- Problem : Any lrectwrite() causes the process to terminate.
-
- for example :
-
-
- #include <gl.h>
- long ar1[16] = {0};
- main()
- {
- foreground();
- winopen("");
- color(RED);
- clear();
- lrectwrite(10, 10, 13, 13, ar1);
- gflush();
-
- sleep(10000000);
- }
-
-
- This never reaches the sleep.
-
- It works fine on any local machine, or from a 4.0.5 machine to
- another 4.0.5 machine, but 4.0.5 to 4.0.1 causes the problems.
-
- Has anyone else battles with this?
-
- Does SGI want to admit anything?
-
- Craig McNaughton
-
-
- --
- Craig McNaughton | "Paradise is exactly like where you are
- craig@godzilla.cgl.citri.edu.au | right now, only much, much better."
- Advanced Computer Graphics Centre | - Laurie Anderson
- RMIT, Melbourne, Australia |
-