<div>Hi All,</div>
<div> </div>
<div>Yumin, thanks for the input. you are right. its something else.</div>
<div> </div>
<div>I only have VS2010 installed. Just to see if it will be different, I installed the service pack 1 for VS2010 and recompiled qt and ParaView with MS MPI and Python support. The problem went away. ParaView 64bit I compiled is working. So, this combination worked: </div>
<div> </div>
<div>1. ParaView-3.12.0 source release</div>
<div>2. Windows 7 64bit. </div>
<div>3. VS2010 SP1</div>
<div>4. QT 4.7.4<br></div>
<div>So either VS2010 SP1 fixed qt 64 compilation, or something else... your guess is as good as mine... if not better.... </div>
<div><br>thanks for all your help.</div>
<div> </div>
<div>best</div>
<div>-simon</div>
<div> </div>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 5:44 PM, Yumin Yuan <span dir="ltr"><<a href="mailto:yumin.yuan@kitware.com">yumin.yuan@kitware.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">The win32*- in mkspecs deosn't mean you have 32bit build necessarily.<br>You can try to find out whether your Qt build is 32 or 64 bit by<br>
adding this in your <a href="http://projects.pro/" target="_blank">projects.pro</a><br><br>win32-msvc*:contains(QMAKE_TARGET.arch, x86_64):{<br>message( "Building for 64 bit")<br>}<br><br>or just start "<my-Qt-build>/bin/designer.exe, and open up the process<br>
view in Task manager to see if designer.exe is 64bit.<br><br>I think your build could be 64 bit, and the crashing may be caused by<br>something else.<br><font color="#888888"><br>Yumin<br></font>
<div>
<div></div>
<div class="h5"><br>On Mon, Nov 14, 2011 at 4:24 PM, Simon Su <<a href="mailto:newsgroup4ssu@gmail.com">newsgroup4ssu@gmail.com</a>> wrote:<br>><br>> I think I am missing something. I followed it through, but still getting<br>
> win32-msvc2010 in the configuration output. My guess is, in the mkspecs<br>> directory, I can only find win32-* and not a single win64-*<br>><br>> so the question is, for the 64bit binary, what qt was used? can I get a copy<br>
> of it? I don't care about compiling qt too much.<br>><br>> thanks<br>> -simon<br>><br>> On Mon, Nov 14, 2011 at 4:15 PM, Aashish Chaudhary<br>> <<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>> wrote:<br>
>><br>>> is this helpful?<br>>> <a href="http://developer.qt.nokia.com/wiki/How_to_build_64bit_Qt_for_windows" target="_blank">http://developer.qt.nokia.com/wiki/How_to_build_64bit_Qt_for_windows</a><br>
>><br>>> On Mon, Nov 14, 2011 at 4:09 PM, Simon Su <<a href="mailto:newsgroup4ssu@gmail.com">newsgroup4ssu@gmail.com</a>> wrote:<br>>> > Utkarsh,<br>>> ><br>>> > a none ParaView related question, how did you all get a 64 bit qt to<br>
>> > compile? When I used 64bit cmd of vs2010, I still get<br>>> ><br>>> > win32-msvc2010<br>>> ><br>>> > in the configure. And I cannot find a win64-* anywhere in the<br>>> > distribution<br>
>> > source tree of qt.<br>>> ><br>>> > thanks<br>>> > -simon<br>>> ><br>>> ><br>>> > On Mon, Nov 14, 2011 at 3:59 PM, Utkarsh Ayachit<br>>> > <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
>> >><br>>> >> Nope, it will not.<br>>> >><br>>> >> Utkarsh<br>>> >><br>>> >> On Mon, Nov 14, 2011 at 3:55 PM, Simon Su <<a href="mailto:newsgroup4ssu@gmail.com">newsgroup4ssu@gmail.com</a>><br>
>> >> wrote:<br>>> >> > Utkarsh,<br>>> >> ><br>>> >> > If the qt is 32bit, will it work if I use it to compile a 64bit<br>>> >> > version<br>>> >> > of<br>
>> >> > ParaView?<br>>> >> ><br>>> >> > thanks<br>>> >> > -simon<br>>> >> ><br>>> >> > On Mon, Nov 14, 2011 at 1:49 PM, Utkarsh Ayachit<br>
>> >> > <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>>> >> >><br>>> >> >> Try using dependency walker (<a href="http://www.dependencywalker.com/" target="_blank">http://www.dependencywalker.com/</a>) to<br>
>> >> >> ensure the correct DLLs are being loaded.<br>>> >> >><br>>> >> >> Utkarsh<br>>> >> >><br>>> >> >> On Mon, Nov 14, 2011 at 12:13 PM, Simon Su <<a href="mailto:newsgroup4ssu@gmail.com">newsgroup4ssu@gmail.com</a>><br>
>> >> >> wrote:<br>>> >> >> > Hi All,<br>>> >> >> ><br>>> >> >> > along the same 64bit topic, I was trying to compile the 64bit<br>>> >> >> > version<br>
>> >> >> > on<br>>> >> >> > window7 with vs2010 but unsuccessful. I compiled qt using VS x86<br>>> >> >> > Win64<br>>> >> >> > command prompt on machine with 64bit windows 7 installed. Not sure<br>
>> >> >> > if<br>>> >> >> > I<br>>> >> >> > got<br>>> >> >> > the 64 bit version out of it. Then I use it to compile ParaView 64<br>>> >> >> > bit<br>
>> >> >> > version. It compiled but when I run it, it crashed most of the<br>>> >> >> > time<br>>> >> >> > (not<br>>> >> >> > all the time). When I debug it, from what I can gather, it is qt<br>
>> >> >> > related.<br>>> >> >> > Any help is much appreciated.<br>>> >> >> ><br>>> >> >> > best<br>>> >> >> > -simon<br>
>> >> >> ><br>>> >> >> > On Thu, Nov 10, 2011 at 11:45 PM, David Partyka<br>>> >> >> > <<a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>><br>
>> >> >> > wrote:<br>>> >> >> >><br>>> >> >> >> Hi All, I have replaced the Windows 64bit binary with one that<br>>> >> >> >> really<br>
>> >> >> >> is<br>>> >> >> >> 64bit. Please redownload and try again and thank you for your<br>>> >> >> >> patience.<br>>> >> >> >><br>
>> >> >> >> On Thu, Nov 10, 2011 at 10:28 PM, Utkarsh Ayachit<br>>> >> >> >> <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>>> >> >> >>><br>
>> >> >> >>> I've verified that that's indeed the case. We'll update new<br>>> >> >> >>> binaries<br>>> >> >> >>> soon.<br>>> >> >> >>><br>
>> >> >> >>> Thanks for reporting.<br>>> >> >> >>><br>>> >> >> >>> Utkarsh<br>>> >> >> >>><br>>> >> >> >>> On Thu, Nov 10, 2011 at 7:19 PM, kenichiro yoshimi<br>
>> >> >> >>> <<a href="mailto:rccm.kyoshimi@gmail.com">rccm.kyoshimi@gmail.com</a>> wrote:<br>>> >> >> >>> > Hi,<br>>> >> >> >>> ><br>
>> >> >> >>> > I tried to install the 3.12 for Win64 using<br>>> >> >> >>> > ParaView-3.12.0-Win64-x86.exe, but it says "Version 3.12.0<br>>> >> >> >>> > 32-bit".<br>
>> >> >> >>> ><br>>> >> >> >>> > Is there a Win64-bit executable for the Windows 64 bit<br>>> >> >> >>> > machine?<br>>> >> >> >>> ><br>
>> >> >> >>> > Thanks,<br>>> >> >> >>> > yoshimi<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<br>>> >> >> >>> > <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:<br>>> >> >> >>> > <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>
>> >> >> >>> ><br>>> >> >> >><br>>> >> >> >><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<br>>> >> >> >> <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:<br>>> >> >> >> <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>
>> >> >> >><br>>> >> >> ><br>>> >> >> ><br>>> >> ><br>>> >> ><br>>> ><br>>> ><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<br>>> > <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:<br>>> > <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>>> ><br>
>> ><br>>><br>>><br>>><br>>> --<br>>> | Aashish Chaudhary<br>>> | R&D Engineer<br>>> | Kitware Inc.<br>>> | <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
><br>><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<br>
> <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:<br>> <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>><br>><br></div></div>
</blockquote></div><br>