[PD-dev] dlopen() for windows

2009-05-26 Thread Hans-Christoph Steiner
August just brought this potentially handy piece of software to my attention: http://code.google.com/p/dlfcn-win32/ Basically, it allows you to use dlopen() to access the native Win32 calls. Or in their words: "This library implements a wrapper for dlfcn, as specified in POSIX and SUS,

Re: [PD-dev] uDMX pd external crashes pd

2009-05-26 Thread Georg Werner
hi volker, thanks for your answer, i will ask him, too but thought it is something pd-related i could learn from - and so did i. thanks. g. the second question i still open (how to debug those things? -d option?) if someone has advice ... volker böhm schrieb: hi georg, i had the same problem w

Re: [PD-dev] uDMX pd external crashes pd

2009-05-26 Thread volker böhm
hi georg, i had the same problem when i tried compiling uDMX on linux. the trouble i think is in the new method: floatinlet_new((t_object *)x, (t_float *)x->channel); //assigns float in inlet 2 directly to channel where channel is an int. this compiles but crashed pd when second inlet is us

[PD-dev] uDMX pd external crashes pd

2009-05-26 Thread Georg Werner
Hi, i tried to compile the uDMX ( http://www.anyma.ch/research/udmx/ ) external on winxp. which worked after some trial and error. but now my question is: can somebody tell me by looking an the source why it crashes pd if i send a float message to the right inlet (there is no device connected - so