Thanks Marc, But the dll files are already there, it's just that it's not able to find it I guess..<br>I can run both VTK and Qt separately with VS2005, but am not able to integrate them together.<br>Has anyone been able to do this?
<br><br>Thanks,<br>Ashish<br><br><div><span class="gmail_quote">On 10/11/06, <b class="gmail_sendername">Marc Cotran</b> &lt;<a href="mailto:marc@cotran.ca">marc@cotran.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ashish Singh wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I want to use Qt to develop a GUI for my VTK application, so I<br>&gt; recently installed Qt 4.1.4 on my workstation and reinstalled VTK with<br>&gt; the vtkgui support and qvtk 'ON'. When I tried examples(ImageViewer
<br>&gt; and Events) from the directory ..VTK/Examples/GUI/Qt, I get the<br>&gt; following pop up error.<br>&gt;<br>&gt; 'This application has failed to start because MSVCP80.dll was not<br>&gt; found. Re-installing the application may fix this problem. '
<br>Maybe you need to put MSVCP80.dll in a directory that is in your path.<br>You can put it in WINDOWS/System32 or in your application's executable<br>directory.<br><br>You can get the dll here:<br><br><a href="http://www.dll-files.com/dllindex/dll-files.shtml?msvcp80">
http://www.dll-files.com/dllindex/dll-files.shtml?msvcp80</a><br><br>This may not fix your problem enitrely, but it could help you<br>investigate further. If you get other missing dll errors, add them one<br>by one until you get a different error, or until everything works fine!
<br><br>hth<br><br>Marc<br></blockquote></div><br>