[plt-scheme] C extension module
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