Yes the ParaView Works perfectly fine! <br>However I fixed the problem and now I can compile the examples!! I think there was two things caused this issue<br><ol><li>as you mentioned I had the compiled and binary of Paraview (Two different versions) both installed on the my computer which I think created some kind of conflicts there, I deleted all the versions and compiled the latest version.</li>
<li>The second issue was the Path variable issue with Qt (as Eric mentioned) I added the Qt/lib to the path and also added the bin,lib and include to Visual Studio and just rebooted the computer, worked perfectly fine. <br>
</li></ol>Thanks for your help though! really appreciated. <br><br><br>Kind Regards <br>~sam<br><br><div class="gmail_quote">On Thu, May 13, 2010 at 4:54 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Does ParaView itself work for you at all?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div><br>
On Wed, May 12, 2010 at 9:05 AM, A M &lt;<a href="mailto:arsham@uga.edu" target="_blank">arsham@uga.edu</a>&gt; wrote:<br>
&gt; Dear Utkarsh<br>
&gt;<br>
&gt; yes, I meant the missing DLL issues. I ran the dependency walker. I loaded<br>
&gt; the executable file to the dependency walker (pic attached) and it seems<br>
&gt; there are 2 dlls that are missing however I searched for them and nothing<br>
&gt; showed up on my computer!<br>
&gt; Also you mentioned in your previous email that the path should point to this<br>
&gt; dlls, i have the environment variable path set to the folder where all the<br>
&gt; dlls the program is asking for are there but still get the same error.<br>
&gt;<br>
&gt;<br>
&gt; best<br>
&gt; ~A<br>
&gt;<br>
&gt; On Tue, May 11, 2010 at 5:50 PM, Utkarsh Ayachit<br>
&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; What do you mean by it does not work? Missing DLLs still? Did you try<br>
&gt;&gt; running the dependency walker to determine which dlls are missing?<br>
&gt;&gt; Ensure that your PATH has those missing dlls.<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Tue, May 11, 2010 at 3:28 PM, A M &lt;<a href="mailto:arsham@uga.edu" target="_blank">arsham@uga.edu</a>&gt; wrote:<br>
&gt;&gt; &gt; Thanks eric<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I  added the Qt lib path to the PATH too but it didn&#39;t really make any<br>
&gt;&gt; &gt; difference either! I am just installing netbeans on the linux system I<br>
&gt;&gt; &gt; have<br>
&gt;&gt; &gt; here to see if I can compile and run paraview and the examples, it might<br>
&gt;&gt; &gt; work I don&#39;t know!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; best!<br>
&gt;&gt; &gt; ~A<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, May 11, 2010 at 4:52 PM, Eric E. Monson &lt;<a href="mailto:emonson@cs.duke.edu" target="_blank">emonson@cs.duke.edu</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hey Sam,<br>
&gt;&gt; &gt;&gt; Maybe this won&#39;t make a difference (and I don&#39;t remember where I saw to<br>
&gt;&gt; &gt;&gt; do<br>
&gt;&gt; &gt;&gt; this), but you have your PATH set to the Qt bin directory rather than<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; lib directory. I have some notes saying I had trouble unless the lib<br>
&gt;&gt; &gt;&gt; directory was in my PATH...<br>
&gt;&gt; &gt;&gt; -Eric<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On May 11, 2010, at 4:44 PM, A M wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Dear David and Eric<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks for the comments,<br>
&gt;&gt; &gt;&gt; Davie:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I added the path to the environment variable in VS and I still have the<br>
&gt;&gt; &gt;&gt; same issue. I wrote something like this<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; PATH=C:\Program Files\CMake 2.6\bin; C:\Qt\4.6.2\bin;C:\Program<br>
&gt;&gt; &gt;&gt; Files\ParaView\bin ;%PATH%<br>
&gt;&gt; &gt;&gt; this is what I think you meant.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Eric:<br>
&gt;&gt; &gt;&gt; I did that already (I mean compiling Paraview with the examples and<br>
&gt;&gt; &gt;&gt; BUILD_EXAMPLES: ON) I still get the same error, I almost tried any<br>
&gt;&gt; &gt;&gt; trick in<br>
&gt;&gt; &gt;&gt; the book you can imagine!  the PATH variable in my use environment<br>
&gt;&gt; &gt;&gt; variable<br>
&gt;&gt; &gt;&gt; looks like the flowing:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; C:\Program Files\CMake 2.6\bin;<br>
&gt;&gt; &gt;&gt; C:\Qt\4.6.2\bin<br>
&gt;&gt; &gt;&gt; C:\Program Files\ParaView\bin ;<br>
&gt;&gt; &gt;&gt; plus some other stuff not related to paraview, which seems pretty<br>
&gt;&gt; &gt;&gt; normal<br>
&gt;&gt; &gt;&gt; to me, however I got the same errors as before! it does not find the<br>
&gt;&gt; &gt;&gt; dll<br>
&gt;&gt; &gt;&gt; files.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I honestly don&#39;t know what to do anymore. The only solution I can think<br>
&gt;&gt; &gt;&gt; of<br>
&gt;&gt; &gt;&gt; right now is to switch to Linux operating system instead of windows,<br>
&gt;&gt; &gt;&gt; and<br>
&gt;&gt; &gt;&gt; that doesn&#39;t necessarily means that problem would be solved either,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; best!<br>
&gt;&gt; &gt;&gt; ~sam<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Tue, May 11, 2010 at 2:12 PM, Eric E. Monson &lt;<a href="mailto:emonson@cs.duke.edu" target="_blank">emonson@cs.duke.edu</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hey Sam,<br>
&gt;&gt; &gt;&gt;&gt; Instead of trying to build those branded applications separately, did<br>
&gt;&gt; &gt;&gt;&gt; you<br>
&gt;&gt; &gt;&gt;&gt; try first to build ParaView with BUILD_EXAMPLES: ON and see if those<br>
&gt;&gt; &gt;&gt;&gt; applications are built correctly and run okay?<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m not really a Windows developer, either, but I&#39;ve been able to<br>
&gt;&gt; &gt;&gt;&gt; build<br>
&gt;&gt; &gt;&gt;&gt; Release versions of the Example applications and my own branded app on<br>
&gt;&gt; &gt;&gt;&gt; Windows 7 64-bit. (I run them from the bin/Release directory under my<br>
&gt;&gt; &gt;&gt;&gt; build<br>
&gt;&gt; &gt;&gt;&gt; directory.) I used Qt 4.6.2 that I compiled myself with VS 64-bit<br>
&gt;&gt; &gt;&gt;&gt; compiler,<br>
&gt;&gt; &gt;&gt;&gt; Visual Studio 2008 Pro, CMake 2.8.1 and Python 2.6.<br>
&gt;&gt; &gt;&gt;&gt; My PATH variable is very minimal, I think only the Qt library entry is<br>
&gt;&gt; &gt;&gt;&gt; used to help configure the ParaView build:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; %USERPROFILE%\Programming\qt-everywhere-opensource-src-4.6.2\lib;&quot;C:\Program<br>
&gt;&gt; &gt;&gt;&gt; Files (x86)\CMake 2.8\bin&quot;;C:\Python26;C:\Program Files (x86)\VTK\bin<br>
&gt;&gt; &gt;&gt;&gt; (the VTK part at the end is just so my separate vtk python stuff runs<br>
&gt;&gt; &gt;&gt;&gt; okay)<br>
&gt;&gt; &gt;&gt;&gt; Sorry to hear you&#39;re having so much trouble. All of us run into these<br>
&gt;&gt; &gt;&gt;&gt; strange things sometimes, but just so you know, it should work without<br>
&gt;&gt; &gt;&gt;&gt; any<br>
&gt;&gt; &gt;&gt;&gt; manual copying of libraries, etc.<br>
&gt;&gt; &gt;&gt;&gt; Good luck,<br>
&gt;&gt; &gt;&gt;&gt; -Eric<br>
&gt;&gt; &gt;&gt;&gt; ------------------------------------------------------<br>
&gt;&gt; &gt;&gt;&gt; Eric E Monson<br>
&gt;&gt; &gt;&gt;&gt; Duke Visualization Technology Group<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On May 11, 2010, at 1:05 PM, Dave Partyka wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; To set the PATH when debugging from the IDE:<br>
&gt;&gt; &gt;&gt;&gt; 1. Right click the project and select Properties<br>
&gt;&gt; &gt;&gt;&gt; 2. In the tree view on the left select Debugging<br>
&gt;&gt; &gt;&gt;&gt; 3. In the main panel there will be an entry called &#39;Environment&#39;<br>
&gt;&gt; &gt;&gt;&gt; 4. Set the Path by entering something like:<br>
&gt;&gt; &gt;&gt;&gt; PATH=C:\Path\To\Something;%PATH%<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Tue, May 11, 2010 at 12:28 PM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Well, unfortunately, the DLL mess is a Windows OS thing. I am not a<br>
&gt;&gt; &gt;&gt;&gt;&gt; regular Windows developer so I cannot tell you exactly how to access<br>
&gt;&gt; &gt;&gt;&gt;&gt; that option, but Visual Studio does have an option somewhere that<br>
&gt;&gt; &gt;&gt;&gt;&gt; allows you to specify the environment in which the application is<br>
&gt;&gt; &gt;&gt;&gt;&gt; running. There you can set the PATH to include the ParaView bin/debug<br>
&gt;&gt; &gt;&gt;&gt;&gt; (or bin/release as the case maybe) and Qt dirs.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; You might want to download dependency walker<br>
&gt;&gt; &gt;&gt;&gt;&gt; (<a href="http://www.dependencywalker.com/" target="_blank">http://www.dependencywalker.com/</a>), a handy utility to determine<br>
&gt;&gt; &gt;&gt;&gt;&gt; exactly what dlls are being used/not found etc. Use this to ensure<br>
&gt;&gt; &gt;&gt;&gt;&gt; that correct versions of the dlls are being imported.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; I&#39;d refrain from copying over dlls, this often leads to user-related<br>
&gt;&gt; &gt;&gt;&gt;&gt; errors down the line.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; As far as the missing symbol error goes, it&#39;s possible your program<br>
&gt;&gt; &gt;&gt;&gt;&gt; is<br>
&gt;&gt; &gt;&gt;&gt;&gt; accidentally bringing in a mismatched vtkCommon dll. Do you have<br>
&gt;&gt; &gt;&gt;&gt;&gt; other<br>
&gt;&gt; &gt;&gt;&gt;&gt; VTK / ParaView builds in your PATH? Use the dependency walker to<br>
&gt;&gt; &gt;&gt;&gt;&gt; ensure that it&#39;s using the correct vtkCOmmon (and other) dlls.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Hope that helps.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; On Tue, May 11, 2010 at 3:17 PM, A M &lt;<a href="mailto:arsham@uga.edu" target="_blank">arsham@uga.edu</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; As you suggested, I added the dll path<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; (ParaView-3.8.0-bin\bin\Debug)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; to the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; environment variable as well as the Qt path, however when I ran the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; .exe<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; file again I got the same error, so I added the dll files manually<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; to<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; same directory as the .exe file, at first was asking about some<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Paraview<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; dlls and the some Qt dlls (I have both of this added to the use<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; path<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; enviroment variable!) and then asked form some vtk dlls, the last<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; error<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; which I can not get passed of is asking for vtkCommon.dll, I added<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; dll<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; to the directory and  I got this:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; &quot; the procedure entry point<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; ?ComputePointForExtent@vtkStructuredData@@SAQAH0@Z could not be<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; located in<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; the dynamic library link vtkCommon.dll&quot; !!!!!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; I run on WinXP SP3,  visual studio 9 2008 and the latest version of<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Paraview<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; and Qt<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; as I mentioned I added all the paths to all this dlls to the user<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; environment variable but somehow the system does not see this<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; dlls!!!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; and<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; it will be really inconvenient to add all this dlls every time you<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; write a<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; software and want to run it!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; any help is really appreciated!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; best<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; ~Sam<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; On Mon, May 10, 2010 at 12:31 PM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; When you are running on windows, windows expects that all the dlls<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; are<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; in PATH (or the same location as the exe). You may want to start<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; clone executable from a terminal ensuring that you set the PATH<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; environment variable correctly to point to the dlls under the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; ParaView<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; build dir.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; On Mon, May 10, 2010 at 12:26 PM, A M &lt;<a href="mailto:arsham@uga.edu" target="_blank">arsham@uga.edu</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; thanks Utkarsh<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; The page you suggested cleared some stuff for me!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; As David suggested I tried to look at the examples under<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Examples\CustomApplications directory in the paraview source. I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; CMake&#39;d<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; examples there such as Clone1&amp;2 and Demo0&amp;1 and tried to run<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; them<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; to see<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; how<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; they work (That would be a good working example to understand<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; process<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; better), the projects compiled just fine but when I tried to run<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; them I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; got<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; the following two errors for Clone and Demo respectively:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; &quot;pqapplicationcomponents.dll was not found, re-installing the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; application<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; may fix this problem&quot;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; &quot;pqCore.dll was not found, re-installing the application may fix<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; this<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; problem&quot;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; anyone has any idea what I did wrong here! what are these two<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; dll<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; files?<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; best<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; ~sam<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; On Sun, May 9, 2010 at 11:02 PM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; You might also want to refer to the following wiki page details<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; on<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; custom application components:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://paraview.org/Wiki/Writing_Custom_Applications" target="_blank">http://paraview.org/Wiki/Writing_Custom_Applications</a><br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; On Sun, May 9, 2010 at 9:48 PM, David E DeMarle<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &lt;<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Since that time, the branding infrastructure has merged from<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Utkarsh&#39;s<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; bleeding edge repository mentioned in the paper, into the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; ParaView<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; development branch, and then into the 3.8 release of<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; ParaView.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; So just follow instructions from <a href="http://www.paraview.org" target="_blank">www.paraview.org</a> to get the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; ParaView<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; source, either 3.8 or current developement from git and use<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; that<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; make<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; your own custom applications.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; In particular, the sample applications mentioned in the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; presentation<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; that accompanied the paper are under the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Examples/Applications<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; directory.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; David E DeMarle<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Kitware, Inc.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; R&amp;D Engineer<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; 28 Corporate Drive<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Clifton Park, NY 12065-8662<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; Phone: 518-371-3971 x109<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt; On Sun, May 9, 2010 at 9:33 PM, A M &lt;<a href="mailto:arsham@uga.edu" target="_blank">arsham@uga.edu</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Hi<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; I sent the following email to Paraview mailing list and<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; someone<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; just<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; answered back the the github was obsolete!! can you please<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; guid<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; me<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; in a<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; right direction to download the correct source for the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; purpose<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; of<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Customizing Paraview please. is there any tutorial I can<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; look<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; in to?<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; best<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Sam<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Hi!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; So I am a little confused! I read a paper by Utkarsh A.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Ayachit<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; and<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; in<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; this<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; paper he mentioned to clone the repository at<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; git://<a href="http://github.com/utkarshayachit/ParaView.git" target="_blank">github.com/utkarshayachit/ParaView.git</a> to obtain the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; modified<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; ParaView<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; source, up to here it is just fine, I can clone the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; directory<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; just<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; fine.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Then he goes on and and says the &quot;The branding code is on<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Branding<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; branch, and a new reference application, called<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; paraview_revamed will be found in Applications/Client2 that<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; is<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; what<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; can<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; NOT find. where is this branding branch exactly and how can<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; download<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; rest of what he is talking about? Does anyone knows?<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; I looked at   <a href="http://github.com/utkarshayachit/ParaView" target="_blank">http://github.com/utkarshayachit/ParaView</a> the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; ParaView<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; code is<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; there but I didn&#39;t see anything called branding branch! Can<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; anyone<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; help<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; me<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; please!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Best!<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; ~sam<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br><br>