Moin,
Zitat von
Neutral General:
[...]Wie hast du diese Liste erstellt? Je nachdem gibt es da einen Bug, dass der Default-Comparer nicht gesetzt wird. Und dann knallt es.[...]
Naja ganz normal:
Delphi-Quellcode:
constructor TVirtualWall.Create;
begin
inherited;
FWallTop := TVirtualWallList.Create(false);
FWallLeft := TVirtualWallList.Create(false);
FWallRight := TVirtualWallList.Create(false);
FWallBottom := TVirtualWallList.Create(false);
end;
Und jup, mit Comparator klappt es.
Zitat von
Panthrax:
7z? Geht's nicht auch normal?
[...]
Ja: 7z
?
Naja das Problem wurde inzwischen behoben.
MfG
Fabian