home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!rosie!next.com
- From: pgraff@next.com (Peter Graffagnino)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: Obscure DPS messages
- Message-ID: <4395@rosie.NeXT.COM>
- Date: 22 Jul 92 20:57:22 GMT
- References: <1992Jul22.075638.27238@csus.edu>
- Sender: news@NeXT.COM
- Lines: 17
-
- In article <1992Jul22.075638.27238@csus.edu> eps@futon.SFSU.EDU (Eric P.
- Scott) writes:
- > In article <1992Jul21.231505.7669@u.washington.edu>
- > zeno@hardy.u.washington.edu (Sean T. Lamont) writes:
- > >Does anyone know what this means?
- > >
- > >DPS client library error: PostScript program error, DPSContext 90128
- > >%%[ Error: undefinedresult; OffendingCommand: bin obj seq, type=128,
- elements=2, size=20 ]%%
- >
- > undefinedresult usually means something like division by zero.
-
- This error can also signify that you are passing `NaN' as a floating point
- value into a pswrap. This can occur if you have uninitialized automatic
- float variable in C that is getting passed into a wrap.
-
- Peter
-