pete the poet aka PEW wrote: > This message may be a tiny bit off topic, but I hope that it is okay.
The question about using MemProof with Lazarus is a little off-topic since Lazarus is not Delphi. What I found really off-topic were the 11 paragraphs of personal introduction that nearly buried your question: > I would love to use Memproof for Lazarus. Is this possible??? Lazarus is irrelevant; in this context, it's just a text editor. The issue is whether you can use MemProof with programs compiled by Free Pascal. If Free Pascal can produce TD32 debug information, and if the names of the memory-allocation functions are the same as the ones MemProof expects to find in a Delphi program, then I expect you could indeed use MemProof with a Free Pascal program. You can't use it on Linux, though, since MemProof is a Windows application. Are you aware of the FPC-Pascal mailing list? It might be better for your Free Pascal questions. I'm sure there's a Lazarus mailing list, too. http://lists.freepascal.org/mailman/listinfo/fpc-pascal -- Rob

