[plt-scheme] Re: MysterX and arrays/vectors
On Thu, Mar 27, 2008 at 3:56 PM, Filipe Cabecinhas <filcab at gmail.com> wrote:
> Finally, I have made it! I can send arrays of doubles to the COM side
> (and they get packaged in a SAFEARRAY of type VT_ARRAY | VT_R8).
> The problems I had before were due to me not totally getting how the
> COM type stuff worked (sorry about that). I had to pass it type
> information in more than 1 or 2 places (and I had to propagate that
> for some more places).
w00t!
> After some debug, I finally was able to invoke that method. I'll try
> to get a decent patch (without all my extra debug info ;-)) and then
> send it to so you can put it in SVN (if you want).
Eli, can you patch, if desired?
-- Paul