bgbotond / libpd

libpd for windows
Other
1 stars 2 forks source link

Usage #1

Open JesseScott opened 10 years ago

JesseScott commented 10 years ago

Hey.. Wondering if you can comment on where/how to implement this.

Does this need to be recompiled with the VC project?

Et cetera...

Thanks.

JesseScott commented 10 years ago

Ok, so I built the VS project, and see all the built .obj's and .lib's in the /Debug folder, but not sure what to do with them at this point... I was hoping that I would be able to replace the .so & .dll files from the PDP5 library (see issue here: https://github.com/libpd/puredatap5/issues/10)

Thanks.

bgbotond commented 10 years ago

Hello,

this libpd is a minimal windows version (vc2010) of the original libpd (https://github.com/libpd/libpd) I needed it for a project porting from mac to windows. If you miss some funcionality then you need to check the original libpd and gather the missing files or functions.

b

kyle-lvlv commented 7 years ago

Hi, I don't know if you would see this comment, but, if you see this, I will praise God! I update your project, but can not compile success, after replacing many files, it compiles success, but still not working (use F5, after i give it a main.c file). does your project can run(F5)?

I follow the libpd wiki, and use MingW64 make the libpd work, and the samples give the right voice. but I do not know how to port it to VS(vs2015). I want to make libpd work on vs, because I need it as a plugin in a project. Do you have some advice or tutorial to do that?

Thank you so much.