Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-09-04 Thread Dr. X
the precompiled Qt 4.6.3 x64 MSVC2008 already to save me time of rebuilding Qt. Thanks a lot. Best, x Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008 Biddiscombe, John A. Tue, 24 Aug 2010 06:05:13 -0700 Just in case it's of any interest. I have just installed windows 7 x64

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-24 Thread Biddiscombe, John A.
-Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Michael Jackson Sent: 23 August 2010 18:34 To: Dr.X Cc: paraview@paraview.org Subject: Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008 Besides if he has a 64 bit Qt

[Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
Hi, I just built ParaView git under Windows7 64bit + MSVC2008. When I launched paraview.exe (in both Debug and Release modes), I encountered paraview.exe has stopped working A problem caused the progrma to stop working correctly. windows will close the program and notify you if a solution is

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Utkarsh Ayachit
Can you attach a debugger and see where/why it's segfaulting? Thanks Utkarsh On Mon, Aug 23, 2010 at 9:20 AM, Dr. X xun...@renci.org wrote: Hi, I just built ParaView git under Windows7 64bit + MSVC2008. When I launched paraview.exe (in both Debug and Release modes), I encountered

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dave Partyka
You definitely have Qt in your path? On Mon, Aug 23, 2010 at 9:27 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Can you attach a debugger and see where/why it's segfaulting? Thanks Utkarsh On Mon, Aug 23, 2010 at 9:20 AM, Dr. X xun...@renci.org wrote: Hi, I just built

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
Thanks, Utkarsh. I ran the debug version of paraview in MSVC and had this error: application error The application was unable to start correctly (0xc07b). click OK to close the application. Any idea? Best, x On 8/23/2010 9:27 AM, Utkarsh Ayachit wrote: Can you attach a debugger and see

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread John Drescher
I ran the debug version of paraview in MSVC and had this error: application error The application was unable to start correctly (0xc07b). click OK to close the application. Any idea? Best, x It crashed. Did you try debugging? Did you verify your Qt was in your path? John

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
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 On 8/23/2010 10:46 AM, John Drescher wrote: I ran the debug version of paraview in MSVC and had this error: application error The application was unable to start correctly

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread John Drescher
On Mon, Aug 23, 2010 at 10:50 AM, Dr. X xun...@renci.org 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

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
Yes, John. They(Qt dlls) are all there. = xun...@himalaya /cygdrive/C/Qt/bin $ ls *.dll Qt3Support4.dll QtHelp4.dll QtSvg4.dll Qt3Supportd4.dllQtHelpd4.dll QtSvgd4.dll QtAssistantClient4.dll QtMultimedia4.dllQtTest4.dll

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
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

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Dr. X
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

Re: [Paraview] ParaView fails to run under Windows7 + MSVC2008

2010-08-23 Thread Michael Jackson
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