Вы находитесь на странице: 1из 3

Why can't I compile the project successfully? All version of WIRE1x can't support Visual Studio 2008.

I suggest you do not use it to build WIRE1x source code. It will have problems. Supported build environment: ------------------------------------------------------------------------------------------------The XP/2000 version of WIRE1x -> Microsoft Visual Studio 6.0. The Vista version of WIRE1x -> Microsoft Visual Studio 2005. The Windows Mobile version of WIRE1x -> Microsoft Visual Studio 2005. ------------------------------------------------------------------------------------------------For developer of the version WIRE1x Vista 1.0: Before you build WIRE1x source codes, you need install some library and DDK ----------------------------------------------------------------Microsoft Visual Studio 2005 Windows SDK Update for Windows Vista and .NET Framework 3.0 http://www.microsoft.com/downloads/details.aspx?familyid=ff6467e6-5bba-4bf5-b5629199be864d29&displaylang=en OpenSSL 0.9.8d http://www.openssl.org/source/ ----------------------------------------------------------------For developer of the version beyond WIRE1x 2.0: Before you build WIRE1x source codes, you need install some library and DDK ----------------------------------------------------------------Microsoft Visual Studio 6.0 Windows Platform SDK: Microsoft PSDK Feb. 2003 http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm Windows DDK : Microsoft DDK 3790.1830 http://www.microsoft.com/whdc/devtools/ddk/default.mspx WinPcap 4.0.2 http://www.winpcap.org/install/default.htm WinPcap 4.0.2 Developers Pack http://www.winpcap.org/devel.htm OpenSSL 0.9.8d ( For developer of the version beyond WIRE1x 2.4: please use "openssl_ext" include in the WIRE1x source code package.) http://www.openssl.org/source/ -----------------------------------------------------------------

You also need to add the path to Visual C++ "include files' directory" and "library files' directory". It should look like the following picture files.

For developer of the version beyond WIRE1x 2.4:

You also need libxml2iconvzlib. You can download win32 version from http://www.zlatkovic.com/pub/libxml website. Don't forget add the path to Visual C++ "include files' directory" and "library files' directory". For developer of the version before WIRE1x 2.0: Step.1 You can download the header files you want from the following links: http://www.winpcap.org/ Libnet-latest.zip And then set the path (tools->options->directories) in your developement environment. e.g. E:\LIBNET-LATEST\INCLUDE E:\WINPCAP\WPDPACK\INCLUDE Step.2 You should add the following three libraries to (project->settings->Link->Object/library modules): wpcap.lib, Libnet-latest.lib, and Ws2_32.lib. Of course, you should put them on (C:\Program Files\Microsoft Visual Studio\VC98\Lib) firstly. Step.3 You should copy wpcap.dll and Libnet-latest.lib to (C:\WINDOWS\system32)

Вам также может понравиться