hi everyone
Iam trying to connect to server in win32 .iam getting exception and application is closing
in these line if( connect (sock,(LPSOCKADDR)&sin, sizeof(SOCKADDR_IN) ) ).
help me regarding this
regards
suresh
|
Light Poster
|
|
| 6Aug2007,18:30 | #1 |
|
hi everyone
Iam trying to connect to server in win32 .iam getting exception and application is closing in these line if( connect (sock,(LPSOCKADDR)&sin, sizeof(SOCKADDR_IN) ) ). help me regarding this regards suresh |
|
Go4Expert Founder
|
![]() |
| 6Aug2007,19:46 | #2 |
|
It's too little information for any response. The Crash is not because of the function call but the parameter value you pass in the function.
|