BUG: GetTimerResolution not in LIBW.LIBLast reviewed: January 5, 1995Article ID: Q112386 |
The information in this article applies to:
SYMPTOMSWhen using the Windows Application Programming Interface (API) GetTimerResolution() function, you may get unresolved externals from the linker.
CAUSEThe function is in USER.EXE but is not referenced in the import library LIBW.LIB.
RESOLUTIONTo work around the problem, import the function using the IMPORTS section of the DEF file as shown below: IMPORTS GetTimerResolution=USER.GetTimerResolution STATUSMicrosoft has confirmed this to be a bug in the Windows SDK version 3.1. We are researching this problem and will post new information here as it becomes available.
|
Additional reference words: buglist3.10 3.10 SetTimer WM_TIMER
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |