Hello.
I have an application made in Delphi 7 and had several problems with "out of memory" After including the FastMM4.pas in the project the problem was solved 100%, but caused another problem. My application sends NFCe to the SEFAZ Web Service and after it includes the FASTMM4.Pas, I noticed that the instances of communication failure by Time out increase considerably. I would like to know if there is any way to disable / enable FastMM4 via command, because that way I could disable it before connecting to the WebService and activate it again after receiving the return.
It is possible ?