<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi everybody,<BR><BR>First off I'd like to thank PLT for producing what is
possibly the best free<BR>software I've ever seen. You've changed the way
I think about open-source<BR>software, and even programming in
general.<BR><BR>I'm making a MzScheme extension in C. It doesn't use any
scheme functions,<BR>and I have a seperate .scm file that uses c-lambda to
provide hooks, then I<BR>compile them together to produce a DLL. It's
working ok, but standard<BR>output (via the C library) only displays when I run
MzScheme directly -- not<BR>in DrScheme.<BR><BR>Can I get standard output to
appear in DrScheme's interactions window<BR>(preferably without adding
MzScheme-specific code to the C file)?<BR><BR>Thanks in
advance,<BR>Eli</DIV></BODY></HTML>