Peter Worth wrote:
ok, i've got m_pd.h now, but in pd/bin there only seems to be something called nada, there's no pd.lib.
I'm usually using pd 0.39-2 from Miller's site: http://www.crca.ucsd.edu/~msp/Software/pd-0.39-2.msw.zip
so there are only 2 changes i need to make to the source code? (#define MSW and dllexport only one function?)
You can define MSW in the project settings -> preprocessor defines dialog if you're using an IDE like Visual Studio. AFAIK the only function that _has_ to be exported is setup.
Martin