[plt-scheme] MzScheme extension loading

From: Ivanyi Peter (pivanyi at freemail.hu)
Date: Tue Jun 6 06:46:55 EDT 2006

Hi,

I have an MzScheme extension. It defines a module.
What is the best way to incorporate (load) this module into
other modules?
If I do something like this, it does not work, it cannot find the 
module.

(module my-module mzscheme
  (load-extension "C:/bla-bla/my-ext.dll")

  (require my-ext)

 ...
)

What I do now is that in DrScheme I load it once and just use it,
but in a standalone program it would not work, so I am looking for
the proper way to load an extension.

Thanks,

Peter Ivanyi


_______________________________________________________________________________
Dedikált mesekönyvek Marék Veronikától
http://www.bookline.hu/control/shlist?id=305&affiliate=fredmkkar2691




Posted on the users mailing list.