Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread patko
hello, what is the advantage of using codeblocks for compiling pd and externals? Why not just using msys like explained in puredata.info tutorial? - J bz jbee...@gmail.com a écrit : Hi peeps, Wondering if anyone has experience of using Codeblocks to compile an external for Windows?

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread Pedro Lopes
Probably*: 1) having it configure on your favorite IDE 2) with all the inherited stuff of having and IDE :) Codeblocks is cross platform and a lot of projects are using it to have a configured build version for IDEs that is easier to setup. Although regarding PD I always compile in linux, thus

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread Hans-Christoph Steiner
It would be great to have a wiki page on how to do this, anyone should be able to create a page here: http://puredata.info/docs/developer .hc On Mar 20, 2011, at 8:59 AM, Pedro Lopes wrote: Probably*: 1) having it configure on your favorite IDE 2) with all the inherited stuff of having

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread J bz
Hey Lorenzo, Yes indeed you did, and very grateful I am too. And thank you for the outline tutorial as well. Will have another crack at using Codeblocks when I have more time. I need to get into this, it's a gaping hole in my expanding Pd knowledge. Very best wishes Julian On 19 March 2011

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread Lorenzo Sutton
patko, patko wrote: hello, what is the advantage of using codeblocks for compiling pd and externals? Why not just using msys like explained in puredata.info tutorial? To be honest no real advantage/disadvantage, for that project (which various people worked on as I explained in earlier

[PD] Compiling Pd external using Codeblocks on Windows

2011-03-19 Thread J bz
Hi peeps, Wondering if anyone has experience of using Codeblocks to compile an external for Windows? Lorenzo Sutton has very kindly forwarded me an external he has made for quad panning using Chowning's methodology which I really like. In the package he forwarded to me, he says that all the code

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-19 Thread Lorenzo Sutton
Julian, I sent you a 'windows' zip with the project and already compiled dll answering to your previous private email... I had to re-send as I got a google network error hope it arrived allright. Anyway I'll write here what I know for further reference on the list. (This worked on windows