> The fix is to rebuild everything with the same version (SP) of visual
> studio.  A single exe should not have more than one of these things in it.
>  If it does then you have to do the redist thing.  If it only has one, which
> is possible, then you can ship the libraries and not have to install into
> the system with redist.  If there is one .obj or one .dll that was built
> with a slight different version of VS, then you get this problem, and the
> side by side manifest will not work.  The redist.exe works by installing all
> of them into the system.  It requires administrator rights to do this, and
> installs them for the whole computer.
>
Bill,
Thank You. Good to know, I will rebuild ITK, Qt and VTK probably at
the next release of ITK which should be in the next few weeks.
John
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to