[vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

kenichiro yoshimi rccm.kyoshimi at gmail.com
Sat Apr 8 21:19:50 EDT 2017


Hi Kumar,

You may start over the CMake configure step. At that time, you need to
specify Visual Studio 1* 201* Win64 (NOT Visual Studio 1* 201*) for
the generator that will create project files for the x64 processor.

Thanks,
yoshimi

2017-04-08 15:10 GMT+09:00 Madan Kumar Y <mados316 at gmail.com>:
> I'm facing a linker error LNK1112: module machine type 'X86' conflicts with
> target machine type 'x64' and it is pointing to the
> progressivehullcudalibd.lib file in my system. I did all the active solution
> configuration and target machine to x64 and also in linker, additional
> options, there's nothing reflecting. But still the error is same. Any
> suggestions??.
> P.S : after changing to x64 in the active solution platform, configuration
> manager and also the target now the error is in reverse order that is
> module machine type 'x64' conflicts with target machine type 'X86'.
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list