Delphi

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • delphi produces it's own bugs

    0 answers - 1168 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I'm at my wits end with this compiler. Just recently, a software tester
    reported that setting the page control to be multilined causes many access
    violation errors and a priviledged instruction error. I go and test and find
    out he is right. This only occurs when items are being added to a TListView.
    This never happened before and the code hasnt changed, I think Delphi is
    becomming more and more chaotic. Even after uninstalling and reinstalling
    Delphi, the problem didnt go away. I'm adding items to the TListView by
    using
    lvPM.AddItem(GetName(objs[i]), TpmUndo.Create(objs[i]));
    the tsobjgetname function returns the name of a object (and has no leaks),
    and the TpmUndo is a T that has no special allocations, just
    references. Even if I had problems with these functions, it has nothing to
    do with a TPageControl. Any ideas? Also Memchk has been finding memory leaks
    with a TListView when there's nothing in it, in the controls and system pas.
    I can't afford to upgrade to D7 now, so I'm not sure what to do
    Delphi-Talk mailing list -Delphi-Talk (AT) elists (DOT) org

Re: delphi produces it's own bugs


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Delphi"

EMSDN.COM