Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to learn wireshark code, and conpile source code which chech out by wireshark svnserver by vs2010.but when I setup some library files and compiled it and something is ewrong.

Is creating library ZDLL. Lib and object ZDLL. Exp
LINK : fatal error LNK1123: During the transition to the COFF failure: file is invalid or damaged
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 10.
0\VC\BIN\link.EXE"”: The return code "0 x463"
Stop.
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 10.
0\VC\BIN\nmake.exe"”: The return code "0 x2"
Stop.

thank you.
Posted
Comments
Member 11540103 6-Oct-15 1:08am    
yes, when I compile the source code ,cmd Prompt me error MSG like this :
Is creating library ZDLL. Lib and object ZDLL. Exp
LINK : fatal error LNK1123: During the transition to the COFF failure: file is invalid or damaged
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 10.
0\VC\BIN\link.EXE"”: The return code "0 x463"
Stop.
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 10.
0\VC\BIN\nmake.exe"”: The return code "0 x2"
Stop.

I do not know where I was wrong
ZurdoDev 6-Oct-15 10:49am    
I would check the documentation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900