lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>Windows 95/98/Me: The system timer runs at approximately 55ms.

I still get 1 ms (I looked into this when I had to do some animation).
>From <time.h> on my C++ Builder:

  #define CLOCKS_PER_SEC 1000.0
  #define CLK_TCK        1000.0

I don't know if this is a second Win32 call (different from old DOS
clock()) or a Borland extension, I've never used a Microsoft compiler.

  Enrico