Hi, when running the default Puredatatap5 HelloPd.pde processing sketch for libpd + processing (found here https://github.com/libpd/puredatap5/tree/master/PureDataP5/examples/HelloPd), I get this "Couldn't find pthreadGC2.dll for this platform windows/x86_64" error. Where should I move the pthreadGC2.dll to? (https://github.com/libpd/puredatap5/tree/master/PureDataP5/lib/windows64)
My current setup for my "sketches" folder is..
Sketches
-HelloPd
--data
---test.pd
--HelloPd.pde
-libraries
--PureData
---examples
----HelloPd
-----data
------test.pd
-----HelloPd.pde
---library
----windows64
-----pthreadGC2.dll
----libpd.jar
----PureData.jar
---reference
---src
I tried HelloPd in the default location, and also put in the sketches folder, which is my sketchbook location.
Thanks!