Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/04/2014, 18:36
Avatar de Drewermerc
Drewermerc
 
Fecha de Ingreso: febrero-2014
Mensajes: 185
Antigüedad: 10 años, 2 meses
Puntos: 5
Respuesta: programacion de sockets en c

hola carbon.
bueno ya quite la libreria pero me sige dando el mismo error aqui esta error completo y la libreria donde me da el rror se llama winnt.h.

C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|882|#error Must define a target architecture.|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|1247|error: syntax error before "EXCEPTION_ROUTINE"|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|1254|error: syntax error before '*' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|10749|error: syntax error before "PEXCEPTION_ROUTINE"|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|10752|error: syntax error before '*' token|
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\ include\excpt.h|68|error: 'EXCEPTION_REGISTRATION_RECORD' redeclared as different kind of symbol|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|10750|error: previous declaration of 'EXCEPTION_REGISTRATION_RECORD' was here|
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\ include\excpt.h|69|error: 'PEXCEPTION_REGISTRATION_RECORD' redeclared as different kind of symbol|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h|10752|error: previous declaration of 'PEXCEPTION_REGISTRATION_RECORD' was here|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winuser.h|1086|warning: declaration does not declare anything|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winuser.h|12838|warning: declaration does not declare anything|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winuser.h|12843|warning: declaration does not declare anything|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winioctl.h|7277|error: flexible array member in union|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\winioctl.h|7278|error: flexible array member in union|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\objidlbase.h|143|error: redefinition of typedef 'IRpcChannelBuffer'|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\combaseapi.h|378|error: previous declaration of 'IRpcChannelBuffer' was here|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\objidlbase.h|185|error: redefinition of typedef 'IRpcStubBuffer'|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\combaseapi.h|377|error: previous declaration of 'IRpcStubBuffer' was here|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|473|pasting "/" and "/" does not give a valid preprocessing token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|473|error: syntax error before '/' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|488|pasting "/" and "/" does not give a valid preprocessing token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|488|error: syntax error before '/' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|516|error: syntax error before '}' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|517|error: syntax error before '}' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|519|error: syntax error before '}' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|520|error: syntax error before '}' token|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|651|error: field `varDefaultValue' has incomplete type|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\oaidl.h|936|error: field `varValue' has incomplete type|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\propidl.h|137|error: redefinition of typedef 'PROPVARIANT'|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\combaseapi.h|1370|error: previous declaration of 'PROPVARIANT' was here|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\commdlg.h|704|error: redefinition of typedef 'CHOOSEFONT'|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\commdlg.h|689|error: previous declaration of 'CHOOSEFONT' was here|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\imm.h|40|error: redefinition of typedef 'LPUINT'|
C:\Program Files (x86)\Windows Kits\8.0\Include\um\mmsyscom.h|102|error: previous declaration of 'LPUINT' was here|
C:\progc\ifdef.c|7|netinet/in.h: No such file or directory|
||=== Build failed: 32 error(s), 3 warning(s) (0 minute(s), 1 second(s)) ===|