Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
 
Delphi 12 Athens
 
#8

AW: Re: My Delphi 2010 is sick

  Alt 4. Jul 2012, 23:47
address 00000xxx = nil

Something does not exist.

Probably cbPath has not yet been created. Check it by adding "IF cbPath <> NIL" to the first line.
or if not Assigned(cbPath) then DoError; , Assert(Assigned(cbPath)); , Assert(cbPath <> nil); , ...
$2B or not $2B

Geändert von himitsu ( 4. Jul 2012 um 23:49 Uhr)
  Mit Zitat antworten Zitat