Hi,
I have built Wireshark in the master branch from a git pull that I did today. I use VS 2013 on Windows 7 and Wireshark builds OK. I run the Debug x64 build using Local Windows Debugger and I get an error telling me:
-----------------------------------------------------------------------------------
The Wireshark Network Analyzer: Wireshark.exe – System Error
The program can’t start because Qt5Core.dll is missing from your
Computer. Try reinstalling the program to fix this problem.
------------------------------------------------------------------------------------
If I click OK Wireshark starts without a problem.
It’s true that I don’t have Qt5Core.dll in the \run\Debug directory, but I do have Qt5Cored.dll which is what I expect as I’m running the Debug build.
Is this a general problem or is unique to me?
Thanks and regards…Paul