you are building a 64 bit executable, but trying to include 32 bit Intel asm, 
which won't work.

hopefully there is 64 bit asm somewhere you should include instead, or some 
#define to set for 64 bit builds, or some way to turn off the asm, or ... some 
other way to not include 32 bit asm in a 64 bit build.

K

Reply via email to