10 questions
1
vote
1
answer
307
views
InitialValue of transient attribute in a persistent object?
Even though I use a specific ORM framework, Bold for Delphi, I'm more interested in framework agnostic theoretical view on the problem.
So the question is about having a persistent object and a ...
2
votes
2
answers
118
views
Trimming BOLD_CLOCKLOG table
I am doing some maintenance on a database for an application that uses the Bold for Delphi object persistence framework. This database has been been in production for several years and several of the ...
5
votes
1
answer
2k
views
Bug in Delphi VCL Drag and Drop?
My application compiled with Delphi 2007 have drag and drop between grids and it works fine most of the time. But sometimes randomly I got Access violation. I debugged it to Controls.pas method DragTo ...
7
votes
6
answers
2k
views
Are there any frameworks/libraries for Delphi that come close to the functionality offered by Bold/Eco?
Not sure what happened to Bold/Eco during the Borland/Codegear/Embarcadero transition but I sure miss it in the newer versions of Delphi. Anyone know of a framework that comes close?
If not, maybe ...
7
votes
10
answers
3k
views
What is the right tool to detect VMT or heap corruption in Delphi?
I'm a member in a team that use Delphi 2007 for a larger application and we suspect heap corruption because sometimes there are strange bugs that have no other explanation.
I believe that the ...