errors in nxmibc

Started by antonyvasanth, December 11, 2008, 02:13:23 PM

Previous topic - Next topic

antonyvasanth

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

Victor Kirhenshtein

Hi!

all these functions located in C file generated by flex. Ensure that you have included it into project.

Best regards,
Victor