I made delphi expert(dll - delphi 5). I want to test my expert for memory leak.How to use FastMM for dll expert? Is it possible to use fastmm(for my dll) instead of the standard memory manager?
How to use FastMM in delphi expert(dll)
1k Views Asked by FetFrumos At
2
I emphatically advise you to use in any DLL running in the IDE's address space the very same memory manager used by the respective version of the IDE. Madness lies the other way.