I have some projects which were done in c++ builder 2009 and they need borlandmm.dll to run. I have read that c++ Builder 2010 by default use Fastmm, but it doesn\'t seems to be the case in my project
I have an idea to enable FastMMs memleakreporting in the nightly automatic build. The messagebox should of course be disabled.
I\'m using FastMM together with JCL Debug info to trace memory leaks in my application. However I have plugins which are dlls compiled in Delphi, both dlls and main application use common runtime pack
We are using a class called ODNCServer here - at initialization, an TAutoObjectFactory object is created: