6
votes
3answers
315 views
Possible to force Delphi threadvar Memory to be Freed?
I have been chasing down what appears to be a memory leak in a DLL built in Delphi 2007 for Win32. The memory for the threadvar variables is not freed if the threads still exist when the DLL is unl …
0
votes
Possible to force Delphi threadvar Memory to be Freed?
At the risk of way too much code, here is a possible (poor) solution to my own question. Using the fact that the thread-local storage memory is stored in a single block for the threadvar variables …
9
votes
What’s the best method for getting the local computer name in Delphi
The Windows API GetComputerName should work. It is defined in windows.pas.
…
