Reputation: 21134
Firemonkey units are added to my DPK when compiling under Delphi XE 2, why?
It gives me lots of warnings like this (all related to FMX):
[DCC Warning] W1033 Unit 'FMX.Video' implicitly imported into package. ...
Upvotes: 0
Views: 413
Reputation: 21134
I unchecked the FMX packages in project's options and the message went away.
Upvotes: 0
Reputation: 11050
As David comment, you just open it with Delphi XE2 and it will be converted automatically.
AFAIK, it doesn't added FMX units automatically, but you may confused with new Unit Scope Names
Upvotes: 1