[comp.sys.xerox] Laserjet on Dandelion

gilham@csl.sri.com (Fred Gilham) (03/23/90)

I have a Dandelion running Koto and I am trying to get my HP laserjet
to work with it.  My idea is to change the FX80STREAM source code to
send raster graphics to the laserjet.  I found that my code won't
compile because it can't find the \BRUSHBBT resource definition.  I
tried compiling the original FX80STREAM source and got the same error.

Can anyone tell me what I need to do to get this to work?  Or has
anyone already gotten the HP laserjet to work with the Dandelion and
can let me share the fruit of their labors?

Thanks.
--
Fred Gilham    gilham@csl.sri.com 
"The culture of any period is a mixture of that which docilely caters
to passing whims and fancies and that which transcends these things --
and may also pass judgement on them."  -- Stanislaw Lem

jellinek@parc.xerox.com (Herb Jellinek) (03/27/90)

The file EXPORTS.ALL contains most of the Interlisp-D system
definitions.  LOAD it and you'll probably be okay.

If \BRUSHBBT turns out not to be defined there, you'll need some of
the Koto source code; if memory serves, the file LLDISPLAY is the one
you want.

		Herb Jellinek