HI,
I am using microsoft visual c++ 2005 express edition
Now i want to do socket programming in windows
for which i require winsock API which i do have as a dll file in my system file
but i dont have winsock.h in library files of my compiler
which is necessary for the purpose
can any one tell me
how to create a header file named winsock.h from that api or else .......
|
Go4Expert Founder
|
![]() |
| 23Nov2006,16:07 | #2 |
|
You have posted it as an Article under the Article / Source code section. I have moved it to the Queries and Discussion forum.
|
|
Go4Expert Member
|
|
| 23Nov2006,22:45 | #3 |
|
Thank you very much shabbir
|
|
Team Leader
|
![]() |
| 24Nov2006,11:19 | #4 |
|
Download the file from http://www.sockets.com/devfiles.htm
|
|
Go4Expert Member
|
|
| 24Nov2006,23:50 | #5 |
|
Hi,
Can anyone give me a hint of writing a SOCKET program for client and server which should run both in windows as well as Linux with no change in the code i welcome as many possible solutions to this as possible. |
|
Team Leader
|
![]() |
| 25Nov2006,10:54 | #6 |
|
Try using #ifdef to check for the OS type and include the appropriate header file.Also, do the same thing where the function name differs. I hope the idea is clear to you.
|
|
Go4Expert Member
|
|
| 26Nov2006,00:04 | #7 |
|
pradeep can you still stress it how using #ifdef to identify os
|


