This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

1.12.x release missing Visual Studio .sln files

0

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's gravatar image

tlann
76121419
accept rate: 100%


One Answer:

1

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%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

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.

(11 Aug '14, 11:15) tlann
1

Once we get it working properly, CMake will be able to produce .sln files for any installed version of Visual Studio.

(11 Aug '14, 13:05) grahamb ♦

Thank you. That is good to know.

(11 Aug '14, 13:32) tlann