Originally posted by: rezayas
Hi,
I am trying to run the sample code "blend.cpp" on my computer but I get the following error:
"fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'"
I would like to use VC++ 2008 to use CPLEX; I have Windows 7 on my computer (I suppose it is 64-bit operation system); I installed IBM ILOG CPLEX V12.1 for Windows 64 bit English (CZ3VCEN); and I select the following settings for my project:
Additional Include Directories:
C:\ILOG\Concert29\include;C:\ILOG\CPLEX121\include
Debug Information Format: Disabled
Additional Dependencies:
C:\ILOG\CPLEX121\lib\x64_windows_vs2008\stat_mta\cplex121.lib
C:\ILOG\CPLEX121\lib\x64_windows_vs2008\stat_mta\ilocplex.lib
C:\ILOG\Concert29\lib\x64_windows_vs2008\stat_mta\concert.lib
Any help to resolve this problem is greatly appreciated!
Thanks,
Reza
#CPLEXOptimizers#DecisionOptimization