Forum: Sonstige Fragen zu Delphi
Delphi
by cramer,
9. Mai 2018
Es gab immer noch Probleme mit dem dcc32, unter anderem hier
procedure TIdIOHandler.Write(AValue: Int64; AConvert: Boolean = True);
{$IFDEF AVOID_URW_ERRORS}
var
h: Int64;
{$ELSE}
{$IFDEF HAS_TIdUInt64_QuadPart}
var
h: TIdUInt64;
{$ENDIF}
Forum: Sonstige Fragen zu Delphi
Delphi
by cramer,
8. Mai 2018
Wenn man die Pfad Optionen /LH vor die -$ Optionen setzt, klappts :
%NDD10%\Bin\dcc32.exe IndySystem100.dpk /Oobjs /DBCB /m /h /w /B /N..\..\D100 /LEH:\BDS2006\Indy10\Lib\System /LNH:\BDS2006\Indy10\Lib\System -$d-l-n+p+r-s-t-w-