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