0
votes

I tried integrating visual 2010 and cplex 122. It doesn't compile and throws error that error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'. Also when i wrote a very small code it shows that it couldn't find "iostream.h" file. Anyhow i really appreciate any help...

1

1 Answers

0
votes

Probably you are on an x64 bit machine. Try going through the options and change the compilation options to x64. I think this kind of problem is solved in VS 2012.