hi, list,
has anybody made a windoze .dll out of moocow's "readdir" external ?
thanks for any hint
oliver
At 12:23 15.10.2004, oliver wrote:
hi, list,
has anybody made a windoze .dll out of moocow's "readdir" external ?
i don`t know about readdir... but if its only reading folders the folderglider external might be handy. it requires tot...
regards wolfgang
thanks for any hint
oliver
--
//////////////////////////////////////////////////////// \\\\\\\ http://klingt.org/ground/lift \\\\\\ ///////// http://klingt.org/executive-ensemble ///////// \\\\\\\ http://klingt.org/~oliver/prb \\\\\\ //////////////////////////////////////////////////////// \\\\ LIVE-BUILDER (music improvisation tool): \\\ /////// http://klingt.org/~oliver/pd/live-builder ////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
moin all,
well, i've never tried to compile any of my externals for windoof myself, but i try to avoid functions marked in the libc docs as "GNU extensions", so I'd guess that the chances of compiling 'readdir' for windows are actually not too slim...
if anyone does do such a thing, i'm happy to link to a binary from my site (gotta get this stuff into CVS one of these days...)
that said, for portability, it's probably safest to go with tot or python or ruby or <insert language here> that can do exactly what you want ... i write mostly C because i don't want to bother learning python ;-)
marmosets, Bryan
On 15 October 2004 at 16:32:55, --//-- appears to have written:
At 12:23 15.10.2004, oliver wrote:
hi, list,
has anybody made a windoze .dll out of moocow's "readdir" external ?
i don`t know about readdir... but if its only reading folders the folderglider external might be handy. it requires tot...
regards wolfgang
well, i've never tried to compile any of my externals for windoof myself, but i try to avoid functions marked in the libc docs as "GNU extensions", so I'd guess that the chances
seems a bit crude - yet functional, http://whats-your.name/pd/extra/dllcity/
that said, for portability, it's probably safest to go with tot or python or ruby or <insert language here> that can do exactly what you want ... i write mostly C because i don't want to bother learning python ;-)
i used to buy that marketing point of 'scripting'-lang until seeing ruby scripts cause all sorts of segfault on `doze, and not being able to get TK stuff working right with linux only supplying cryptic and useless error messages seeming to point to incomplete platform support..
i don`t know about readdir... but if its only reading folders the folderglider external might be handy. it requires tot...
folderglider is pretty neat but pretty slow on windows compared to 'dir' or GNU find. this works for me:
[openpanel or dropfile]
#X msg 10 12 bash --login -c 'find "echo \$1 | sed -f /s/sf
"*.[wW][aA][vV]
-maxdepth 1';
[ix-shell]
/s/sf is a file containing s/[^/]*$// with no linebreak (important)
I made an abstraction that uses TOXY. Maybe it will work for you. What do you need exactly?
tom
----- Original Message ----- From: "oliver" oliver@klingt.org To: "pd-liste" pd-list@iem.kug.ac.at Sent: Friday, October 15, 2004 6:23 AM Subject: [PD] "readdir" for XP ?
hi, list,
has anybody made a windoze .dll out of moocow's "readdir" external ?
thanks for any hint
oliver
--
//////////////////////////////////////////////////////// \\\\\\\ http://klingt.org/ground/lift \\\\\\ ///////// http://klingt.org/executive-ensemble ///////// \\\\\\\ http://klingt.org/~oliver/prb \\\\\\ //////////////////////////////////////////////////////// \\\\ LIVE-BUILDER (music improvisation tool): \\\ /////// http://klingt.org/~oliver/pd/live-builder ////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list