Hello I'm really new to Scheme (about ten days) and I've downloaded some compilers (MIT Scheme, DrScheme, STk). My question is about MIT Scheme and its FFI under Windows. I can link external Dlls(of my own) and use their functions but I can not use callback and call scheme from C. Could somebody tell me how to do ? Thanks