Something like,<div><br></div><div><div>if (MSVC)</div><div>  # Do not generate manifests for the plugins - caused issues loading plugins</div><div>  set(CMAKE_MODULE_LINKER_FLAGS &quot;${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO&quot;)</div>
<div>endif(MSVC)</div><div><br></div><div>That was enough to fix the majority of the problems we saw with Qt plugins on Windows.</div><div><br></div><div>Marcus</div><br><div class="gmail_quote">On Wed, Jan 6, 2010 at 9:00 PM, Mike Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">For those of us following along at home. just what would that line in<br>
the CMake file be?<br>
<div class="im">_________________________________________________________<br>
Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
<br>
</div><div><div></div><div class="h5">On Wed, Jan 6, 2010 at 6:16 PM, Marcus D. Hanwell<br>
&lt;<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>&gt; wrote:<br>
&gt; I did this in the past and it seemed to work well. You can add a line to the<br>
&gt; CMakeLists file to instruct CMake not to do this.<br>
&gt;<br>
&gt; On Wednesday 06 January 2010 18:06:01 Dave Partyka wrote:<br>
&gt;&gt; So you&#39;re saying that if I don&#39;t embed any manifest (which the IDE does by<br>
&gt;&gt; default) into the plugins it should just work?<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jan 6, 2010 at 6:02 PM, Clinton Stimpson<br>
&gt; &lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>&gt;wrote:<br>
&gt;&gt; &gt; Can you fix that issue some people might have by not embedding the<br>
&gt;&gt; &gt; manifests<br>
&gt;&gt; &gt; into the plugin dlls, where embedding them is the default behavior?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Clint<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wednesday 06 January 2010 03:58:54 pm Dave Partyka wrote:<br>
&gt;&gt; &gt; &gt; Hi All,<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; I have tracked down the issue. That being an inconspicuous Visual<br>
&gt;&gt; &gt; &gt; Studio Security update<br>
&gt;&gt; &gt; &gt; (KB971092&lt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://www.microsoft.com/downloads/info.aspx?na=49&amp;p=1&amp;SrcDisplay" target="_blank">http://www.microsoft.com/downloads/info.aspx?na=49&amp;p=1&amp;SrcDisplay</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt;Lang=en&amp;SrcCategoryId=&amp;SrcFamilyId=294de390-3c94-49fb-a014-9a38580e64cb&amp;<br>
&gt;&gt; &gt; &gt;u=ht tp%3a%2f%<a href="http://2fsupport.microsoft.com" target="_blank">2fsupport.microsoft.com</a>%2f%3fkbid%3d971092&gt; ) that was<br>
&gt;&gt; &gt; &gt; installed sometime after I did the 3.6.1 release. Binaries built with<br>
&gt;&gt; &gt; &gt; that patch applied appear to not run on older revisions of XP (SP2).<br>
&gt;&gt; &gt; &gt; Thus, I have uninstalled the update, rebuilt ParaView 3.6.2 and<br>
&gt;&gt; &gt; &gt; uploaded the<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; regenerated<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; binary to the download server. I have verified that it does work on a<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; clean<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; SP2 machine BUT you must either install the Visual Studio runtime<br>
&gt;&gt; &gt; &gt; redistributable (simple)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4A" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4A</a><br>
&gt;&gt; &gt;B7<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt;-A40D-3802B2AF5FC2&amp;displaylang=en<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; OR copy the runtime dlls (Microsoft.VC90.CRT.manifest, msvcm90.dll<br>
&gt;&gt; &gt; &gt; msvcp90.dll msvcr90.dll) distributed with ParaView into each plugin&#39;s<br>
&gt;&gt; &gt; &gt; folder (ugly) in order to get plugins to work.<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; Any one using an up-to-date Windows XP or newer (Vista,7) should be<br>
&gt;&gt; &gt; &gt; able to disregard these directions.<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; Please report and further issues relating to this and thank you for the<br>
&gt;&gt; &gt; &gt; feedback!<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; On Wed, Jan 6, 2010 at 9:31 AM, Robert Maynard<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &lt;<a href="mailto:robertjmaynard@gmail.com">robertjmaynard@gmail.com</a>&gt;wrote:<br>
&gt;&gt; &gt; &gt; &gt;  When you profile ParaView does the main executable and plugins load<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; same MSVC dlls. ( F9 shows full paths of loaded dlls ).<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; If they don&#39;t load the same dlls, comparing the manifest files will<br>
&gt;&gt; &gt; &gt; &gt; determine if the problem is two different versions of the MSVC are<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; being<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; used.<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Moreland, Kenneth wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Um, sure.  What specifically would you like me to report?<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; -Ken<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On 1/5/10 4:46 PM, &quot;Robert Maynard&quot; &lt;<a href="mailto:RobertJMaynard@gmail.com">RobertJMaynard@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;  Would you be able to run dependency walker, and report back the<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; results?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On Tue, Jan 5, 2010 at 6:06 PM, Moreland, Kenneth &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; I tried adding the runtime redistributable.  The plugins now load<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; without<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; complaint, but they do not work.  The SLAC tools plugin does not<br>
&gt;&gt; &gt; &gt; &gt; create<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; a<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; toolbar like it is supposed to.  The point sprite plugin does not<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; create<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; the “Point Sprite” representation to the representation combo box.<br>
&gt;&gt; &gt; &gt; &gt; The VisIt reader plugin allows you to open .silo files, but they<br>
&gt;&gt; &gt; &gt; &gt; always end up with empty data.<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Does anyone have an idea why that is?  Could it be using two<br>
&gt;&gt; &gt; &gt; &gt; different sets of MSVC libraries?<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; -Ken<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On 1/5/10 3:11 PM, &quot;Dave Partyka&quot; &lt;<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a> &lt;<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://dave.partyka" target="_blank">http://dave.partyka</a>@<a href="http://kitware.com" target="_blank">kitware.com</a>&gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;  The best you can probably do if you&#39;re stuck at SP2 is install the<br>
&gt;&gt; &gt; &gt; &gt; runtime redistributable.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4A" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4A</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;B7-A40D-3802B2AF5FC2&amp;displaylang=en<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On Tue, Jan 5, 2010 at 5:08 PM, Moreland, Kenneth &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a><br>
&gt;&gt; &gt; &gt; &gt; &lt; <a href="http://kmorel" target="_blank">http://kmorel</a>@<a href="http://sandia.gov" target="_blank">sandia.gov</a>&gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Given that, is there some advice you can give for installing the MSVC<br>
&gt;&gt; &gt; &gt; &gt; classes on Windows XP stuck at SP 2?  How do you do that (without<br>
&gt;&gt; &gt; &gt; &gt; installing the entire compiler)?<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; -Ken<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On 1/5/10 1:45 PM, &quot;Utkarsh Ayachit&quot; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a> &lt;<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://utkarsh.ayachit" target="_blank">http://utkarsh.ayachit</a>@<a href="http://kitware.com" target="_blank">kitware.com</a>&gt;  &lt;<a href="http://utkarsh.ayachit" target="_blank">http://utkarsh.ayachit</a>@<br>

&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://kitware.com" target="_blank">kitware.com</a>&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt;  &gt; Another option would<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; be for ParaView to do a silent install of the MSVC redist package<br>
&gt;&gt; &gt; &gt; &gt; &gt; instead<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; of<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; dumping the dll&#39;s/<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Actually that might not be a bad idea. We can even make it a option<br>
&gt;&gt; &gt; &gt; &gt; that the user can uncheck, if he wants. Maybe we should look into<br>
&gt;&gt; &gt; &gt; &gt; that for 3.8.<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Utkarsh<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;    ****      Kenneth Moreland<br>
&gt;&gt; &gt; &gt; &gt;     ***      Sandia National Laboratories<br>
&gt;&gt; &gt; &gt; &gt; ***********<br>
&gt;&gt; &gt; &gt; &gt; *** *** ***  email: <a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a> &lt;<a href="http://kmorel" target="_blank">http://kmorel</a>@<a href="http://sandia.gov" target="_blank">sandia.gov</a>&gt;  &lt;<br>

&gt;&gt; &gt; &gt; &gt; <a href="http://kmorel" target="_blank">http://kmorel</a>@<a href="http://sandia.gov" target="_blank">sandia.gov</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt; **  ***  **  phone: (505) 844-8919<br>
&gt;&gt; &gt; &gt; &gt;     ***      web:<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://www.cs.unm.edu/~kmorel" target="_blank">http://www.cs.unm.edu/~kmorel</a>&lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;&lt;<br>

&gt;&gt; &gt; &gt; &gt; <a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;    ****      Kenneth Moreland<br>
&gt;&gt; &gt; &gt; &gt;     ***      Sandia National Laboratories<br>
&gt;&gt; &gt; &gt; &gt; ***********<br>
&gt;&gt; &gt; &gt; &gt; *** *** ***  email: <a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a> &lt;<a href="http://kmorel" target="_blank">http://kmorel</a>@<a href="http://sandia.gov" target="_blank">sandia.gov</a>&gt;<br>

&gt;&gt; &gt; &gt; &gt; **  ***  **  phone: (505) 844-8919<br>
&gt;&gt; &gt; &gt; &gt;     ***      web:<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://www.cs.unm.edu/~kmorel" target="_blank">http://www.cs.unm.edu/~kmorel</a>&lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;&lt;<br>

&gt;&gt; &gt; &gt; &gt; <a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;    ****      Kenneth Moreland<br>
&gt;&gt; &gt; &gt; &gt;     ***      Sandia National Laboratories<br>
&gt;&gt; &gt; &gt; &gt; ***********<br>
&gt;&gt; &gt; &gt; &gt; *** *** ***  email: <a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a><br>
&gt;&gt; &gt; &gt; &gt; **  ***  **  phone: (505) 844-8919<br>
&gt;&gt; &gt; &gt; &gt;     ***      web:<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://www.cs.unm.edu/~kmorel" target="_blank">http://www.cs.unm.edu/~kmorel</a>&lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; &gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; &gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Marcus D. Hanwell, Ph.D.<br>
&gt; R&amp;D Engineer, Kitware Inc.<br>
&gt; (518) 881-4937<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Marcus D. Hanwell, Ph.D.<br>R&amp;D Engineer, Kitware Inc.<br>(518) 881-4937<br>
</div>