[PD] compilig OSC external for windows

Martin Peach martinrp at vax2.concordia.ca
Wed Feb 25 17:13:18 CET 2004


enrike wrote:
> I got the latest source of the OSC external and I am trying to compile 
> it for windows.
> For this I am using microsoft Visual C++ 6.0 standard edition.
> however i get this errors:
> 
> 
> --------------------Configuration: OSC - Win32 Debug--------------------
> Compiling...
> dumpOSC.c
> c:\documents and settings\r2d2\escritorio\oscx\osc\dumposc.c(67) : fatal 
> error C1083: Cannot open include file: 'm_imp.h': No such file or directory


m_imp.h is in the pd source, you need to include the path to m_imp.h in 
the vcc's include path, or in the #include "m_imp.h" at line 67 of 
dumposc.c.

Martin






More information about the Pd-list mailing list