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:
STATUSMicrosoft has confirmed this to be a bug in the Windows SDK version 3.1. Additional query words: SetTimer WM_TIMER
Keywords : kb16bitonly kbGrpUser kbWinOS310bug kbWndw |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |