Here are the results of my attempt to compile with Microsoft Visual C++. Note, I have no idea what I'm doing...
Compiling... midifile.c C:\Documents and Settings\David Powers\Desktop\midifile.c(37) : fatal error C1083: Cannot open include file: 'm_pd.h': No such file or directory Error executing cl.exe.
midifile.obj - 1 error(s), 0 warning(s)
Ok, so how do I get the include file?
It's in pd/src
Martin