-
- Downloads
xp_timer() returns a long double, not a regular old double. In MSVC, these
are apparently the same thing, not so for nost *nix systems. Unsure of BCC. At the very least, MSVC doesn't support a long double type with *printf() whereas *nix does. This does not *seem* to be causing a problem, but it may.
Loading
Please register or sign in to comment