[plt-scheme] C extension module

From: Ron Stanonik (stanonik at Cogsci.ucsd.edu)
Date: Sun Feb 8 23:47:32 EST 2004

On Sun, 8 Feb 2004, Ron Stanonik wrote:
> I've written a C extension which defines a module.  After compiling, I can
> load-extension and require the module, but am I overlooking something?
> Do I really still need to load-extension?  That is, is there no require
> syntax which does the load-extension and avoids any problems that might
> occur due to unintentional multiple loads?

Sorry.  Found the answer in MzScheme Compiler manual.

  compiled/native/(system-library-subpath)

Ron



Posted on the users mailing list.