• Viernes 1 de Noviembre de 2024, 04:46

Autor Tema:  Error Lnk2005  (Leído 1732 veces)

Carbonero

  • Nuevo Miembro
  • *
  • Mensajes: 3
    • Ver Perfil
Error Lnk2005
« en: Jueves 17 de Abril de 2008, 17:33 »
0
Soy novato en C++, y me encuentro con los siguientes errores:

LIBCMT.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRTD.lib(MSVCRTD.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRTD.lib(MSVCRTD.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRTD.lib(MSVCRTD.dll)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRTD.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRTD.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRTD.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRTD.lib(cinitexe.obj)
LIBCMT.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRTD.lib(MSVCRTD.dll)
LIBCMT.lib(strcat.obj) : error LNK2005: _strcpy already defined in MSVCRTD.lib(MSVCRTD.dll)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __setmbcp already defined in LIBCMT.lib(mbctype.obj)
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/ePINRedund.exe : fatal error LNK1120: 1 unresolved externals

se que es un problema de likeado pero no se como solucionarlo

desde ya agradezco cualquier ayuda

SteelX

  • Miembro MUY activo
  • ***
  • Mensajes: 218
    • Ver Perfil
Re: Error Lnk2005
« Respuesta #1 en: Miércoles 30 de Abril de 2008, 03:40 »
0
lo siento por responder tarde

si te das cuenta

LIBCMT.lib

MSVCRTD.lib

están compiladas para diferentes  configuraciones en el caso LIBCMT.lib  está compilada para release y MSVCRTD.lib para debug, lo cual indica que estas usando librerías de terceros con esas diferentes configuraciones, o tu generaste esas librerías .

puedes probar ignorando una de la librerías, pero seguramente tendrán dependencias diferentes y ocasionaran problemas al no encontrar otras funciones.

y en el español la palabra linkeado no existe, solo encadenamiento.
Inside the code

Eternal Idol

  • Moderador
  • ******
  • Mensajes: 4696
  • Nacionalidad: ar
    • Ver Perfil
Re: Error Lnk2005
« Respuesta #2 en: Miércoles 30 de Abril de 2008, 08:13 »
0
Ademas te falta el main o usaste WinMain y dejate el SUBSYSTEM en CONSOLE en lugar de WINDOWS.

Nacional y Popular En mi país la bandera de Eva es inmortal.


Queremos una Argentina socialmente justa, económicamente libre y  políticamente soberana.
¡Perón cumple, Evita dignifica!


La mano invisible del mercado me robo la billetera.