ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Access Violation with TTouchKeyboard

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Roland Posted - Nov 24 2022 : 11:38:26
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;

Has anybody an Idea what to do?

Roland Ulpts
Rita Bosse Software GmbG
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 24 2022 : 20:10:54
Hi Roland

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.

Nigel
Xequte Software
www.imageen.com
Roland Posted - Nov 24 2022 : 11:49:18
I am using Delphi XE3 and ImageEN 11.4

Roland Ulpts
Rita Bosse Software GmbG