NetXMS Support Forum

Development => Windows => Topic started by: antonyvasanth on December 11, 2008, 02:13:23 PM

Title: errors in nxmibc
Post by: antonyvasanth on December 11, 2008, 02:13:23 PM
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
Title: Re: errors in nxmibc
Post by: Victor Kirhenshtein on December 12, 2008, 02:16:13 PM
Hi!

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

Best regards,
Victor