Incompatible MM between Delphi 7 and Delphi XE
Brought to you by:
pierre_le_riche
The host application is compiled in Delphi 7, the plugin DLL is compiled in Delphi XE, Both files uses same version of FastMm4 v 4.97. This combination doesn't work (the plugin crashes) because the host application and the plugin uses different TMemoryManager structures.
Background.
We are migrating from Delphi 7 to Delphi XE, but we would not convert working code to Delphi XE, just new plugins should be developed using Delphi XE.