AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Fehler mit Delphi 7 + XPManifest

Ein Thema von Christian.Ossi · begonnen am 10. Aug 2004 · letzter Beitrag vom 8. Mär 2005
 
Gusta

Registriert seit: 8. Mär 2005
1 Beiträge
 
#16

Re: Fehler mit Delphi 7 + XPManifest

  Alt 8. Mär 2005, 13:15
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
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:19 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