| prasoon 2005-08-05, 4:01 am |
| I am porting my 32-bit code on 64-bit intel xeon processor m/c. I
searched many documents. I build successfully 64-bit binary. but when i
ran it on Xeon m/c it says that it is a valid image file but for some
other machine ie system error 216.
I am giving "/machine:IA64" in the link settings. i explored the net i
reached on conclusion that IA64 is for intel itanium. for xeon it
should be "X64" or something else. when i give "X64" in the setting the
compiler doesnt recognises it n ignores it. i am using vc6 with
platform sdk feb 2003 edition. after that the support for vc6 hv been
ended.
can anyone suggest me what i have to do to build 64-bit binary for
intel xeon.
if the support for vc6 hv been ended so would v not be able to build
applications for future versions of 64-bit h/w's or many be forthcoming
128/256 bit h/w's.
thanks in advance
|