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
FYI for the PD-list: Even though it turns out there's a DLL of [midifile], I'm going to learn how to compile this, so that, hopefully, I can help on compiling things where win DLL's are don't exist.
~David
On 9/13/06, martin.peach@sympatico.ca martin.peach@sympatico.ca wrote:
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