Ken Sharp kennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
http://en.wikipedia.org/wiki/Millisecond
For microsecond you want 'µs' or failing that, 'us'.
On 7/7/2010 11:39 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
http://en.wikipedia.org/wiki/Millisecond
For microsecond you want 'µs' or failing that, 'us'.
Well, yes, but that's what I was told. If it should be ms then the patch is ok. I don't understand what seconds are doing in a scanning "DLL" anyway, I don't ever recall it being used.
On Wed, Jul 07, 2010 at 11:45:59AM +0100, Ken Sharp wrote:
On 7/7/2010 11:39 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
http://en.wikipedia.org/wiki/Millisecond
For microsecond you want 'µs' or failing that, 'us'.
Well, yes, but that's what I was told. If it should be ms then the patch is ok. I don't understand what seconds are doing in a scanning "DLL" anyway, I don't ever recall it being used.
Huh? I told you yesterday that the string should be micro seconds, that's 'µs' and not 'ms'.
On 7/7/2010 11:56 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:45:59AM +0100, Ken Sharp wrote:
On 7/7/2010 11:39 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
http://en.wikipedia.org/wiki/Millisecond
For microsecond you want 'µs' or failing that, 'us'.
Well, yes, but that's what I was told. If it should be ms then the patch is ok. I don't understand what seconds are doing in a scanning "DLL" anyway, I don't ever recall it being used.
Huh? I told you yesterday that the string should be micro seconds, that's 'µs' and not 'ms'.
Ah, I thought you meant milli. Ok, fair enough, can be changed easy enough. Thanks again.
On Wed, 7 Jul 2010, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpkennybobs@o2.co.uk writes:
Apparently the English resource file should show "ms" (microseconds) instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
Usually, ms is the abbreviation for milliseconds. In an ASCII world, where there isn't a proper Greek_mu character, microseconds gets abbreviated as "us" since a lower-case_u looks like a mu without descender.
Steve Brown sbrown7@umbc.edu