// プログラムが実行されているターミナルの確認 Print("_IsX64=",_IsX64); if(_IsX64) Print("Program ",__FILE__," is running in the 64-bit terminal"); else Print("Program ",__FILE__," is running in the 32-bit terminal"); Print("TerminalInfoInteger(TERMINAL_X64)=",TerminalInfoInteger(TERMINAL_X64));