ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Building with Visual Studio Professional 2013 ...

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Sun, 27 Apr 2014 20:11:17 +0200
Le 27/04/2014 20:02, Richard Sharpe a écrit :
> Hi folks,
>
> It seems like I need to set the MSVC_VARIANT to MSVC2010 as the first
> invocation of the compiler complains:
>
> "_MSC_VER is:1600 but required is:1800"
>
> This is after I set MSVC_VARIANT to MSVC2013
Hi,

looks like you are still using vcvarsall.bat coming from MSVC2010
(_MSC_VER is defined by the compiler).

Pascal.