fmod works fine with msvc. I don't know why fmodf doesn't. Know it's back to crashing in some unit test in _numericsurfarray.pyd, possibly because it doesn't run the tests with numeric installed...
On Fri, Jun 27, 2008 at 6:35 PM, René Dudfield <[EMAIL PROTECTED]> wrote: > hey, > > it looks like fmodf doesn't compile with msvc. I tried using fmod > instead, so hopefully that works. I thought fmodf was quite portable, > but seems maybe it's not. > > Maybe it needs the math library linked in or something? > http://thorbrian.com/pygame/builds.php > > > cu, >