Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/bgrabitmap/bgralazresource.pas

    r494 r521  
    2525    constructor Create(AContainer: TMultiFileContainer; AName: utf8string; AValueType: utf8string; AContent: TStream);
    2626    destructor Destroy; override;
    27     function CopyTo(ADestination: TStream): integer; override;
     27    function CopyTo(ADestination: TStream): int64; override;
    2828  end;
    2929
     
    3939    constructor Create(AContainer: TMultiFileContainer; AName: utf8string; ABinaryContent: TStream);
    4040    destructor Destroy; override;
    41     function CopyTo(ADestination: TStream): integer; override;
     41    function CopyTo(ADestination: TStream): int64; override;
    4242  end;
    4343
     
    9191end;
    9292
    93 function TFormDataEntry.CopyTo(ADestination: TStream): integer;
     93function TFormDataEntry.CopyTo(ADestination: TStream): int64;
    9494begin
    9595  RequireTextContent;
     
    149149end;
    150150
    151 function TLazResourceEntry.CopyTo(ADestination: TStream): integer;
     151function TLazResourceEntry.CopyTo(ADestination: TStream): int64;
    152152begin
    153153  if FContent.Size = 0 then
Note: See TracChangeset for help on using the changeset viewer.