atom feed9 messages in at.iem.pd-listRe: [PD] Porting PD to Java (feasible...
FromSent OnAttachments
Andrew VanderVeenJul 27, 2011 10:59 am 
Mathieu BouchardJul 27, 2011 11:27 am 
Hans-Christoph SteinerJul 27, 2011 12:39 pm 
Hans-Christoph SteinerJul 27, 2011 2:13 pm 
Mathieu BouchardJul 27, 2011 2:32 pm 
Hans-Christoph SteinerJul 27, 2011 2:54 pm 
Andrew VanderVeenJul 28, 2011 1:48 pm 
Hans-Christoph SteinerJul 28, 2011 3:29 pm 
João PaisJul 30, 2011 10:24 am 
Subject:Re: [PD] Porting PD to Java (feasible with Cibyl?)
From:Mathieu Bouchard (mat@artengine.ca)
Date:Jul 27, 2011 11:27:39 am
List:at.iem.pd-list

On Wed, 27 Jul 2011, Andrew VanderVeen wrote:

So, since it's not exactly ideal to re-implement these headers in Java (I don't even know if it's possible), is there a way that I can pull these files out of the pure data project?  I'm not entirely sure what they do, or how essential/core they are to the project.  Can I just remove certain (unneeded?) functionality?

No <dlfcn.h> means no externals except by explicit linkage.

No <socket.h> means no gui, no [netsend] and no [netreceive].