Error al linkear
Publicado por Rafael (1 intervención) el 01/02/2006 16:48:04
Al querer linkear este programa:
#include <stdio.h>
int x,y;
main()
{
for (x=0; x<10; x++, printf("\n"))
for (y=0; y<10; y++)
printf("X");
return 0;
}
me da los siguientes errores:
Compiling C001.C:
Linking C001.EXE:
Linker Error: Undefined symbol _errno in module IOERROR
Linker Error: Undefined symbol _abort in module CVTFAK
Linker Error: Undefined symbol __RealCvtVector in module REALCVT
Linker Warning: No stack
No creo que el programa tenga algun inconveniente ya que al compilar se genera el c001.obj
Utilice el Turbo C++ 3.0 IDE y el Borland C 3.1 y los mensages fueron los mismos.
La PC tiene W98 y acabo de hacerle instalar un rigido nuevo.
Desde ya muchas gracias. Rafael.
#include <stdio.h>
int x,y;
main()
{
for (x=0; x<10; x++, printf("\n"))
for (y=0; y<10; y++)
printf("X");
return 0;
}
me da los siguientes errores:
Compiling C001.C:
Linking C001.EXE:
Linker Error: Undefined symbol _errno in module IOERROR
Linker Error: Undefined symbol _abort in module CVTFAK
Linker Error: Undefined symbol __RealCvtVector in module REALCVT
Linker Warning: No stack
No creo que el programa tenga algun inconveniente ya que al compilar se genera el c001.obj
Utilice el Turbo C++ 3.0 IDE y el Borland C 3.1 y los mensages fueron los mismos.
La PC tiene W98 y acabo de hacerle instalar un rigido nuevo.
Desde ya muchas gracias. Rafael.
Valora esta pregunta


0