I have seen a few more issues with the visual studio Ice addin.
Problem 1:
The addin appends a component into the visual studio debugging properties environment variable, without regard to what is already there:
This causes the app not to runCode:PATH=$(QTDIR)\bin;$(PATH) PATH=C:\Program Files (x86)\ZeroC\Ice-3.4.1\bin
Problem 2:
Problem 3:Code:The addin doesnt accept edits on the edit control for editing a slice include path in the ice configuration dialog. The only way a path can be added is with the ... button. It silently discards added paths
thanksCode:Saving an ice file during a build will cause VS to crash about 3 in 10 times.
Rich

Reply With Quote