Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #2 for Ice-3.4.2 add-in Static Library projects

xdm
xdm La Coruña, Spain
The attached patch solves a bug in Ice-3.4.2 Visual Studio add-in, that affects Visual Studio C++ projects configured to build static libraries.

To apply the patch:
cd Ice-3.4.2
patch -p0 < vsaddin-staticlib-patch.txt

Recompile the add-in and copy the dll's to <Ice-Home>\vsaddin

Note that you must previously apply patch-1