--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> 
> 
> --- In [email protected], "qzzyyx" <BlackHole@> wrote:
> >
> > How do I see the args?
> 
> The variable nargs is a value between 0 and 23 to indicate the number of 
> arguments used to call the plugin service. Pointers to the arguments are 
> stored in string array szArgs. Argument 1 is at *(szArgs+1), argument 2 is at 
> *(szArgs+2), and so on. The pointers can point at strings of any length. For 
> arguments greater than narg, the parameters will point at empty strings.
> 
> Is this not working for you?

Yes, I figured it out.  I was expecting them to start at szargs[0].  Something 
was screwy last night.  I asked earlier if having a (bad) copy of the DLL in 
PPro's home (above the Plugins directory) could have messed things up.  Is that 
possible?

Thanks.

 - Vince


Reply via email to