[vtkusers] Vtk+Qt in Windows7

John Drescher drescherjm at gmail.com
Sun Mar 11 22:49:55 EDT 2012


On Sun, Mar 11, 2012 at 10:46 PM, francesc trull
<francesctrull at gmail.com> wrote:
> I'm sorry, I was looking in the wrong place. I do have QtCore4.dll and
> QtGui4.dll in the Qt directory (that I built myself). I don't have
> vtkQtChart.lib in vtk\bin\Debug but I do have it in vtk\bin\Release. I
> can build RenderWindowUI.cxx in Release mode successfully. However,
> when I try to execute it I get the message:
>
> Cannot find the entry point of the procedure
> ??4QImage@@QAEAAV0@$$QAV0@@Z in the dynamic link library QtGui4.dll
>
That is some kind of problem with your Qt build. Do you have some
other version of Qt ( or these dlls) in your path or Program Files?
Its best to avoid this by copying the Qt dlls you built to your
release folder.

John



More information about the vtkusers mailing list