DAV porting question (was Re (2): [Oberon] PC.Compile singularities)

John Drake jmdrake_98 at yahoo.com
Thu Mar 6 16:19:53 CET 2003


Hello Edgar,

I've been a little off focus on the DAV port,
but I'm looking at it again.  Now I've got
XML just about ported, but it's other 
BlueBottle dependencies that have be held
up like DAVFonts.  Specifically DAVFonts
imports module Kernel.  Most of what Kernel
does in DAVFonts seems to be doable with
Out.String and Out.Ln, but there is a call
to Kernel.GetConfig:

PROCEDURE Init;
VAR s: ARRAY 8 OF CHAR;
BEGIN
  FontId := Objects.LibBlockId; NEW(theChar);
  Kernel.GetConfig("FontConv", s);
  conv := s[0] # "0";
  Objects.Register("Fnt", New)
END Init;

What's the purpose of this code, and is it
needed on non-BlueBottle systems?

Regards,

John M. Drake

--- Edgar at EdgarSchwarz.de wrote:
> I guess I had a similar problem with my version
> control stuff. In VCSBase
> and DAVDeltavBase I'm using Oberon Texts which
> aren't available on Bluebottle.
> So I sort of "bluebottled" them. On
> ketchup:FAT:/es/httproot/dav you can find
> es.DAVObjects.Mod, es.DAVFonts.Mod and
> es.DAVTexts.Mod which especially don't
> depend on Native Files any more.
> I'm not sure but perhaps this could be useful to
> you.
> 
> Cheers, Edgar
> 
> -- 
> edgar at edgarschwarz.de                 
> "http://www.edgarschwarz.de"
> "http://www.edgar-schwarz.de/forum/oberon"   
> Running Active Oberon
> Make it as simple as possible, but not simpler.    
> Albert Einstein
> --
> Oberon at inf.ethz.ch mailing list for ETH Oberon and
> related systems
> http://www.lists.inf.ethz.ch/mailman/listinfo/oberon


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/



More information about the Oberon mailing list