Just in case it's of any interest. I have just installed windows 7 x64 on a fresh PC and also visual studio 2010. I couldn't find x64 binaries for Qt so I compiled Qt 4.7 beta from source (had a couple of errors which I managed to get around somehow), then compiled paraview git from a few days ago and I now have a working paraview. Seems to run fine.
I realize this doesn't help, but visual studio 2008 isn't any different - and Qt binaries for x64 builds are available from http://code.google.com/p/qt-msvc-installer/downloads/list which I used on XP x64 without problems. JB > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Michael Jackson > Sent: 23 August 2010 18:34 > To: Dr.X > Cc: [email protected] > Subject: Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008 > > Besides if he has a 64 bit Qt and tries to compile a 32 bit paraview > then the compile will fail at the link stage. So that fact that he can > actually start the paraview process indicates that he has matching > compiles of Qt and ParaView. > > What was the original error? Can you simply start paraview in a > debugger and see where it aborts? That is the quickest way to tell > what is going on. > ___________________________________________________________ > Mike Jackson www.bluequartz.net > Principal Software Engineer [email protected] > BlueQuartz Software Dayton, Ohio > > > > On Aug 23, 2010, at 12:09 PM, Dr. X wrote: > > > Hi Dave, > > Thanks a lot for the trick. My qtdemo.exe is a 64bit app. (no star). > > Best, > > x > > On 8/23/2010 12:06 PM, Dave Partyka wrote: > >> > >> There might be a better way but what I do is to launch qtdemo.exe > >> and then open Task Manager and look for the process. If it has a * > >> after it's name, it's 32 bit. No star is 64bit. > >> > >> On Mon, Aug 23, 2010 at 11:08 AM, Dr. X <[email protected]> wrote: > >> Hi Robert, > >> I am pretty sure it was built through x64 command prompt. How can I > >> verify my memory? > >> Best, > >> x > >> > >> On 8/23/2010 10:56 AM, Robert Maynard wrote: > >> Was Qt compiled from the Visual Studio 2008 x64 command prompt, > >> rather > >> than the Visual Studio 2008 command prompt? > >> > >> On Mon, Aug 23, 2010 at 10:53 AM, John > >> Drescher<[email protected]> wrote: > >> On Mon, Aug 23, 2010 at 10:50 AM, Dr. X<[email protected]> wrote: > >> Hi John, > >> Thanks. > >> I can run any Qt demo app. on that machine. And yes, C:\Qt\bin is > >> in my > >> path. > >> Other possibilities? > >> x > >> In C:\Qt\bin > >> > >> Does QtCored4.dll exist as well as QtCore4.dll > >> > >> 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > >> > >> Follow this link to subscribe/unsubscribe: > >> http://www.paraview.org/mailman/listinfo/paraview > >> > >> > >> > >> > >> _______________________________________________ > >> 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > >> > >> Follow this link to subscribe/unsubscribe: > >> http://www.paraview.org/mailman/listinfo/paraview > >> > > > > _______________________________________________ > > 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ > 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
