Unit FMX.fs_iinterpreter was compiled with a different version of FMX.Forms.TForm
Hi All,
I'm working in a 2 man team, both using Delphi Xe2 Pro, one developer is using the standard Fast Reports that is shipped with Delphi, the other, me, is using Fast Reports Pro.
When I try to compile code written by the other developer I get:
[DCC Fatal Error] aaa.pas(11): F2051 Unit FMX.fs_iinterpreter was compiled with a different version of FMX.Forms.TForm
Anyone else come across this problem / know of a solution?
Surly the 2 versions of Fast Reports are compatible???
I have raised a help desk call for this but was hoping someone of this forum could offer a quick solution.
Thanks.
I'm working in a 2 man team, both using Delphi Xe2 Pro, one developer is using the standard Fast Reports that is shipped with Delphi, the other, me, is using Fast Reports Pro.
When I try to compile code written by the other developer I get:
[DCC Fatal Error] aaa.pas(11): F2051 Unit FMX.fs_iinterpreter was compiled with a different version of FMX.Forms.TForm
Anyone else come across this problem / know of a solution?
Surly the 2 versions of Fast Reports are compatible???
I have raised a help desk call for this but was hoping someone of this forum could offer a quick solution.
Thanks.
Comments
I got the above to work by changing the project options, basically I deleted the FMX Unit Scope Name from the base Delphi Compiler Options.
No idea why this would cause a problem but I can now compile.
Cheers.