Dave’s Development Blog – Using CodeSite on interfaced objects
Posted by jpluimers on 2019/09/20
Reminder to self: [WayBack] Dave’s Development Blog – Using CodeSite on interfaced objects:
Note to self…
If using
CodeSiteto log Constructor and Destructor behaviour on interfaced objects, make sure its the first unit in the project so that it is the first unit initialised AND THE LAST unit finalised!This will save you hours and hours hunting down shutdown AVs
Or in my projects, the uses list in the Delphi project should be this order:
FastMM4BootstrapCodeSite
Via: [WayBack] Using CodeSite on interfaced objects – David Hoyle – Google+
–jeroen






Leave a comment