Board index » delphi » TList Sort in XP...
Nuzzi
![]() Delphi Developer |
Sat, 21 Aug 2004 04:29:38 GMT
TList Sort in XP...
OK, so I am fairly sure that it is a code error, but I figure I will through
this out here anyway. In an app I am building I create a TList and then fill it with objects that are are attached to treenodes in TreeView. These objects have a z-order drawing level that has to be maintained. After populating the TList I call the Sort method to arrange them by this given z-order. When I run it through the compiler everything works fine. When I run it stand alone in XP I get an access violation on the sort call. However, I am not getting the same error in earlier Win versions. What do you think? Thank You, NUZZI |