Problema con Visual C/C++ 6

16/07/2003 - 04:20 por Albert Olva | Informe spam
Hola a todos:
Al intentar compilar cualquier codigo fuente obtengo los siguientes errores:

LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
_WinMain@16
Debug/prueba2.exe : fatal error LNK1120: 1 unresolved externals

Alguien sabe a q se debe esto? Gracias por adelantado.
Albert.
 

Leer las respuestas

#1 Javi
16/07/2003 - 09:59 | Informe spam
Hola Albert.

¿Estás compilando en UNICODE?
Si es así es que te falta especificar el "entry point"

'In the Output category of the Link tab in the Project Settings dialog box,
set the Entry Point Symbol to wWinMainCRTStartup.'

Suerte

Javi


"Albert Olva" wrote in message
news:%
Hola a todos:
Al intentar compilar cualquier codigo fuente obtengo los siguientes


errores:

LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol

Debug/prueba2.exe : fatal error LNK1120: 1 unresolved externals

Alguien sabe a q se debe esto? Gracias por adelantado.
Albert.


Preguntas similares