Sentry Spelling Checker Engine - Support |
Home Site index Contact us Catalog Shopping Cart Products Support Search |
You are here: Home > Support > Sentry Spelling Checker Engine > Symbols not found when linking with sscexxxx.lib
Product: Sentry Spelling Checker Engine Windows SDK
Version: Any
Problem: During linking, the linker reports that functions in the Sentry API (e.g., SSCE_CheckCtrlDlg) are not found.
Solutions:
Make sure the library file for the Sentry DLL (sscexx32.lib) is included in the libraries searched by the linker.
Make sure that linker is set up to include the path containing the library file (\Program Files\ssce\sdk\lib by default) when searching for library files.
Make sure that the WIN32 preprocessor symbol is defined when you compile (this is defined automatically if you include ssce.h).
If you are compiling with a Borland (Inprise) C++ compiler, you will need to create new .LIB files from the SSCE DLL using the IMPLIB utility. IMPLIB is provided with the Borland compiler. Run IMPLIB, specifying the SSCE DLL as the source. Use the .LIB files created by IMPLIB when linking your application.
Copyright © 2015 Wintertree Software Inc.