私はWindows64で作業しており、プロジェクトのmakefileが必要です。Win 32の既存のmakefileがあり、makefileから64ビット環境を設定する方法がわかりません。
誰かがそれをしたか、Win 64のサンプルmakefileを持っているなら、私と共有してください。次のエラーが発生します
c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(17) : error C2371: 'size_t' : redefinition; d
ifferent basic types
predefined C++ types (compiler internal)(19) : see declaration of 'size_t'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(81) : fatal error C1189: #error : "No Target Architecture"
make[3]: *** [shared/anonObject.o] Error 2
これは主に、VSx64ビット構成が設定されていない場合に発生します。