Cannot Find SDLLCAW.LIB When Building a .WLL |
Q122433
When building the EXAMP.WLL included with the Microsoft Word Developer's Kit, you may receive the following link error message in Microsoft Visual C++.
LINK : fatal error L4051: sdllcaw.lib : cannot find library
LINK returned error code 2.
EXAMP.DLL - 1 error(s), 0 warning(s)
The error indicates that the alternate Floating Point Math Library, SDLLCAW.LIB, is not currently installed. Microsoft Visual C++ Setup doesn't load the alternate math library by default.
Method 1: Run the Microsoft Visual C (MSVC) Setup again and install the
alternate math library for the small memory model.
Method 2: Compile and link the EXAMP.MAK project using the Floating Point
Emulator instead of the alternate math library. To do this,
complete the following steps:
Additional query words: 6.0 winword CAPI WLL EXAMP.WLL Floating Point Math Library
Keywords : kbmacro
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |