Thema
:
My Delphi 2010 is sick
Einzelnen Beitrag anzeigen
himitsu
Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
Delphi 12 Athens
#
8
AW: Re: My Delphi 2010 is sick
4. Jul 2012, 23:47
address 00000xxx =
nil
Something does not exist.
Zitat von
Sailor
:
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)
Zitat
himitsu
Öffentliches Profil ansehen
Besuche die Homepage von himitsu!
Mehr Beiträge von himitsu finden