James

With the latest I get link errors looking for freeaddrinf and getaddrinfo.
It is cured when I add Wsiapi.h to raw_socket.cxx.

i.e. 
#if defined(WINSOCK)
# include <winsock2.h>
# include <ws2tcpip.h>
# include <Wspiapi.h>
# include <stdarg.h>
#else

The platform is Windows7, Visual studio 8. 

I understand that MS had fixed this particular bug back in Windows 2000 days, 
but it seems to have crept back in – on my system at least.

Alan


From: James Turner 
Sent: Monday, August 22, 2011 10:36 AM
To: FlightGear developers discussions 
Subject: Re: [Flightgear-devel] Simgear - netinfo/in.h not availablefor windows


On 22 Aug 2011, at 10:28, Alan Teeder wrote:


  Thanks for the fix. That was quick !

But not sufficient - I've reverted the whole set of changes until I have a 
chance to go over them again, since everything seems to have broken. Bah.

James



--------------------------------------------------------------------------------
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev



--------------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to