Hello Brian,
Following line:
#include <malloc.h> //not there by default, needed for malloc (!)
should be removed in Exists.xs for MSVC compiler, because malloc is in
fact "there by default"
This is a diff for avoid this problem:
7a8
Show quoted text
> #ifndef _MSC_VER
8a10
Show quoted text> #endif
--
Serguei Trouchelle