Hi Victor ,
I have got the following error . Kindly please help me to resolve the same
--------------------Configuration: nxmibc - Win32 Debug--------------------
Linking...
parser.tab.obj : error LNK2001: unresolved external symbol _mplex
parser.tab.obj : error LNK2001: unresolved external symbol _InitStateStack
parser.tab.obj : error LNK2001: unresolved external symbol _g_nCurrLine
parser.tab.obj : error LNK2001: unresolved external symbol _mpin
Debug/nxmibc.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
Regards,
Antony Vasanth
Hi!
all these functions located in C file generated by flex. Ensure that you have included it into project.
Best regards,
Victor