-
Content Count
3221 -
Joined
-
Last visited
-
Days Won
159
David Heffernan last won the day on September 25
David Heffernan had the most liked content!
Community Reputation
2070 ExcellentTechnical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Load DLL from resource, bypassing a file?
David Heffernan replied to Angus Robertson's topic in Windows API
If you can distribute one file you can distribute more than one. This always feels like a pointless discussion. Solving a problem that doesn't exist. -
Usually each release comes with a bunch of bugs fixed, and a new set of bugs released into the wild. I do think the product is slowly getting better though.
-
Delphi TOIOBE index lifted in May 2022?
David Heffernan replied to wuwuxin's topic in RTL and Delphi Object Pascal
Do they treat you differently when you answer? -
Delphi TOIOBE index lifted in May 2022?
David Heffernan replied to wuwuxin's topic in RTL and Delphi Object Pascal
Who cares about TIOBE? It's just irrelevant. -
When will we have a 64-bit IDE version ?
David Heffernan replied to luciano_f's topic in Delphi IDE and APIs
It's strange that if this is what you want that you ask for something else. Classic XY problem. -
When will we have a 64-bit IDE version ?
David Heffernan replied to luciano_f's topic in Delphi IDE and APIs
Address space fragmentation and sub allocation fragmentation. -
Migrate an old app in Delphi 2009 to modren C++
David Heffernan replied to Alkanium's topic in General Help
Love the engagement here from the poster -
ExcelApp.WorkBooks.Open() memory leak
David Heffernan replied to GringoStarr's topic in RTL and Delphi Object Pascal
Yes, but what is reporting the memory leak? There are lots of leak detection tools. If you use full fastmm then you can get allocation stack traces. It doesn't sound like you've really understood the issue. Normally Text would just map directly to GetText. But we still have no idea what Value is. This thread displays a deeper problem. That you think we can tell you what is happening with such incomplete details highlights the fact that you are also trying to solve the problem without those details. -
ExcelApp.WorkBooks.Open() memory leak
David Heffernan replied to GringoStarr's topic in RTL and Delphi Object Pascal
We can't guess what the code is. We still don't know how you are detecting. -
ExcelApp.WorkBooks.Open() memory leak
David Heffernan replied to GringoStarr's topic in RTL and Delphi Object Pascal
We've no idea what Value is. How are you detecting that there's a leak. -
When will we have a 64-bit IDE version ?
David Heffernan replied to luciano_f's topic in Delphi IDE and APIs
Is the debugging experience still terrible though? -
ExcelApp.WorkBooks.Open() memory leak
David Heffernan replied to GringoStarr's topic in RTL and Delphi Object Pascal
How are you detecting that the memory has been leaked? -
"Material is not a valid floating point value" Ask yourself why you are trying to convert the text Material to a numeric value. Do you know why yet??
-
When will we have a 64-bit IDE version ?
David Heffernan replied to luciano_f's topic in Delphi IDE and APIs
This seems extremely optimistic -
Set a break point on the line where the error occurs. When the code breaks there inspect the value of the argument passed to StrToCur.