I have built QuantLib using Visual C++ 2010 Express Edition after converting it from a version built under Visual C++ 2008 Epress Edition. My system is a 64 bit. I get the following error:
fatal error lnk1112: module machine type 'X86' conflicts with target machine type 'x64'
I am not good at programming and I read a lot of solutions from the web and tried them all but none of them worked for my case. Can you please help me to fix this problem?