PRB: Value of hPrevInstance IncorrectLast reviewed: July 23, 1997Article ID: Q76940 |
3.00 3.10
WINDOWS
kbtool kbprg kbprb
The information in this article applies to:
NOTE: The information below does not apply to Visual C++.
SYMPTOMSThe value of hPrevInstance is not equal to NULL, even though there are no other instances of the program running.
CAUSEThe C Run-time library used by the linker does not match the memory model specified in the C compiler.
RESOLUTIONChange the run-time library used by the linker to reflect the appropriate memory model used in the C compiler.
MORE INFORMATIONThe following table associates the memory model with the C Run-time library names:
Memory Model Compiler Switch Run-Time Library ------------ --------------- ---------------- Small -AS SLIBCEW.LIB Medium -AM MLIBCEW.LIB Large -AL LLIBCEW.LIB Compact -AC CLIBCEW.LIB |
Additional reference words: 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |