lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] lwip 1.4.1 and win32: conflicts with 'in_addr', 'sockaddr_i


From: markus . forrer
Subject: [lwip-users] lwip 1.4.1 and win32: conflicts with 'in_addr', 'sockaddr_in', ...
Date: Sun, 25 May 2014 16:49:52 +0200

I'm using lwip 1.4.1 in an embedded project (PowerPC) very successful.
 
Now I'm trying to add lwip to the target simulation project (Win32 Visual Studio 2013). The build fails with conflicts like:
 
error C2011: 'in_addr' : 'struct' type redefinition lwip\src\include\ipv4\lwip\inet.h
error C2011: 'sockaddr_in' : 'struct' type redefinition lwip\src\include\lwip\sockets.h
  :
  :
 
This types are already defined in winsock.h
 
How can I fix this problem? Thanks for any hints!
 
Regards
Markus

reply via email to

[Prev in Thread] Current Thread [Next in Thread]