
22 Jan
2002
22 Jan
'02
5:23 p.m.
Hi!
Amit> But when I try to use functions like smiLeaveLexRecursion() also. Amit> And I compile my code then I get the error message as:
Amit> Mibcompiler.obj : error LNK2001: unresolved external symbol "void __cdecl Amit> smiLeaveLexRecursion(void)" (?smiLeaveLexRecursion@@YAXXZ)
You never do call smiLeaveLexRecursion() from your application. It is not documented. It is not in smi.h. It is not an API function.
Why do you intend to call that internal function?
-frank
PS: please send your messages to the mailinglist.