IceCold
IceCold

Reputation: 21134

Why are firemonkey units added to my DPK when compiling

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

Answers (2)

IceCold
IceCold

Reputation: 21134

I unchecked the FMX packages in project's options and the message went away.

Upvotes: 0

Mohammed Nasman
Mohammed Nasman

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

Related Questions