There is one Problem with K8055 and XP-Style on Borland Delphi 7:
The Project works fine, without the XP-Style (XPManifest)
Wen i added the XP-Style the following Error was Created on close the Project:
“Access violation at address 5B0F1531 in module ‘uxtheme.dll’. Read of address 00000014.”
“Benachrichtigung über Debugger-Exception
Im Projekt K8055_Demo.exe ist eine Exception der Klasse EWin32Error aufgetreten. Meldung: ‘Win32 Error. Code: 1400.
Ungültiges Fensterhandle’. Prozess wurde angehalten. Mit Einzelne Anweisung oder Start fortsetzen.”
I Hope this is the right Translation:
“Notification about Debugger-Exception
In Projekt K8055_demo.exe is an Exception Class EWin32Error occurred. Information: 'Win32 Error. Code: 1400.
Invalid Windowhandle”
Your Delphi 7 IDE crashed when you closed one of our demo projects?
I develop a lot of software in Delphi, and one thing that i’ve noticed is that the Delphi IDE does not like you changing the Windows style while it’s running. Mostly it’ll start giving access violations, probably because of window handles becoming invalid. Maybe that’s what you did?