Zitat von
Zacherl:
Ich verwende immer CopyMemory dazu ..
Bringt dir aber bei untypisierten Daten nichts und abgesehn davon:
Delphi-Quellcode:
procedure CopyMemory(Destination: Pointer; Source: Pointer; Length: DWORD);
begin
Move(Source^, Destination^, Length);
end;
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."