Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/04/2011, 22:26
davidtadeo
 
Fecha de Ingreso: agosto-2010
Mensajes: 153
Antigüedad: 14 años, 7 meses
Puntos: 1
No linkea con winsock.h por que???

hola a todos este es mi codigo

Código C:
Ver original
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <winsock.h>
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7.     int sock;
  8.    
  9.     sock = socket ( AF_INET, SOCK_STREAM, 0 );
  10.  
  11.   system("PAUSE"); 
  12.   return 0;
  13. }

el error de compilacion es el siguiente:
[Warning] cannot find entry symbol _mainCRTStartup; defaulting to 00401000
[Linker error] undefined reference to `_alloca'
[Linker error] undefined reference to `__main'
[Linker error] undefined reference to `system'

ayuda porfavor gracias