[PD-dev] resampling patch 0.38test8

Thomas Grill gr at grrrr.org
Wed Nov 10 11:29:06 CET 2004


> Ok, what I found out is, that, different as in earlier versions, Pd cannot
> handle more than one spaces between flags.
> pd -lib blabla -lib bloblo is ok, but
> pd -lib blabla       -lib bloblo will not work.
> marius.

That's an easy fix as it seems:
obviously in s_entry.c the tokenizeCommandLineString function doesn't work
right.
However, the Windows command line arguments are already preparsed by the C
library and can be accessed via __argc and __argv.
Attached is a corrected version. I'll post a patch.

best greetings,
Thomas

>
> ----- Original Message ----- 
> From: "Tim Blechmann" <TimBlechmann at gmx.net>
> To: "Hans-Christoph Steiner" <hans at eds.org>
> Cc: "Johannes M Zmoelnig" <zmoelnig at iem.at>; "pd-dev"
> <pd-dev at iem.kug.ac.at>; <msp at ucsd.edu>
> Sent: Wednesday, November 10, 2004 10:29 AM
> Subject: Re: [PD-dev] resampling patch 0.38test8
>
>
> >> > you're on linux ... i don't have any problems running my externals
> >> > compiled for 37 (devel) under 38 (devel) ...
> >> > using the (i know, deprecated) .pdrc file ...
> >>
> >> Is the .pdrc deprecated on GNU/Linux as well?  That's the first I've
> >> heard of this.
> > miller was talking about replacing it with a pd-settings file
> > ... haven't checked the code though ...
> >
> > tim
> >
> > -- 
> > mailto:TimBlechmann at gmx.de    ICQ: 96771783
> > http://www.mokabar.tk
> >
> > After one look at this planet any visitor from outer space
> > would say "I want to see the manager."
> >       William S. Burroughs
> >
> > _______________________________________________
> > PD-dev mailing list
> > PD-dev at iem.at
> > http://iem.at/cgi-bin/mailman/listinfo/pd-dev
>
>
> _______________________________________________
> PD-dev mailing list
> PD-dev at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-dev
>
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: s_entry.c
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20041110/e31e0a1d/attachment.txt>


More information about the Pd-dev mailing list