[Paraview] problems with building paraview

2008-10-23 Thread Natalie Happenhofer
Hi! I´ve checked paraview out and build it and building works fine, but executing paraview, I get the following error: Entry point "_z17qt_message_output9qtmsgtypebkc" was not found in "QtCore4.dll" What´s happening there? thx, NH __

Re: [Paraview] problems with building paraview

2008-10-23 Thread Utkarsh Ayachit
What version of Qt are you using? Utkarsh Natalie Happenhofer wrote: Hi! I´ve checked paraview out and build it and building works fine, but executing paraview, I get the following error: Entry point "_z17qt_message_output9qtmsgtypebkc" was not found in "QtCore4.dll" What´s happening ther

Re: [Paraview] Calling a self made writer from a self made filter

2008-10-23 Thread Utkarsh Ayachit
Hey Rafael, First, you'll have to add a property to your filter to call the method that requests the writing as follows: ... ... Then you have to create a custom object panel (look at the wiki for plugin examples) which adds a button and then a callback to do something as follows:

Re: [Paraview] ANNOUNCE: ParaView 3.4.0 released

2008-10-23 Thread pat marion
Hi Lester, Someone correct me if I am wrong, but I believe due to licensing issues the binary distribution of ParaView does not include the Silo reader. If you download the 3.4 source distribution you can compile paraview with the Silo reader enabled if your system has silo development libraries

Re: [Paraview] Problem loading CSV data files

2008-10-23 Thread David Fuentes
I'm getting the same problem. Did you ever find a fix for this? Thank you, David Fuentes From lester at arctica1.wanadoo.co.uk Thu Dec 20 09:40:39 2007 From: lester at arctica1.wanadoo.co.uk (lester anderson) Date: Thu Dec 20 09:40:43 2007 Subject: [Paraview] Problem loading CSV data f

Re: [Paraview] problems with building paraview

2008-10-23 Thread clinton
That typically happens if you run your app with an older Qt version than the one you compiled the app with. In Visual Studio, you can look in the output window to see which dll's it picks up at runtime. Or you can check your PATH environment variable. Clint On Thursday 23 October 2008 6:28:1

Re: [Paraview] ANNOUNCE: ParaView 3.4.0 released

2008-10-23 Thread Lester Anderson
Hi Pat Sounds somewhat confusing. If the program is advertised as having a reader for SILO files it should be more clearly stated that it is only available if you compile the code yourself - I only use the binary windows distribution. Hopefully more file formats will be available, in the bin

[Paraview] Empty Lines in Screenshot

2008-10-23 Thread Kevin H. Hobbs
I'm seeing empty lines in large screenshots. I've placed an example at: http://crab-lab.zool.ohiou.edu/kevin/empty_lines.png The lines aren't really empty they just have the background color. It seems to only happen when volume rendering. It seems to only happen when the snapshot is bigger tha

Re: [Paraview] ANNOUNCE: ParaView 3.4.0 released

2008-10-23 Thread Berk Geveci
Sorry, my bad. Silo is not open source. It has the following condition: NOTIFICATION OF COMMERCIAL USE Commercialization of this product is prohibited without notifying the Department of Energy (DOE) or Lawrence Livermore National Laboratory (LLNL).

[Paraview] Starting paraview with --server option

2008-10-23 Thread Guy HUBERT
Hello, I need to start Paraview with connexion to pvserver 3.4.0 on port 1 on Windows XP SP3 . I start pvserver in a command shell. I start paraview 3.4.0 in another shell with the following syntax. paraview --server="localhost" paraview --server="127.0.0.1" paraview --server="127.