Citation:
Linking console executable: E:\Mes projets C++\MyVNC\MyVNC.exe
.objs\communication.o:communication.cpp:(.text+0x1ac): undefined reference to `socket@12'
.objs\communication.o:communication.cpp:(.text+0x1fa): undefined reference to `socket@12'
.objs\communication.o:communication.cpp:(.text+0x22f): undefined reference to `htons@4'
.objs\communication.o:communication.cpp:(.text+0x253): undefined reference to `bind@12'
.objs\communication.o:communication.cpp:(.text+0x292): undefined reference to `listen@8'
.objs\communication.o:communication.cpp:(.text+0x2c7): undefined reference to `accept@12'
.objs\communication.o:communication.cpp:(.text+0x307): undefined reference to `recv@16'
.objs\communication.o:communication.cpp:(.text+0x340): undefined reference to `inet_addr@4'
.objs\communication.o:communication.cpp:(.text+0x356): undefined reference to `htons@4'
.objs\communication.o:communication.cpp:(.text+0x37a): undefined reference to `connect@12'
.objs\Main.o:Main.cpp:(.text+0x145): undefined reference to `WSAStartup@8'
.objs\Main.o:Main.cpp:(.text+0x14d): undefined reference to `WSACleanup@0'
collect2: ld returned 1 exit status
ca vient d'une erreure de ma part?