c++ builder > Win32Platform > Win7以降でチェックの必要はあるのだろうか?
1028 ワード
関連IDE
C++ Builder XE4
delphiのコードで以下の条件文を見た
if Win32Platform = VER_PLATFORM_WIN32_NT then
XE4のヘルプを見ると System.SysUtils.Win32Platform
としてヘルプがある。
- VER_PLATFORM_WIN32s --> システムは Win32s である
- VER_PLATFORM_WIN32_WINDOWS --> システムは Windows 95 である。
- VER_PLATFORM_WIN32_NT --> システムは Windows NT である
しかしながら、SOには以下の記載がある (RRUZさんの回答)。
if Win32Platform = VER_PLATFORM_WIN32_NT then
FYI Delphi XE2 only runs on WinNT based systems
XE4でWindows7以降のアプリの場合、Win32Platform のチェックは無意味なのかもしれない。
Author And Source
この問題について(c++ builder > Win32Platform > Win7以降でチェックの必要はあるのだろうか?), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/71b192e096102f9009db著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .