On 10/12/2017 08:03 PM, Martin Peach wrote:
Since yesterday I've been trying to build midifile.c for Windows7 using Visual Studio 2017. When I run the resulting dll using midifile-help.pd it crashes Pd (0.48.0 installed from Miller's site) whenever sys_fopen() is called. Doing the same thing using fopen() from stdio.h works fine.
you mean, that sys_fopen() is crashing and never returning (rather than using the FILE returned by it)?cd can you open other files with Pd? e.g. can you *save* a Pd file?