Why is dxGDIPlusClasses added to interface uses by Delphi when no dxcontrols, cxcontrols, dxGDIPlus functions or or units are used in the application?
This is how it looks:
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ComCtrls, Buttons, ieview, imageenview, ievect,
IEWin7FileDialogs, Menus, dxGDIPlusClasses;
How can I get dxGDIPlusClasses removed from uses?
Hello,
I have tried to reproduce the problem you described, but failed. The dxGDIPlusClasses unit is not included on my side. Perhaps, you have enabled our skins in project options. Please check the Project->Modify Skin Options menu item.
A complete sample project to demonstrate this issue would be very much appreciated.