Recent MzScheme DLL libraries have only three digits (not three plus three) in
the DLL names. I suggest the following changes to doc/if_mzsch.txt
1. Add Sergey Khorev's email address near the top, maybe at line 21.
2. At lines 263-266, there is:
The names of the DLLs must match the MzScheme version Vim was compiled with.
For MzScheme version 209 they will be "libmzsch209_000.dll" and
"libmzgc209_000.dll". To know for sure edit "gvim.exe" and search for
"libmzsch\d\d\d_\d\d\d\.dll\c".
I suggest the following new lines 263-268:
The names of the DLLs must match the MzScheme version Vim was compiled with.
For MzScheme version 209 they will be "libmzsch209_000.dll" and
"libmzgc209_000.dll". To know for sure, inspect the output of the |:version|
command, looking for -DDYNAMIC_MZSCH_DLL="something" and
-DDYNAMIC_MZGC_DLL="something" (where "something" will be the names of the
required DLL libraries) in the "Compilation" part.
The above refers to
*if_mzsch.txt* For Vim version 7.0. Last change: 2006 Apr 30
Best regards,
Tony.