Possible loss of data.

I'm using: Sleep(1.5 * 2500); in my program but I'm getting this lovely warning:
conversion from 'double' to DWORD', possible loss of data.
Can anyone shed some advice on what to do about this?

Cheers:)
Warning saying - possible loss of data because may be while rounding up you do not get value after floating point.
i.e. you get rounded value.
Topic archived. No new replies allowed.