Calling a scheme program

I have a program written in scheme and I would need my c++ code to start the program and read the results. The imput for the scheme program are files, so that's not a problem, I just need to start the program.
This is a windows application.

If you need more information, just tell me.
Take this as a first step: http://msdn2.microsoft.com/en-us/library/ms682425(VS.85).aspx
Unfortunately, I don't know how to realize the interprocess communication, but MSDN should help you along.
Last edited on
Topic archived. No new replies allowed.