--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> I uploaded powerpro.exe version 4.9m7
> LPSTR (*CallPlugin)(LPSTR pszMod, LPSTR pszService, LPSTR pszBuf, UINT
> nArgs,...);
......<snip>......
> This example calls vec.create(10, 32).
> (ppsv->CallPlugin)("vec", "create", szBuf, 2, "10", "32")
>
>
> If that is not clear, I can send the sample I used for testing.
No, seems clear. Many thanks. I withdraw all those rewrites to class.c, no
longer needed.
> > vec: simple change, included in ClassAndVec.zip, modifies none of your
> > code, adds a dll-to-dll service not available any other way (return number
> > of columns: basically, is vec 1d or 2d). Okay incorporating those changes
> > in next version pp?
> Yes.
Great, ta.