Hi,
I have a problem to compile my socket program.
I want to use winsock.h.
I need link libws2_32.a (for dev-c++) .
I found a libws2_32.a file and link it, but i have a next error:
....
gcc: c:\documents and settings\ervin\ asztal\programm ing tcp sockets for the beginner\source code\dev-c++\chat1.rc: linker input file unused since linking not done
gcc: libws2_32.a: linker input file unused since linking not done
....
What can I do ?
Please let me know.
Thanks,
Takeshi Honda
I have a problem to compile my socket program.
I want to use winsock.h.
I need link libws2_32.a (for dev-c++) .
I found a libws2_32.a file and link it, but i have a next error:
....
gcc: c:\documents and settings\ervin\ asztal\programm ing tcp sockets for the beginner\source code\dev-c++\chat1.rc: linker input file unused since linking not done
gcc: libws2_32.a: linker input file unused since linking not done
....
What can I do ?
Please let me know.
Thanks,
Takeshi Honda
Comment