To paraphrase the linker messages, we see a number of 'unresolved symbols'.
Unresolved symbol in d:\work\jk\objects\searchElem.mo ...
lmGetConfigFilePath
lmValidIsDigit
lmGetLinkInfoByElem
lmString2BoolVec
lmGetHelpFilePath
Those symbols (function names) are not MDL functions. They are either your functions or belong to another library that you are using.
- What library prefixes its function names with letters lm?
- What differences are there between the bmake files for the version that worked and the V8i version of your code?
- Your code compiles OK, so the header files (.h or .fdf) must include function declarations for lmXxx. What header files are #included?
Regards, Jon Summers
LA Solutions