Delphi 버전별 Symbol 지시자

from Delphi 2010/01/18 10:18 /

블로그에 글을 작성할때 반드시 밝혀야 하는 사항






# VER80 - Delphi 1
# VER90 - Delphi 2
# VER100 - Delphi 3
# VER120 - Delphi 4
# VER130 - Delphi 5
# VER140 - Delphi 6
# VER150 - Delphi 7
# VER160 - Delphi 8
# VER170 - Delphi 2005
# VER180 - Delphi 2006
# VER180 - Delphi 2007
# VER185 - Delphi 2007
# VER200 - Delphi 2009
# VER210 - Delphi 2010
# WIN32 - Indicates that the operating environment is the Win32 API.
# LINUX - Indicates that the operating environment is Linux
# MSWINDOWS - Indicates that the operating environment is the MS Windows/li]
# CONSOLE - Indicates that an application is being compiled as a console application


    {$IfDef DefName}
    ...
    {$Else}
    ...
    {$EndIf}



포스팅이 유익 하셨다면 RSS 구독을 신청하세요
이 글의 관련글 이글의 태그와 관련된 글이 없습니다.

Trackback Address >> http://dolba.net/tt/k2club/trackback/2418