[vtkusers] Vtk+Qt in Windows7

francesc trull francesctrull at gmail.com
Sun Mar 11 21:05:49 EDT 2012


I tried a clean build on RenderWindowUI.cxx and got the message:

LINK : fatal error LNK1104: cannot open file
'D:\vtk_git_build\bin\Debug\vtkQtChart.lib'
Build FAILED.

Francesc.

2012/3/12 John Drescher <drescherjm at gmail.com>:
> 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