C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28384
Number of posts: 94256

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
pls tell me where to download/install inet.h, socket.h Posted by minhnguyena7 on 2 Aug 2006 at 10:37 PM
i am using visual studio 6.0 compiler, an working on socket programming,
i do the coding as normal and tried to compile it, it not work because of the missing of inet.h, socket.h, i have no idea where to find those kind of files or fix that error
Please help
Report
Re: pls tell me where to download/install inet.h, socket.h Posted by tsagld on 3 Aug 2006 at 12:23 AM
This message was edited by tsagld at 2006-8-3 0:23:59

: i am using visual studio 6.0 compiler, an working on socket programming,
: i do the coding as normal and tried to compile it, it not work because of the missing of inet.h, socket.h, i have no idea where to find those kind of files or fix that error
: Please help
:
Socket.h is actually called Winsock2.h. You need to link to Ws2_32.lib.

Don't know about inet.h, but the functions you expect there may be available in Winsock2.h.


Greets,
Eric Goldstein
http://www.gvh-maatwerk.nl




Report
Re: pls tell me where to download/install inet.h, socket.h Posted by Gregry2 on 3 Aug 2006 at 9:07 AM
: This message was edited by tsagld at 2006-8-3 0:23:59

: : i am using visual studio 6.0 compiler, an working on socket programming,
: : i do the coding as normal and tried to compile it, it not work because of the missing of inet.h, socket.h, i have no idea where to find those kind of files or fix that error
: : Please help
: :
: Socket.h is actually called Winsock2.h. You need to link to Ws2_32.lib.
:
: Don't know about inet.h, but the functions you expect there may be available in Winsock2.h.
:
:
: Greets,
: Eric Goldstein
: http://www.gvh-maatwerk.nl
:
:
:
:
:
And I think inet things are in WinINET or something.... socket.h is the unix-type thing, right? While on win32, the socket functions are part of the win32API

{2}rIng



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.