Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Build error with Visual studio 2015 and nmake

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 30 Mar 2016 10:28:11 +0000

Hi,

I just tried to compile with Visual studio 2015 and Qt 5.6 and got the following error:

 

wireshark_dialog.cpp

.\wireshark_application.cpp(547): error C2664: 'void *ws_load_library(gchar *)':

cannot convert argument 1 from 'const char [13]' to 'gchar *'

.\wireshark_application.cpp(547): note: Conversion from string literal loses con

st qualifier (see /Zc:strictStrings)

wlan_statistics_dialog.cpp

 

Regards

Anders