lisp2arx
Visual Programming for AutoLisp Mathématiques en programmation Lisp.. doc2cpp,doc2lsp, sld2lsp, bmp2dcl, free__GifCcapture for all-CAD'platforms..
Lista Forumurilor Pe Tematici
lisp2arx | Reguli | Inregistrare | Login

POZE LISP2ARX

Nu sunteti logat.
Nou pe simpatie:
Ank_beleaua Profile
Femeie
25 ani
Bucuresti
cauta Barbat
35 - 51 ani
lisp2arx / Delphi , Passcal.wget / Delphi Cmver.inc  
Autor
Mesaj Pagini: 1
admin
Administrator

Din: Bucharest
Inregistrat: acum 15 ani
Postari: 523


Code:

{$IFDEF CONDITIONALEXPRESSIONS}
  {$IF CompilerVersion >= 24.0}
    {$LEGACYIFEND ON}
  {$IFEND}
  {$IF CompilerVersion >= 17.0}
    {$DEFINE DIAMONDBACK_UP}
  {$IFEND}
  {$IF CompilerVersion >= 18.0}
    {$DEFINE DIAMONDBACK_UP}
    {$DEFINE DEXTER_UP}
  {$IFEND}
  {$IF CompilerVersion >= 18.5}
    {$DEFINE SPACELY_UP}
  {$IFEND}
  {$IF CompilerVersion >= 19.0}
    {$DEFINE DIAMONDBACK_UP}
    {$DEFINE DEXTER_UP}
    {$DEFINE HIGHLANDER_UP}
  {$IFEND}
  {$IF CompilerVersion >= 20.0}
    {$DEFINE DIAMONDBACK_UP}
    {$DEFINE DEXTER_UP}
    {$DEFINE HIGHLANDER_UP}
    {$DEFINE TIBURON_UP}
  {$IFEND}
  {$IF CompilerVersion >= 21.0}
    {$DEFINE DIAMONDBACK_UP}
    {$DEFINE DEXTER_UP}
    {$DEFINE HIGHLANDER_UP}
    {$DEFINE TIBURON_UP}
    {$DEFINE WEAVER_UP}
  {$IFEND}
  {$IF CompilerVersion >= 22.0}
    {$DEFINE DIAMONDBACK_UP}
    {$DEFINE DEXTER_UP}
    {$DEFINE HIGHLANDER_UP}
    {$DEFINE TIBURON_UP}
    {$DEFINE WEAVER_UP}
    {$DEFINE FULCRUM_UP}
  {$IFEND}
{$ENDIF}

Definitie010="Au dreptate, inteligenta AI lucreaza foarte bine, in nevoile IT care necesita multa experienta piramidala...adica daca cantitatea de nevoi-IT, cresc doar la varful piramidei, acolo programatori IT sunt dati afara pe capete=somaj mare. Daca nevoile-IT cresc la baza piramidei, atunci acolo sunt angajatii programatori umanii..  until until pana cand nevoile -IT  cresc mai sus..!!

Code:

{*******************************************************}
{                     PHP4Delphi                        }
{               PHP - Delphi interface                  }
{                                                       }
{ Author:                                               }
{ Serhiy Perevoznyk                                     }
{                            }
{ http://users.chello.be/ws36637                        }
{*******************************************************}

{ $Id: PHP.INC,v 5.2 2003/11/18 18:54:01 delphi32 Exp $ } 

{IMPORTANT:
if you are using PHP version 4.2.x...4.3.0 please change next line to
$DEFINE PHP430
}

{$DEFINE PHP433}

{$DEFINE QUET_LOAD}
{$DEFINE PHP4DELPHI_AUTOLOAD}
{.$DEFINE PHP4DELPHI_AUTOUNLOAD}
{.$DEFINE LINK_EXCEPTION}

{$DEFINE ZTS}                                               {zts support}

{$IFNDEF VER80}                                             {Delphi 1.0}
  {$DEFINE VERSION2}                                        {Delphi 2.0 and BCB 1 or higher}
{$ENDIF}

{$IFDEF VERSION2}
  {$IFNDEF VER90}                                           {Delphi 2.0}
    {$IFNDEF VER93}                                         {BCB 1.0}
      {$DEFINE VERSION3}                                    {Delphi 3.0 or BCB 3.0}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION3}
  {$IFNDEF VER100}                                          {Delphi 3}
    {$IFNDEF VER110}                                        {BCB 3}
      {$DEFINE VERSION4}                                    {Delphi 4.0 or higher}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION4}
  {$IFNDEF VER120}                                          {Delphi 4}
    {$IFNDEF VER125}                                        {BCB 4}
      {$DEFINE VERSION5}                                    {Delphi 5.0 or higher}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION5}
  {$IFNDEF VER130}                                          {Delphi 5}
    {$IFNDEF VER135}                                        {BCB 5}
      {$DEFINE VERSION6}                                    {Delphi 6.0 or higher}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION6}
  {$IFNDEF VER140}                                          {Delphi 6}
    {$IFNDEF VER145}                                        {BCB 6}
      {$DEFINE VERSION7}                                    {Delphi 7.0 or higher}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION6}
  {$WARN SYMBOL_PLATFORM OFF}
  {$IFDEF VERSION7}
    {$WARN UNIT_PLATFORM OFF}
    {$WARN UNSAFE_CODE OFF}
    {$WARN UNSAFE_TYPE OFF}
    {$WARN UNSAFE_CAST OFF}
    {$WARN UNIT_DEPRECATED OFF}
  {$ENDIF}
{$ENDIF}

{$IFDEF VERSION5}
  {$IFNDEF VERSION6}
    {$DEFINE VERSION5ONLY}
  {$ENDIF}
{$ENDIF}



Code:

{ $jrsoftware: issrc/Projects/Version.inc,v 1.8 2009/04/01 14:47:10 mlaan Exp $ }

{ Determine Delphi/C++Builder version }
{$IFNDEF VER80}  { if it's not Delphi 1.0 }
  {$IFNDEF VER90}  { if it's not Delphi 2.0 }
    {$IFNDEF VER93}  { and it's not C++Builder 1.0 }
      {$DEFINE IS_D3}  { then it must be at least Delphi 3 or C++Builder 3 }
      {$DEFINE Delphi3orHigher}
      {$IFNDEF VER100}  { if it's not Delphi 3.0 }
        {$IFNDEF VER110}  { and it's not C++Builder 3.0 }
          {$DEFINE IS_D4}  { then it must be at least Delphi 4 or C++Builder 4 }
          {$IFNDEF VER120} {$IFNDEF VER125}  { if it's not Delphi 4 or C++Builder 4 }
            {$DEFINE IS_D5}  { then it must be at least Delphi 5 or C++Builder 5 }
            {$IFNDEF VER130}  { if it's not Delphi 5 or C++Builder 5 }
              {$DEFINE IS_D6}  { then it must be at least Delphi 6 or C++Builder 6 }
              {$IFNDEF VER140} { if it's not Delphi 6 }
                {$DEFINE IS_D7}  { then it must be at least Delphi 7 }
              {$ENDIF}
            {$ENDIF}
          {$ENDIF} {$ENDIF}
        {$ENDIF}
      {$ENDIF}
    {$ENDIF}
  {$ENDIF}
{$ENDIF}

{ Check for Delphi 2007 and its "Halt in except block" bug }
{$IFDEF VER185}
{ On Delphi 2007, if Halt is called inside an 'except' or 'finally' block, the
  current exception's message is forcibly displayed on the screen (even if
  it's an EAbort exception), and the process returns with an exit code of 1
  instead of the exit code specified in the Halt call. See QC #51427.
  There are many places in Inno Setup that are affected by this issue (see
  the Halt calls in Setup.dpr for example). }
{$ENDIF}



_______________________________________


pus acum 1 luna
   
Pagini: 1  

Mergi la