Antti Poikola wrote:
Martin Peach <martin.peach <at> sympatico.ca> writes:
If you're on some kind of MSVC, you set up a project to build a dll, in "preprocessor defines" define MSW, in "additional include paths" include the path to pd/src/m_pd.h, link with pd.lib from pd/bin
I had a bit of problems finding those m_pd.h and pd.lib files.
From the puredata forum I found out, that pd-extended users need to download at
least the m_pd.h from: http://pure-data.cvs.sourceforge.net/*checkout*/pure-data/pd/src/m_pd.h
(Link to the original forum-post: http://puredata.hurleur.com/viewtopic.php?pid=4107#p4107 )
I still don't know where to get the pd.lib file, since it seems not to be in my pd/bin folder??
What I did was get a version of pd from Miller's site. It has m_pd.h in pd/src and pd.lib in pd/bin. pd extended doesn't seem to have pd.lib in it, or even the src folder. This one should have everything you need: http://crca.ucsd.edu/~msp/Software/pd-0.40-2.msw.zip Martin