[vtkusers] Vtk+Qt in Windows7

John Drescher drescherjm at gmail.com
Sun Mar 11 20:43:12 EDT 2012


On Sun, Mar 11, 2012 at 7:23 PM, francesc trull <francesctrull at gmail.com> wrote:
> Hi John,
>
> Thanks for the suggestion. Unfortunately I recompiled with
> BUILD_SHARED_LIBS=OFF and still have the same problem. Do you know
> what else can I do?
>

Your application should not be asking for QVTK.dll after it is using
static vtk. If it is do a clean build on your application. It will ask
for QtCore.dll, QtGUI.dll ... however. Copy these to your release
folder. And copy the debug versions QtCored.dll .. to your debug
folder.

John



More information about the vtkusers mailing list