Group: it.comp.lang.delphi · Group Profile · Search for Version3 in it.comp.lang.delphi
Author: colde
Date: Nov 9, 2006 03:23
... does not support C++Builder 1 {$ENDIF} {$IFDEF VER100} { Delphi 3 } {$DEFINE VERSION3} {$ENDIF} {$IFDEF VER110} { C++ Builder 3 } {$ObjExportAll On} {$DEFINE CBuilder} {$DEFINE VERSION3} {$ENDIF} {$IFDEF VER120} { Delphi 4 } {$DEFINE VERSION4} {$ENDIF} {$IFDEF VER125}...
|