"Jean-Philippe Guyon" <piloo1@yahoo.fr> wrote in message
news:2809935c.0403031312.2f84ca7e@posting.google.c om...[color=blue]
> Hello,
>
> I am trying to compile a class that uses socket using the Visual C++
> .NET compiler. I get the following error:
>
> ------ Build started: Project: infCommon, Configuration: Release Win32
> ------
>
> Compiling...
> cl : Command line warning D4029 : optimization is not available in the
> standard edition compiler
> infSocketObject.cxx
> c:\ILS\inFACT\Common\infSocketObject.h(4) : fatal error C1083: Cannot
> open include file: 'sys/socket.h': No such file or directory
> infServerSocketObject.cxx
> c:\ILS\inFACT\Common\infSocketObject.h(4) : fatal error C1083: Cannot
> open include file: 'sys/socket.h': No such file or directory
> infObjectUsingSocket.cxx
> c:\ILS\inFACT\Common\infSocketObject.h(4) : fatal error C1083: Cannot
> open include file: 'sys/socket.h': No such file or directory
> infClientSocketObject.cxx
> c:\ILS\inFACT\Common\infSocketObject.h(4) : fatal error C1083: Cannot
> open include file: 'sys/socket.h': No such file or directory
> Generating Code...
>
> Obviously, the #include<sys/socket.h> is the issue... but why is that
> ??? Is it because Visual C++ .Net does not support standard socket
> programming ??? I actually checked in the include directory of Visual
> C++ .NET and was unable to find any trace of the socket.h file.
>
> Any help would be appreciated.[/color]
Your question is not about ISO standard C++, the only topic here.
You need to ask about this in a Visual C++ newsgroup, e.g.
microsoft.public.dotnet.languages.vc
If your news server does not have this group, connect your news
reader to Microsoft's public news server, msnews.micorosoft.com
Purpose of comp.lang.c++:
http://www.slack.net/~shiva/welcome.txt
-Mike