![]() |
Re: Fehler mit Delphi 7 + XPManifest
Zitat:
|
Re: Fehler mit Delphi 7 + XPManifest
Was soll das bringen, wenn ich die installiere???
Gibt's denn ne Möglichkeit das XPManifest kurz "abzuschalten" bzw. nicht dem nächsten Sub-Formular zuzuweisen????? Das eben das Form der DLL nicht in XP-Style gezeigt wird, aber wenigstens das Main-Form! :gruebel: |
Re: Fehler mit Delphi 7 + XPManifest
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
|
Re: Fehler mit Delphi 7 + XPManifest
kann man das xp-style-manifest best. fenstern zuweisen, damit ich den Fehler weg bekomme? :?:
|
Re: Fehler mit Delphi 7 + XPManifest
Zitat:
Aenogym |
Re: Fehler mit Delphi 7 + XPManifest
hi,
I had the same problems with an application using XPMan komponent and a dll. After some hours of investigation I found that the problem is in unit Themes.pas (..Delphi7\Source\Vcl)- in the procedure TThemeServices.UnloadThemeData. I closed all the code in this procedure in brackets, compiled and with the new Themes.dcu I replaced the old one in ..Delphi7\Lib procedure TThemeServices.UnloadThemeData; var Entry: TThemedElement; begin {for Entry := Low(TThemeData) to High(TThemeData) do if FThemeData[Entry] <> 0 then begin CloseThemeData(FThemeData[Entry]); FThemeData[Entry] := 0; end;} end; Now everyhing works well - no errors. Gustav |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:08 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz