Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2010, 20:06
Avatar de Slackin
Slackin
 
Fecha de Ingreso: noviembre-2007
Ubicación: Puerto Montt, Chile
Mensajes: 86
Antigüedad: 16 años, 6 meses
Puntos: 4
Pregunta Error en Visual C++ - jrtplib.lib(rtpudpv6transmitter.obj) : error LNK2001

Hola a todos:
Estoy trabajando con Visual C++ 6.0 y una pila Rtp, Jrtplib. Al compilar mi proyecto me encuentro con el siguiente problema y no doy que puede estar fallado. Espero que alguien de uds pueda ayudarme.

Código:
RTP.cpp
UserDlg.cpp
Usuario.cpp
Generating Code...
Linking...
   Creating library Debug/ProVir.lib and object Debug/ProVir.exp
jrtplib.lib(rtpudpv6transmitter.obj) : error LNK2001: unresolved external symbol _in6addr_loopback
jrtplib.lib(rtpudpv6transmitter.obj) : error LNK2001: unresolved external symbol __imp__WSAIoctl@36
jrtplib.lib(rtpudpv4transmitter.obj) : error LNK2001: unresolved external symbol __imp__WSAIoctl@36
../Bin/ProVir.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

PROVIR.exe - 4 error(s), 61 warning(s)
Gracias