I think I have Miller's binary. I never compiled for Windows before. I put the .c files in my /pd/src directory and typed 'gcc routeOSC.c' etc., and each says there are undefined references, which I take to mean it can't find m_pd.h. So the problem appears to be that I don't know how to do this... I'll see what I can figure out. -Chuckk
On 2/10/07, Martin Peach martin.peach@sympatico.ca wrote:
Chuckk Hubbard wrote:
Trying to load routeOSC.dll, packOSC.dll, and unpackOSC.dll in Windows. All three are the compiled files from http://puredata.info/Members/martinrp/OSCobjects and Pd is unable to load any of them. I'm not entirely clear on this... If these were compiled with Visual C++ and I don't have that but MinGW, do I have to compile them with MinGW? If not, any other ideas why they won't load?
If you can, try and build them from cvs (http://pure-data.cvs.sourceforge.net/pure-data/externals/mrpeach/osc/). Otherwise, Miller's pd is built with MSVC, so you could try them with that. I'm not sure if MinGW and MSVC dlls are compatible (or is it the pd.libs?) because I've never had the opportunity to try it.
Martin