[plt-scheme] Re: MysterX and arrays/vectors

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Mar 25 14:40:46 EDT 2008

On Mar 25, Filipe Cabecinhas wrote:
> 
> Now I have a small problem. The ActiveX library I'm using doesn't
> tell me what object it's expecting in it's function. I thought it
> was an array of doubles but it must be an array of floats. I will
> try it with a small hack (wether it's a double or a float, fill
> both. But I wanted to know how to build MzScheme with
> USE_SINGLE_FLOATS in Windows (I just can't get around Visual
> Studio). I suppose there's no way to have a single float without
> enabling that.

I'm not sure about using single floats for your own build, but if
there's a patch that you want to submit for MysterX, then it should be
working with doubles (I think).
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.