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

Wireshark-dev: Re: [Wireshark-dev] wireshark-0.99.7 compiling error, The file contains a charac

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Wed, 23 Jan 2008 15:19:05 +0000
Juntao Lv wrote:
hi
   I download the wireshark-0.99.7.tar.gz to compile on winxp .There are some errors .
can any people give me some suggestions?


<SNIP>
As per the VS2005 help:

C4819 occurs when an ANSI source file is compiled on a system with a codepage that cannot represent all characters in the file.

To resolve C4819, save the file in Unicode format.

So, you either use a codepage that does support ANSI, or you somehow convert all the files to unicode which would be a real pain when ever you update your sources to the latest.

--
Regards,

Graham Bloice