<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am getting following linker errors while building paraview libraries in visual studio 2010 on Windows 7 64 bit machine. From the errors it is clear that I am using 32 bit of QT module instead of 64 bit. Does anybody know where can I get
the 64 bit of QT4.8.6? <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Error 30 error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ThirdParty\QtTesting\vtkqttesting\QtGuid4.lib(QtGuid4.dll)<o:p></o:p></p>
<p class="MsoNormal">Error 34 error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' C:\ABSWork\ParaViewBuildQT48VS2010\Build\VTK\GUISupport\Qt\QtGuid4.lib(QtGuid4.dll)<o:p></o:p></p>
<p class="MsoNormal">Error 1610 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkGUISupportQt-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\VTKExtensions\Rendering\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2252 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVVTKExtensionsRendering-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\VTKExtensions\Default\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2254 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVVTKExtensionsDefault-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ClientServerCore\Rendering\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2303 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVClientServerCoreRendering-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ClientServerCore\Default\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2304 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVClientServerCoreRendering-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerImplementation\Rendering\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2353 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVClientServerCoreDefault-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerImplementation\Default\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2452 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVServerImplementationRendering-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\Rendering\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 2549 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVServerImplementationDefault-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\Default\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 4387 error LNK1104: cannot open file '..\..\lib\Debug\vtkGUISupportQt-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Widgets\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 4436 error LNK1104: cannot open file '..\..\..\lib\Debug\vtkPVServerManagerDefault-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\SMApplication\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 6886 error LNK1104: cannot open file '..\..\lib\Debug\vtkpqWidgets-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Core\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 14937 error LNK1104: cannot open file '..\..\lib\Debug\vtkpqCore-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Components\LINK<o:p></o:p></p>
<p class="MsoNormal">Error 18735 error LNK1104: cannot open file '..\..\lib\Debug\vtkpqComponents-pv4.1.lib' C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\ApplicationComponents\LINK<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Narasimha<o:p></o:p></p>
</div>
</body>
</html>