[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: About Embedding MzScheme
>I would like to embedd the MzScheme into my Windows application. I am using
>the CodeWarrior Pro 5 Windows version for my application. Therefore, I need the
>MzScheme to be a library or a DLL. Is it possible?
Well, only Cygwin/gcc and Visual Studio are officially supported. You may have to modify some
code or Makefiles to use CW.
The Inside MzScheme manual has a section called "Embedding MzScheme into a Program"
which provides details.
-- Paul