The GitHub version of makemsvc\tsdll\makefile.win did not work for me.
I had to make this change: $(LD) DEF:$(DEF) $(FLAGS) /out:$@ $(OBJS) -> $(LD) /DEF:$(DEF) $(FLAGS) /out:$@ $(OBJS) Cheers, David Mitchell ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm