cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to solve fatal error "LNK1112: module machine type 'X86' conflicts with target machine type 'x64'"?

How to solve fatal error "LNK1112: module machine type 'X86' conflicts with target machine type 'x64'"?

Error 

LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

Description

Module machine type is the machine on which you are compiling and the target machine type/Visual studio command prompt selected, is the architecture x86 or x64 for which you are building your binaries.

Solution

To build the 64-bit FNP toolkit, use below command line prompt from VS installation :

aparashar1_0-1580983839540.png

 

To Build the 32 bit FNP toolkit,use below command line prompt from VS installation :

aparashar1_1-1580983884936.png

 

These options could be missing, if your installation is not proper and C++ redistributable or command line tool installation is missing.

Prerequisite

The operating systems and their associated hardware platforms must be compatible with the FNP toolkit as per the release note.

Tags (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Feb 06, 2020 04:14 AM
Updated by:
Contributors