On Sat, 25 Aug 2001, Nikolaj Brandt Jensen wrote:
> ut_rand.cpp
> ut_rand.cpp(170) : error C2065: 'fptr' : undeclared identifier
> ut_rand.cpp(170) : error C2440: 'initializing' : cannot convert from
> 'int' to 'i
> nt *'
> Conversion from integral type to pointer type requires
> reinterpret_cast,
> C-style cast or function-style cast
Hmm. This is probably my fault, having committed a ut_rand.cpp to work
around Windows' broken rand() function. Funny, it works fine on Linux.
I'll look into the error messages and see if something's obviously wrong.
pat