| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- {*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- Author: François PIETTE
- Description: Version defines for ICS (Internet Component Suite)
- Creation: 2003
- Version: 1.06
- EMail: francois.piette@overbyte.be http://www.overbyte.be
- Support: Use the mailing list twsocket@elists.org
- Follow "support" link at http://www.overbyte.be for subscription.
- Legal issues: Copyright (C) 1996-2005 by François PIETTE
- Rue de Grady 24, 4053 Embourg, Belgium. Fax: +32-4-365.74.56
- <francois.piette@overbyte.be>
- This software is provided 'as-is', without any express or
- implied warranty. In no event will the author be held liable
- for any damages arising from the use of this software.
- Permission is granted to anyone to use this software for any
- purpose, including commercial applications, and to alter it
- and redistribute it freely, subject to the following
- restrictions:
- 1. The origin of this software must not be misrepresented,
- you must not claim that you wrote the original software.
- If you use this software in a product, an acknowledgment
- in the product documentation would be appreciated but is
- not required.
- 2. Altered source versions must be plainly marked as such, and
- must not be misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source
- distribution.
- 4. You must register this software by sending a picture postcard
- to the author. Use a nice stamp and mention your name, street
- address, EMail address and any comment you like to say.
- History:
- May 31, 2004 V1.01 Correctly defined COMPILERX_UP symbols
- Sep 07, 2004 V1.02 Updated for Delphi 9/W32
- Mar 11, 2005 V1.03 Marco (marcov@stack.nl) added some defines for better FPC
- support
- Mar 13, 2005 V1.04 Changed conditional symbol for streams supporting 64 bits
- seek.
- Jul 30, 2005 V1.05 Updated for Delphi 10. Not tested !
- Sept 2, 2005 V1.06 64-bit streams are Delphi 6 and later
- SYMBOL Compiler version
- =============== ======================================
- DELPHI1 Delphi 1
- DELPHI2 Delphi 2
- DELPHI3 Delphi 3
- DELPHI4 Delphi 4
- DELPHI5 Delphi 5
- DELPHI6 Delphi 6
- DELPHI7 Delphi 7
- DELPHI9 Delphi 2005
- DELPHI10 Delphi 2006
- DELPHI1_UP Delphi 1 or higher
- DELPHI2_UP Delphi 2 or higher
- DELPHI3_UP Delphi 3 or higher
- DELPHI4_UP Delphi 4 or higher
- DELPHI5_UP Delphi 5 or higher
- DELPHI6_UP Delphi 6 or higher
- DELPHI7_UP Delphi 7 or higher (Delphi 8 is .NET only. No way here)
- DELPHI9_UP Delphi 9 or higher (Delphi 2005 has W32 compiler)
- DELPHI10_UP Delphi 10 or higher (Delphi 2006)
- BCB1 C++ Builder 1
- BCB3 C++ Builder 3
- BCB4 C++ Builder 4
- BCB5 C++ Builder 5
- BCB6 C++ Builder 6
- BCB7 C++ Builder 7
- BCB1_UP C++ Builder 1 or higher
- BCB3_UP C++ Builder 3 or higher
- BCB4_UP C++ Builder 4 or higher
- BCB5_UP C++ Builder 5 or higher
- BCB6_UP C++ Builder 6 or higher
- BCB7_UP C++ Builder 7 or higher (Doesn't exists, not tested)
- BCB10_UP C++ Builder 10 or higher (Doesn't exists, not tested)
- COMPILER1 Delphi 1
- COMPILER2 Delphi 2 or C++ Builder 1
- COMPILER3 Delphi 3
- COMPILER35 C++ Builder 3
- COMPILER4 Delphi 4 or C++ Builder 4
- COMPILER5 Delphi 5 or C++ Builder 5
- COMPILER6 Delphi 6 or C++ Builder 6
- COMPILER1_UP Delphi 1 or higher
- COMPILER2_UP Delphi 2 or C++ Builder 1 or higher
- COMPILER3_UP Delphi 3 or higher
- COMPILER35_UP C++ Builder 3 or higher
- COMPILER4_UP Delphi 4 or C++ Builder 4 or higher
- COMPILER5_UP Delphi 5 or C++ Builder 5 or higher
- COMPILER6_UP Delphi 6 or C++ Builder 6 or higher
- COMPILER7_UP Delphi 7 or higher
- COMPILER9_UP Delphi 9 or higher
- COMPILER10_UP Delphi 10 or higher (Doesn't exists, not tested)
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *}
- {$IFDEF FPC}
- {$MODE Delphi} { delphi mode }
- {$H+} { Use long strings }
- {$ASMMODE Intel} { Intel syntax assembler }
- {$DEFINE USEWINDOWS} { Use "Windows" unit. }
- {$DEFINE NOFORMS} { No unit forms. }
- {$DEFINE SOCKETULONGMUSTMATCH}
- // With FPC, relying directly on Delphi version is evil.
- // (http://www.stack.nl/~marcov/porting.pdf)
- // However FPC 1.9.x is more D6/D7 than previous, so
- // we have to define something, sigh!
- {$DEFINE DELPHI7_UP}
- {$DEFINE DELPHI6_UP}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$DEFINE COMPILER7_UP}
- {$DEFINE COMPILER6_UP}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF VER180}
- {$DEFINE COMPILER10}
- {$IFDEF BCB}
- {$DEFINE BCB10}
- {$ELSE}
- {$DEFINE DELPHI10}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$ENDIF}
- {$IFDEF VER170}
- {$DEFINE COMPILER9}
- {$IFDEF BCB}
- {$DEFINE BCB9}
- {$ELSE}
- {$DEFINE DELPHI9}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$ENDIF}
- {$IFDEF VER150}
- {$DEFINE COMPILER7}
- {$IFDEF BCB}
- {$DEFINE BCB7}
- {$ELSE}
- {$DEFINE DELPHI7}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$ENDIF}
- {$IFDEF VER140}
- {$DEFINE COMPILER6}
- {$IFDEF BCB}
- {$DEFINE BCB6}
- {$ELSE}
- {$DEFINE DELPHI6}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$ENDIF}
- {$IFDEF VER130}
- {$DEFINE COMPILER5}
- {$IFDEF BCB}
- {$DEFINE BCB5}
- {$ELSE}
- {$DEFINE DELPHI5}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$ENDIF}
- {$IFDEF VER125}
- {$DEFINE COMPILER4}
- {$DEFINE BCB4}
- {$DEFINE BCB}
- {$ENDIF}
- {$IFDEF VER120}
- {$DEFINE COMPILER4}
- {$DEFINE DELPHI4}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$IFDEF VER110}
- {$DEFINE COMPILER35}
- {$DEFINE BCB3}
- {$ENDIF}
- {$IFDEF VER100}
- {$DEFINE COMPILER3}
- {$DEFINE DELPHI3}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$IFDEF VER93}
- {$DEFINE COMPILER2}
- {$DEFINE BCB1}
- {$DEFINE BCB}
- {$ENDIF}
- {$IFDEF VER90}
- {$DEFINE COMPILER2}
- {$DEFINE DELPHI2}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$IFDEF VER80}
- {$DEFINE COMPILER1}
- {$DEFINE DELPHI1}
- {$DEFINE DELPHI}
- {$ENDIF}
- {$IFDEF DELPHI10}
- {$DEFINE DELPHI10_UP}
- {$DEFINE DELPHI9_UP}
- {$DEFINE DELPHI7_UP}
- {$DEFINE DELPHI6_UP}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF DELPHI9}
- {$DEFINE DELPHI9_UP}
- {$DEFINE DELPHI7_UP}
- {$DEFINE DELPHI6_UP}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF DELPHI7}
- {$DEFINE DELPHI7_UP}
- {$DEFINE DELPHI6_UP}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER9}
- {$DEFINE COMPILER9_UP}
- {$DEFINE COMPILER7_UP}
- {$DEFINE COMPILER6_UP}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF COMPILER10}
- {$DEFINE COMPILER10_UP}
- {$DEFINE COMPILER9_UP}
- {$DEFINE COMPILER7_UP}
- {$DEFINE COMPILER6_UP}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF COMPILER7}
- {$DEFINE COMPILER7_UP}
- {$DEFINE COMPILER6_UP}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI6}
- {$DEFINE DELPHI6_UP}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER6}
- {$DEFINE COMPILER6_UP}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI5}
- {$DEFINE DELPHI5_UP}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER5}
- {$DEFINE COMPILER5_UP}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI4}
- {$DEFINE DELPHI4_UP}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER4}
- {$DEFINE COMPILER4_UP}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF COMPILER35}
- {$DEFINE COMPILER35_UP}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI3}
- {$DEFINE DELPHI3_UP}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER3}
- {$DEFINE COMPILER3_UP}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI2}
- {$DEFINE DELPHI2_UP}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER2}
- {$DEFINE COMPILER2_UP}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF DELPHI1}
- {$DEFINE DELPHI1_UP}
- {$ENDIF}
- {$IFDEF COMPILER1}
- {$DEFINE COMPILER1_UP}
- {$ENDIF}
- {$IFDEF BCB7}
- {$DEFINE BCB7_UP}
- {$DEFINE BCB6_UP}
- {$DEFINE BCB5_UP}
- {$DEFINE BCB4_UP}
- {$DEFINE BCB3_UP}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- {$IFDEF BCB6}
- {$DEFINE BCB6_UP}
- {$DEFINE BCB5_UP}
- {$DEFINE BCB4_UP}
- {$DEFINE BCB3_UP}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- {$IFDEF BCB5}
- {$DEFINE BCB5_UP}
- {$DEFINE BCB4_UP}
- {$DEFINE BCB3_UP}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- {$IFDEF BCB4}
- {$DEFINE BCB4_UP}
- {$DEFINE BCB3_UP}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- {$IFDEF BCB3}
- {$DEFINE BCB3_UP}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- {$IFDEF BCB1}
- {$DEFINE BCB1_UP}
- {$ENDIF}
- { TStream class support 64 bit seek }
- {$IFNDEF FPC} { Not for FPC ! }
- {$IFDEF COMPILER6_UP} { OK for Delphi/BCB 6 and up }
- {$DEFINE STREAM64}
- {$ENDIF}
- {$ENDIF}
- {$IFNDEF DELPHI1} { Only Delphi1 lack windows unit }
- {$DEFINE USEWINDOWS} { Use "Windows" unit. }
- {$ENDIF}
- {$IFDEF DELPHI6_UP}
- {$WARN SYMBOL_PLATFORM OFF}
- {$WARN UNIT_PLATFORM OFF}
- {$WARN UNIT_DEPRECATED OFF}
- {$ENDIF}
- {$IFDEF DELPHI7_UP}
- {$WARN UNSAFE_CODE OFF}
- {$WARN UNSAFE_TYPE OFF}
- {$WARN UNSAFE_CAST OFF}
- {$ENDIF}
|