Although not necessary for building, the helpful .sln files that came with the source of 1.10.x and prior version are missing. I'm curious as to the reasons for this decision. Why have they been removed? asked 11 Aug '14, 10:48 tlann |
One Answer:
Hi, They were removed because they were obsolete, unmaintained and confusing some people who thought that Wireshark could be built from them while it was not the case. You can still load the executable (from the wireshark-gtk2 folder) in case you want to use the debugger integrated in the IDE. answered 11 Aug '14, 11:11 Pascal Quantin |
I can see how they became obsolete with a lot of the new Qt changes. But I would like to point out that the .slns were helpful with building and troubleshooting plugins. It was nice to choose run from the IDE and have the plugins built and troubleshoot right there.
Once we get it working properly, CMake will be able to produce .sln files for any installed version of Visual Studio.
Thank you. That is good to know.