[vtkusers] vtk + Qt 64bits

John Drescher drescherjm at gmail.com
Fri Jul 26 11:46:34 EDT 2013


On Fri, Jul 26, 2013 at 11:34 AM, Massinissa Bandou
<Massinissa.Bandou at usherbrooke.ca> wrote:
> Hi everyone,
>
> I have configured vtk with vs2010 win64 with Cmake 2.8.11 and I built
> QT4.8.5 to 64x step by step according to:
> http://emocias.blogspot.ca/2012/08/compile-qt-482-64bit-library-with.html
> <http://emocias.blogspot.ca/2012/08/compile-qt-482-64bit-library-with.html>
>
> But when I build vtk with vs2010, I still have this error:
> /(QtGuid4.dll): fatal error LNK1112: module machine type "X86" conflict with
> target machine type "x64"/
>
> Did I forget something?
>

Make sure your app is pulling in the x64 version of Qt and not the 32bit libs.

John



More information about the vtkusers mailing list