Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ToTheMetal
  • Content: Threads
  • Order by date
  1. ToTheMetal

    ReallocMem produces Out Of Memory, but mem is available

    The problem is in a purchased control and the original developer is no longer to be found. The basic problem is the following code from the control: procedure TPline.SetCapacity(NewCapacity: Integer); begin if (NewCapacity < FCount) or (NewCapacity > MaxVertexListSize) then...

Part and Inventory Search

Back
Top