[plt-scheme] module resolver in MzCom

From: Pedro Pinto (ppinto at cs.cmu.edu)
Date: Mon Apr 19 21:34:12 EDT 2004

Hi there,

I am trying to embed MzScheme in a .NET app, and  when I try to eval 
something like this:

(require (lib <my-lib.ss> <my-lib-dir>))

Where my-lib is a collection I installed under Documents And 
Settings\<user>\Application Data\PLT Scheme\206p1\collects\<my-lib-dir>

The resolver seems to not look for collections there:

MzScheme error: standard-module-name-resolver: collection not found: 
"dot-scheme
" in any of: ("C:\\progs\\plt\\collects\\mzcom\\..")


After copying the collection to "collects" under the mzscheme 
installation dir, everything worked.

Is this intentional?

-pp




Posted on the users mailing list.