I am working in a project in which the same workspace is being used to build 1 dll and 1 binary, both of which would be used or called from a Visual Basic 5 application.

Below is the screenshot the workspace

http://cboard.cprogramming.com/image.../940UVnMaP/9k=


While building the binary project I am getting the following error

--------------------Configuration: exeAlimPilotage - Win32 Debug--------------------
Linking...
libPilotage.lib(h_alim_div.obj) : error LNK2001: unresolved external symbol __pctype
libPilotage.lib(p_requ2.obj) : error LNK2001: unresolved external symbol __pctype
libOutilsGeneraux.lib(util_string.obj) : error LNK2001: unresolved external symbol __pctype
libPilotage.lib(h_alim_div.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
libPilotage.lib(p_requ2.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
libOutilsGeneraux.lib(util_string.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
libOutilsGeneraux.lib(applierrno.obj) : error LNK2001: unresolved external symbol _errno
libCodeCompact.lib(scc.obj) : error LNK2001: unresolved external symbol _errno
libTransmission.lib(trans.obj) : error LNK2001: unresolved external symbol _errno
libOutilsGeneraux.lib(commande_unix.obj) : error LNK2001: unresolved external symbol _errno
libOutilsGeneraux.lib(applistd.obj) : error LNK2001: unresolved external symbol __environ
libDate.lib(dte_export.obj) : error LNK2001: unresolved external symbol _timezone
OLDNAMES.lib(timezone.obj) : error LNK2001: unresolved external symbol _timezone
OLDNAMES.lib(timezone.obj) : error LNK2001: unresolved external symbol __timezone
../Debug/exeAlimPilotage.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.

exeAlimPilotage.exe - 15 error(s), 0 warning(s)