[plt-scheme] Problen with MzScheme/examples/bitmatrix.c under win32
At Mon, 16 Dec 2002 15:10:42 -0800, "Harry Reed" wrote:
> I am going through the ffi examples located in
> plt\collects\mzscheme\examples. Under Win32 the examples seem to work
> generally OK with the exception of bitmatrix.c. Has anyone gotten the
> bitmatrix example extension in the examples directory to work under Win32?
It's broken. I didn't update it properly for v200.
Each
scheme_lookup_global(scheme_intern_symbol("#%-"), env);
should be
scheme_builtin_value("-");
Matthew