Originally posted by: skpradhan
Its really nice little code for this purpose.thanks a lot for your contribution.
ReplyOriginally posted by: Leszek
I've got one (exacly two) more problems. I'd like to get somehow ip of the gateway and submask, but I coudn't find how to do it. If you have any ideas, please tell me.
Originally posted by: Orry Rotem
Hi.
Does anybody know how to resolve protocol's name?.The n_addrtype variable of the HOSTENT structure returnes a number defined in winsock.h describing the protocol type.
I want to get the official protocol name directly.
I'm looking into the PROTOENT structure..
Thanx,
Orry.
Originally posted by: yunseok jeong
This is it....
Thank you alot...
Originally posted by: Terry Overton
The WSOCK32.LIB is for Win32s applications. For Win9x/NT/2000 applications use WS2_32.LIB instead...
ReplyOriginally posted by: May
Hi!!
i tried to compile this with VC++, but it gave the following compilation errors..
error C2065: 'CString' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'ip'
error C2065: 'ip' : undeclared identifier
error C2440: '=' : cannot convert from 'char *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Error executing cl.exe.
Do i need to include Afx.h??
Please suggest..
May.
Originally posted by: F�lix
It was a really big problem for me...
Thanks a lot !
F�lix from Paris.
Originally posted by: Gunwoo Bae
Hi.
Nice Code.
So I used it in version 6.0.
I have no Error in compiling,linking.
but when executing,
"program start error" messagebox occur,
and " Can't find neccessary lib..." messagebox occur.
-> "WS2_32.DLL"file is not found. That's it.
How I get "WS2_32.DLL" ?
Thank you.
Sincerely
Gunwoo Bae.
Reply
Originally posted by: Que
Is that right, because you make the winsock is only available for winsock2 only.
Originally posted by: Frederic
Thank you for this litle code, it work fine with me.
Are you sure that it work with IPV6 ?
Reply