Hello all,
I use microsoft visual studio 6.0 and i have this error when I try to built my application :
vhdl.obj : error LNK2001: unresolved external symbol _yylex
LIBCD.lib(wincr t0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/parseur_vhdl.ex e : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
parseur_vhdl.ex e - 3 error(s), 0 warning(s)
Any help please!!
I use microsoft visual studio 6.0 and i have this error when I try to built my application :
vhdl.obj : error LNK2001: unresolved external symbol _yylex
LIBCD.lib(wincr t0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/parseur_vhdl.ex e : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
parseur_vhdl.ex e - 3 error(s), 0 warning(s)
Any help please!!
Comment