I get an access violation i we start a program from Delphi that contains a TImageEnView and a TTouchKeyboard component.
The Errormessage is: Im Projekt ImageENTouchkeyboard.exe ist eine Exception der Klasse $C0000005 mit der Meldung 'access violation at 0x0040ba93: read of address 0x000003e8' aufgetreten.
The error occurs in Vcl.Touch.Keyboard in class constructor TKeyboardLayouts.Create;
There is an issue in the VCL TTouchKeyboard component that causes it to crash if there are any unnamed resources (i.e. indexed ones) in the project. For the upcoming 10.4.5 release we've named all resources to workaround this. V10.4.5 will be released next week.