I&#39;m trying to embed MzScheme into a C program.&nbsp; I have some basic code running in there; however, the code I&#39;d like to use uses define-macro, and this seems to present a problem.&nbsp; I would like to be able to embed defmacro.ss along with scheme/base and mzscheme via mzc (and load those via declare_modules in C).&nbsp; However, I can not figure out how I&#39;m supposed to &#39;require&#39; a module from the embedded modules.&nbsp; Any suggestions as to how I can accomplish this?&nbsp; I can post some example code of what I&#39;m trying to do if its not obvious what I&#39;m trying to do or how I&#39;m doing it.<br>
Thanks in advance,<br>Mike Slegeir<br>