hallo,
hatte das mal (zum test (!!!!)) so ausprobiert:
Delphi-Quellcode:
program project1;
uses
Windows, CommCtrl;
{$R *.RES}
{$R XPManifest.RES}
begin
InitCommonControls;
MessageBox(0, 'hi', 'hi', 0);
end.
geht aber immernoch nicht, war da was falsch dran?