wow64 Delphi/꿀팁 윈도우가 64비트인지 아닌지 확인하기 - 2 uses System.SysUtils; function isWindows64: Boolean; begin Result := TOSVersion.Architecture in [arIntelX64, arARM64]; end; 2018.11.15 - [Delphi/꿀팁] - 윈도우가 64비트인지 아닌지 확인하기 - 1 이전 1 다음