Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Mar : Cracker causing AV in ntdll.dll

www.cryer.info
Managed Newsgroup Archive

Cracker causing AV in ntdll.dll

Subject:Cracker causing AV in ntdll.dll
Posted by:"Crazy Horse's crazier little brother" (cshann..@d4sw.com)
Date:Thu, 3 Mar 2005 13:35:30

Whenever I happen to eat a Ritz, Escort, or cheesy fish...no, that's not the
problem...

I created a cracker TControl class so that I could access the ParentFont
property:

  type
    TControlCracker = class(TControl)
  public
    ParentFont: Boolean;
  end;

  ...
  begin
    for i := 0 to Pred(ControlCount) do
      if TControlCracker(Controls[i]).ParentFont <> True then
        TControlCracker(Controls[i]).ParentFont := True;
  end;

Why the access in ntdll.dll?

--
Blackbird Crow Raven, NSGW

Replies:

www.cryer.info
Managed Newsgroup Archive