Bug in the IRandomStream COM example

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Bug in the IRandomStream COM example

Chris Uppal-3
I've just noticed that the IRandom stream COM example will fall over if the
system's millisecond clock value has its high bit set.  Just now on my machine
the following expression will fail with a walkback

    SDWORD new value: Time millisecondClockValue.

But since the COM sample's specified to use signed DWORDs, that fails too.

(I'm not currently in a position to check whether this also applies to the
version of the sample in the D6 beta.)

    -- chris