lwip-contrib-mac/ports/win32/msvc8
2007-11-23 21:06:07 +00:00
..
lwIP pktif.vcproj Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00
lwIP Test.sln Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00
lwIP Test.vcproj Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00
lwIP.vcproj Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00
readme.txt Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00

lwIP for Win32

***WARNING***
The current CVS code of this port isn't much tested.
***WARNING***

This is a quickly hacked port and example project of the lwIP library to
Win32/MSVC8, usgin files from the MSVC6 port.

To get this compiling, you have to set the LWIP_DIR environment variable to
point to the main lwip tree (the folder where is the CHANGELOG file).

>>>NEW>>>

Note that you also have to set the PCAP_DIR environment variable to point
to the WinPcap Developer's Packs (containing 'include' and 'lib').

<<<NEW<<<

Due to the nature of the lwip library you have to copy this whole project
into a new subdir in proj and modify lwipopts.h to your needs. If you move
it to another directory besides proj, you have to update the include paths
in the project settings.

Included in the ..\msvc6 directory is the network interface driver using
the winpcap library.

There is no more documentation yet. Try to figure it out yourself.

This is provided as is, it's just a hack to test some stuff, no serious
implementation.

Florian Schulze (florian.proff.schulze@gmx.net)

lwIP: http://www.sics.se/~adam/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/