[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MzCOM .DLL on CVS server



I've created a mzcom collection in the 
PLT CVS tree.  That collection includes
the mzcom.dll binary.

Running

  "Setup PLT.EXE" -c -l mzcom

will register the .DLL.

There's also a README file in the collection
with some information about loading and 
running MzCOM.

Directions for using the anonymous CVS server 
may found at

  http://www.cs.utah.edu/plt/anoncvs/

Corrigendum: I gave a piece of bad information
about using collections in MzCOM.  I wrote:

> You'll need to set PLTCOLLECTS in your 
> environment if you want to use MzScheme libraries.

Instead, you need to set the parameter

  current-library-collection-paths

You can, of course, use getenv to get the value 
of PLTCOLLECTS and set the parameter appropriately.
If you look up PLTCOLLECTS in Help Desk, you'll
see how MzScheme sets the parameter.

-- Paul