Hola como estan:
Quisiera que me ayuden tenia una aplicación desarrollada en Visual C++ 4.0 y ahora la he pasado a Visual C++ 6.0 al momento de generar nuevos ejecutables me presenta estos errores:
--------------------Configuration: Netmast - Win32 Release--------------------
Linking...
envio.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CEnvio::OnCancel(void)" (?OnCancel@CEnvio@@MAEXXZ)
MOSTRAR.OBJ : error LNK2001: unresolved external symbol "protected: void __thiscall CMostrar::OnImprimir(void)" (?OnImprimir@CMostrar@@IAEXXZ)
MOSTRAR.OBJ : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CMostrar::OnCancel(void)" (?OnCancel@CMostrar@@MAEXXZ)
NETWORK.OBJ : error LNK2001: unresolved external symbol _inet_ntoa@8
MastRel/Netmast.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
Netmast.exe - 5 error(s), 0 warning(s)
Muchas gracias por la respuesta
Atte.
Aicg